freebsd-dev/sys/dts/arm/overlays/sun8i-h3-i2c0.dtso
Emmanuel Vadot ad6521c24f dtso: allwinner: Add an overlay for H3 i2c0
Most of the H3 boards don't enable i2c as it is unused.
Add an overlay so it's easier for user to use i2c device.
2019-07-20 17:42:46 +00:00

13 lines
163 B
Plaintext

/dts-v1/;
/plugin/;
/ {
compatible = "allwinner,sun8i-h3";
};
&{/soc/i2c@1c2ac00} {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&i2c0_pins>;
};