meta-sunxi/recipes-bsp/sunxi-overlays/files/sun50i-h616/h616-i2c1.dts

21 lines
245 B
Plaintext
Raw Normal View History

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