summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-evkb-sensors-to-i2c5.dts
blob: cfc7402b1b60c38d7b302aeea114528a3181c66d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

#include "imx7ulp-evkb.dts"

&lpi2c5 {

	fxas2100x@20 {
		compatible = "fsl,fxas2100x";
		reg = <0x20>;
	};

	fxos8700@1e {
		compatible = "fsl,fxos8700";
		reg = <0x1e>;
	};

	mpl3115@60 {
		compatible = "fsl,mpl3115";
		reg = <0x60>;
	};

};