meta-sunxi/recipes-bsp/sunxi-overlays/files/sun50i/h5-i2c2.dts

21 lines
244 B
Plaintext
Raw Normal View History

/dts-v1/;
/plugin/;
/ {
compatible = "allwinner,sun50i-h5";
fragment@0 {
target-path = "/aliases";
__overlay__ {
i2c2 = "/soc/i2c@01c2b400";
};
};
fragment@1 {
target = <&i2c2>;
__overlay__ {
status = "okay";
};
};
};