You've already forked sunxi-DT-overlays
mirror of
https://github.com/armbian/sunxi-DT-overlays.git
synced 2026-01-06 10:14:43 -08:00
Add overlay for H3/H5 USB host 1
This commit is contained in:
@@ -30,6 +30,7 @@ adding fixed software (GPIO) chip selects is possible with a separate overlay
|
||||
- uart2
|
||||
- uart3
|
||||
- usbhost0
|
||||
- usbhost1
|
||||
- usbhost2
|
||||
- usbhost3
|
||||
- w1-gpio
|
||||
@@ -215,6 +216,10 @@ param_uart3_rtscts (bool)
|
||||
|
||||
Activates USB host controller 0
|
||||
|
||||
### usbhost1
|
||||
|
||||
Activates USB host controller 1
|
||||
|
||||
### usbhost2
|
||||
|
||||
Activates USB host controller 2
|
||||
|
||||
20
sun50i-h5/sun50i-h5-usbhost1.dts
Normal file
20
sun50i-h5/sun50i-h5-usbhost1.dts
Normal file
@@ -0,0 +1,20 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
compatible = "allwinner,sun50i-h5";
|
||||
|
||||
fragment@0 {
|
||||
target = <&ehci1>;
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
fragment@1 {
|
||||
target = <&ohci1>;
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -30,6 +30,7 @@ adding fixed software (GPIO) chip selects is possible with a separate overlay
|
||||
- uart2
|
||||
- uart3
|
||||
- usbhost0
|
||||
- usbhost1
|
||||
- usbhost2
|
||||
- usbhost3
|
||||
- w1-gpio
|
||||
@@ -215,6 +216,10 @@ param_uart3_rtscts (bool)
|
||||
|
||||
Activates USB host controller 0
|
||||
|
||||
### usbhost1
|
||||
|
||||
Activates USB host controller 1
|
||||
|
||||
### usbhost2
|
||||
|
||||
Activates USB host controller 2
|
||||
|
||||
20
sun8i-h3/sun8i-h3-usbhost1.dts
Normal file
20
sun8i-h3/sun8i-h3-usbhost1.dts
Normal file
@@ -0,0 +1,20 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
compatible = "allwinner,sun8i-h3";
|
||||
|
||||
fragment@0 {
|
||||
target = <&ehci1>;
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
fragment@1 {
|
||||
target = <&ohci1>;
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user