HardenedBSD/sys/dts/arm64/overlays/rk3328-i2c0.dtso
Andriy Gapon f41f98f0f0 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
2022-01-26 11:30:53 +02:00

13 lines
126 B
Plaintext

/dts-v1/;
/plugin/;
/ {
compatible = "rockchip,rk3328";
};
&{/i2c@ff150000} {
status = "okay";
};
/* vim: set ft=dts: */