diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2018-12-04 11:12:58 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-12-14 17:59:09 +0100 |
commit | d53653f3f9a15eca6249e951ea77eddc514541a3 (patch) | |
tree | 78a425b8b77c0dea9bdf406eaed57b05ac9fcdc9 /arch/arm/dts/keystone-k2g-evm.dts | |
parent | c9d52206939f7489e719c3c1c429c912d622fc42 (diff) |
ARM: dts: k2g-evm: enable USB0 and USB1
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/dts/keystone-k2g-evm.dts')
-rw-r--r-- | arch/arm/dts/keystone-k2g-evm.dts | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/dts/keystone-k2g-evm.dts b/arch/arm/dts/keystone-k2g-evm.dts index ad746c7311..6c9de25b94 100644 --- a/arch/arm/dts/keystone-k2g-evm.dts +++ b/arch/arm/dts/keystone-k2g-evm.dts @@ -33,6 +33,34 @@ }; }; +&keystone_usb0 { + status = "okay"; +}; + +&usb0_phy { + status = "okay"; + compatible = "nop-phy"; +}; + +&usb0 { + dr_mode = "host"; + status = "okay"; +}; + +&keystone_usb1 { + status = "okay"; +}; + +&usb1_phy { + compatible = "nop-phy"; + status = "okay"; +}; + +&usb1 { + dr_mode = "peripheral"; + status = "okay"; +}; + &gbe0 { phy-handle = <ðphy0>; }; |