add allwinner overlays for enabling additional USB ports

For instance, on NanoPi NEO two additional ports are available via a
GPIO header.
This commit is contained in:
Andriy Gapon 2022-07-10 23:09:23 +03:00
parent 5b54b6ac8c
commit 197944948e
3 changed files with 31 additions and 1 deletions

View file

@ -0,0 +1,14 @@
/dts-v1/;
/plugin/;
/ {
compatible = "allwinner,sun8i-h3";
};
&{/soc/usb@1c1b000} {
status = "okay";
};
&{/soc/usb@1c1b400} {
status = "okay";
};

View file

@ -0,0 +1,14 @@
/dts-v1/;
/plugin/;
/ {
compatible = "allwinner,sun8i-h3";
};
&{/soc/usb@1c1c000} {
status = "okay";
};
&{/soc/usb@1c1c400} {
status = "okay";
};

View file

@ -29,7 +29,9 @@ DTSO= sun8i-a83t-sid.dtso \
sun8i-h3-mmc0-disable.dtso \
sun8i-h3-mmc1-disable.dtso \
sun8i-h3-mmc2-disable.dtso \
sun8i-h3-spi0.dtso
sun8i-h3-spi0.dtso \
sun8i-h3-usb1.dtso \
sun8i-h3-usb2.dtso
LINKS= \
${DTBDIR}/sun4i-a10-cubieboard.dtb ${DTBDIR}/cubieboard.dtb \