HardenedBSD/sys/dts/arm/overlays/sun8i-h3-spi0.dtso
Andriy Gapon f4a041af29 add overlay for enabling spi0 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
2022-01-26 11:42:20 +02:00

11 lines
108 B
Plaintext

/dts-v1/;
/plugin/;
/ {
compatible = "allwinner,sun8i-h3";
};
&{/soc/spi@1c68000} {
status = "okay";
};