mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
riscv: dts: starfive: fml13v01: enable USB 3.0 port
Add usb_cdns3 and usb0_pins configuration to support super speed USB device on the FML13V01 board. Signed-off-by: Sandie Cao <sandie.cao@deepcomputing.io> Tested-by: Maud Spierings <maud_spierings@hotmail.com> Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
0af2f6be1b
commit
a2e7f6c487
|
|
@ -43,9 +43,28 @@ GPOEN_DISABLE,
|
|||
slew-rate = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
usb0_pins: usb0-0 {
|
||||
vbus-pins {
|
||||
pinmux = <GPIOMUX(25, GPOUT_SYS_USB_DRIVE_VBUS,
|
||||
GPOEN_ENABLE,
|
||||
GPI_NONE)>;
|
||||
bias-disable;
|
||||
input-disable;
|
||||
input-schmitt-disable;
|
||||
slew-rate = <0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&usb0 {
|
||||
dr_mode = "host";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&usb0_pins>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usb_cdns3 {
|
||||
phys = <&usbphy0>, <&pciephy0>;
|
||||
phy-names = "cdns3,usb2-phy", "cdns3,usb3-phy";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user