add overlay for enabling i2c1 on allwinner h3

At least on Orange Pi PC Plus it is routed to the 40-pin header, so it
can used to communicate with external devices.

MFC after:	2 weeks
This commit is contained in:
Andriy Gapon 2021-11-03 13:37:17 +02:00
parent ee6d379be7
commit a471646a08
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
/dts-v1/;
/plugin/;
/ {
compatible = "allwinner,sun8i-h3";
};
&{/soc/i2c@1c2b000} {
status = "okay";
};

View file

@ -26,6 +26,7 @@ DTS= \
DTSO= sun8i-a83t-sid.dtso \
sun8i-h3-i2c0.dtso \
sun8i-h3-i2c1.dtso \
sun8i-h3-mmc0-disable.dtso \
sun8i-h3-mmc1-disable.dtso \
sun8i-h3-mmc2-disable.dtso