diff options
| author | Sergiu Moga <[email protected]> | 2023-01-04 16:04:17 +0200 |
|---|---|---|
| committer | Eugen Hristev <[email protected]> | 2023-01-05 10:04:57 +0200 |
| commit | 20bc95f8c837ecf058badb53289262d61f00a05a (patch) | |
| tree | db43ebe2f2d91cf22ef12c9a165d8dcc1edcf9f2 | |
| parent | 3cd06bfa9649841276dd2b07376d6999e178965f (diff) | |
ARM: dts: sama5d2_icp: Add pinctrl nodes for USB related DT nodes
Add the pinctrl subnodes required by the USB related DT nodes.
Signed-off-by: Sergiu Moga <[email protected]>
| -rw-r--r-- | arch/arm/dts/at91-sama5d2_icp.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/dts/at91-sama5d2_icp.dts b/arch/arm/dts/at91-sama5d2_icp.dts index 2dffae9c5ca..4f796c6c949 100644 --- a/arch/arm/dts/at91-sama5d2_icp.dts +++ b/arch/arm/dts/at91-sama5d2_icp.dts @@ -154,7 +154,29 @@ <PIN_PA13__SDMMC0_CD>; bias-disable; }; + + pinctrl_usb_default: usb_default { + pinmux = <PIN_PC17__GPIO>; + bias-disable; + }; + + pinctrl_usba_vbus: usba_vbus { + pinmux = <PIN_PD23__GPIO>; + bias-disable; + }; }; }; }; }; + +&usb1 { + num-ports = <3>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usb_default>; + status = "okay"; +}; + +&usb2 { + phy_type = "hsic"; + status = "okay"; +}; |
