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:
parent
ee6d379be7
commit
a471646a08
10
sys/dts/arm/overlays/sun8i-h3-i2c1.dtso
Normal file
10
sys/dts/arm/overlays/sun8i-h3-i2c1.dtso
Normal file
@ -0,0 +1,10 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
compatible = "allwinner,sun8i-h3";
|
||||
};
|
||||
|
||||
&{/soc/i2c@1c2b000} {
|
||||
status = "okay";
|
||||
};
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user