[PATCH v2 06/10] arm64: dts: qcom: shikra: enable USB device mode on IQS EVK
Aswin Murugan via U-Boot <[email protected]> Thu, 6 Aug 2026 00:03:00 +0530
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Enable the USB2 high-speed PHY and USB controller on the Shikra IQS EVK platform. Configure the controller in peripheral mode to allow USB gadget functionality under U-Boot. Signed-off-by: Aswin Murugan <[email protected]> --- arch/arm/dts/shikra-iqs-evk-u-boot.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/dts/shikra-iqs-evk-u-boot.dtsi b/arch/arm/dts/shikra-iqs-evk-u-boot.dtsi index c0c2e64e457..301cf6b62c9 100644 --- a/arch/arm/dts/shikra-iqs-evk-u-boot.dtsi +++ b/arch/arm/dts/shikra-iqs-evk-u-boot.dtsi @@ -6,3 +6,13 @@ &rng { status = "disabled"; }; + +&usb_1_hsphy { + status = "okay"; +}; + +&usb_1 { + dr_mode = "peripheral"; + + status = "okay"; +}; -- 2.34.1