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
