aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dra62x-j5eco-evm.dts
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2015-12-22 16:01:41 -0800
committerTony Lindgren <tony@atomide.com>2015-12-22 16:01:41 -0800
commit43fe6de38ea57bf3ef20e89d8bf9b799a7ff0c0b (patch)
tree5ee28e7f645e299e48526621f3c78a43edebe51b /arch/arm/boot/dts/dra62x-j5eco-evm.dts
parentARM: dts: Add usb support for hp t410 (diff)
downloadlinux-dev-43fe6de38ea57bf3ef20e89d8bf9b799a7ff0c0b.tar.xz
linux-dev-43fe6de38ea57bf3ef20e89d8bf9b799a7ff0c0b.zip
ARM: dts: Add usb support for j5-eco evm
Add usb support for j5-eco evm. Cc: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra62x-j5eco-evm.dts')
-rw-r--r--arch/arm/boot/dts/dra62x-j5eco-evm.dts21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra62x-j5eco-evm.dts b/arch/arm/boot/dts/dra62x-j5eco-evm.dts
index 97ac8393e347..79008069020d 100644
--- a/arch/arm/boot/dts/dra62x-j5eco-evm.dts
+++ b/arch/arm/boot/dts/dra62x-j5eco-evm.dts
@@ -56,4 +56,25 @@
DM814X_IOPAD(0x093C, PIN_INPUT_PULLUP | 0x80) /* GP1[6] */
>;
};
+
+ usb0_pins: pinmux_usb0_pins {
+ pinctrl-single,pins = <
+ DM814X_IOPAD(0x0c34, PIN_OUTPUT | 0x1) /* USB0_DRVVBUS */
+ >;
+ };
+};
+
+/* USB0_ID pin state: SW10[1] = 0 cable detection, SW10[1] = 1 ID grounded */
+&usb0 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&usb0_pins>;
+ dr_mode = "otg";
+};
+
+&usb1_phy {
+ status = "disabled";
+};
+
+&usb1 {
+ status = "disabled";
};