summaryrefslogtreecommitdiff
path: root/meta-lmp-bsp/recipes-bsp/device-tree/lmp-device-tree/overlays_i2c1.dts
blob: 72130e44c2e1aeeac2a6894f04b14bdd6cbb3eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/dts-v1/;
/plugin/;

/ {
	compatible = "brcm,bcm2835", "brcm,bcm2708", "brcm,bcm2709";

	fragment@0 {
		target = <&i2c1>;
		__overlay__ {
			#address-cells = <1>;
			#size-cells = <0>;
			status = "okay";
		};
	};
};