mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
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:
parent
5b54b6ac8c
commit
197944948e
14
sys/dts/arm/overlays/sun8i-h3-usb1.dtso
Normal file
14
sys/dts/arm/overlays/sun8i-h3-usb1.dtso
Normal file
@ -0,0 +1,14 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
compatible = "allwinner,sun8i-h3";
|
||||
};
|
||||
|
||||
&{/soc/usb@1c1b000} {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&{/soc/usb@1c1b400} {
|
||||
status = "okay";
|
||||
};
|
14
sys/dts/arm/overlays/sun8i-h3-usb2.dtso
Normal file
14
sys/dts/arm/overlays/sun8i-h3-usb2.dtso
Normal file
@ -0,0 +1,14 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
compatible = "allwinner,sun8i-h3";
|
||||
};
|
||||
|
||||
&{/soc/usb@1c1c000} {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&{/soc/usb@1c1c400} {
|
||||
status = "okay";
|
||||
};
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user