diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2024-02-20 11:35:03 +0100 |
---|---|---|
committer | Fabio Estevam <festevam@denx.de> | 2024-02-24 16:22:01 -0300 |
commit | 3fd17d8368c82015acd768a2b7f525e903203967 (patch) | |
tree | 16d02d228ac9cccfb7ab7e57a2be04e1aefcd72b | |
parent | 4b6e4eefbf19507d77369a8e44ed4a3c66a15163 (diff) | |
download | u-boot-3fd17d8368c82015acd768a2b7f525e903203967.zip u-boot-3fd17d8368c82015acd768a2b7f525e903203967.tar.gz u-boot-3fd17d8368c82015acd768a2b7f525e903203967.tar.bz2 |
arm: dts: imx93-var-som-symphony: Add USB support.
Enable both usbotg1 and usbotg2 ports.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r-- | arch/arm/dts/imx93-var-som-symphony.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/imx93-var-som-symphony.dts b/arch/arm/dts/imx93-var-som-symphony.dts index a67bd00..1bc6194 100644 --- a/arch/arm/dts/imx93-var-som-symphony.dts +++ b/arch/arm/dts/imx93-var-som-symphony.dts @@ -285,6 +285,24 @@ status = "okay"; }; +&usbotg1 { + dr_mode = "otg"; + hnp-disable; + srp-disable; + adp-disable; + disable-over-current; + status = "okay"; +}; + +&usbotg2 { + dr_mode = "host"; + hnp-disable; + srp-disable; + adp-disable; + disable-over-current; + status = "okay"; +}; + /* SD */ &usdhc2 { pinctrl-names = "default", "state_100mhz", "state_200mhz"; |