diff options
Diffstat (limited to 'arch/arm/dts/dra71-evm-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/dra71-evm-u-boot.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/dts/dra71-evm-u-boot.dtsi b/arch/arm/dts/dra71-evm-u-boot.dtsi index f9da15f1c7..b56d4fc9d8 100644 --- a/arch/arm/dts/dra71-evm-u-boot.dtsi +++ b/arch/arm/dts/dra71-evm-u-boot.dtsi @@ -44,3 +44,20 @@ &mmc2_iodelay_hs200_rev20_conf { u-boot,dm-spl; }; + +&omap_dwc3_1 { + u-boot,dm-spl; +}; + +&usb1 { + u-boot,dm-spl; + dr_mode = "peripheral"; +}; + +&usb2_phy1 { + u-boot,dm-spl; +}; + +&usb3_phy1 { + u-boot,dm-spl; +}; |