meta-sunxi/recipes-bsp/sunxi-overlays/files/sun8i/h3-i2c1.dts
ludiazv cddadc1f4b DT overlay support
Experimental feature to include DT overlays and custom boot args
2023-05-30 13:27:31 +02:00

21 lines
243 B
Plaintext

/dts-v1/;
/plugin/;
/ {
compatible = "allwinner,sun8i-h3";
fragment@0 {
target-path = "/aliases";
__overlay__ {
i2c1 = "/soc/i2c@01c2b000";
};
};
fragment@1 {
target = <&i2c1>;
__overlay__ {
status = "okay";
};
};
};