mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
add overlay for enabling i2c0 on rk3328
On Rock64 it is routed to pins 3 and 5 of the so called Pi-2 header. MFC after: 2 weeks
This commit is contained in:
parent
1abf1e8c6b
commit
f41f98f0f0
12
sys/dts/arm64/overlays/rk3328-i2c0.dtso
Normal file
12
sys/dts/arm64/overlays/rk3328-i2c0.dtso
Normal file
@ -0,0 +1,12 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
compatible = "rockchip,rk3328";
|
||||
};
|
||||
|
||||
&{/i2c@ff150000} {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* vim: set ft=dts: */
|
@ -20,6 +20,7 @@ DTS= \
|
||||
rockchip/rk3399-rockpro64.dts
|
||||
|
||||
DTSO= rk3328-analog-sound.dtso \
|
||||
rk3328-i2c0.dtso \
|
||||
rk3328-dwc3.dtso \
|
||||
rk3399-mmc0-disable.dtso \
|
||||
rk3399-mmc1-disable.dtso \
|
||||
|
Loading…
Reference in New Issue
Block a user