mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 11:55:03 +00:00
dts: qcs6490-rb3gen2-u-boot: USB host mode
Adjust DTS so USB runs in host mode. The type-c port is the only supported port (since the others need PCIe). Booting from USB is possible with a powered type-c dock. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
parent
259dba80dc
commit
39e0e9fd19
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&usb_1_dwc3 {
|
||||||
|
dr_mode = "host";
|
||||||
|
/delete-property/ usb-role-switch;
|
||||||
|
};
|
||||||
|
|
||||||
// RAM Entry 0 : Base 0x0080000000 Size 0x003A800000
|
// RAM Entry 0 : Base 0x0080000000 Size 0x003A800000
|
||||||
// RAM Entry 1 : Base 0x00C0000000 Size 0x0001800000
|
// RAM Entry 1 : Base 0x00C0000000 Size 0x0001800000
|
||||||
// RAM Entry 2 : Base 0x00C3400000 Size 0x003CC00000
|
// RAM Entry 2 : Base 0x00C3400000 Size 0x003CC00000
|
||||||
|
|
Loading…
Add table
Reference in a new issue