mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
ARM: dts: Enable USB by default on CM4S
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
@@ -405,6 +405,16 @@
|
||||
// =============================================
|
||||
// Board specific stuff here
|
||||
|
||||
/* Enable USB in OTG-aware mode */
|
||||
&usb {
|
||||
compatible = "brcm,bcm2835-usb";
|
||||
dr_mode = "otg";
|
||||
g-np-tx-fifo-size = <32>;
|
||||
g-rx-fifo-size = <558>;
|
||||
g-tx-fifo-size = <512 512 512 512 512 256 256>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sdhost {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user