aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dm8148-evm.dts
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2015-12-22 16:01:16 -0800
committerTony Lindgren <tony@atomide.com>2015-12-22 16:01:16 -0800
commite032013fb6a3ce41e9af4612d7968ca8852714ce (patch)
treeb33a187108e49bf1a8ad54f8e627169f05b8c41a /arch/arm/boot/dts/dm8148-evm.dts
parentARM: dts: Add usb support for dm814x and dra62x (diff)
downloadlinux-dev-e032013fb6a3ce41e9af4612d7968ca8852714ce.tar.xz
linux-dev-e032013fb6a3ce41e9af4612d7968ca8852714ce.zip
ARM: dts: Add usb support for dm814x-evm
Add usb support for dm814x-evm Cc: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dm8148-evm.dts')
-rw-r--r--arch/arm/boot/dts/dm8148-evm.dts24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dm8148-evm.dts b/arch/arm/boot/dts/dm8148-evm.dts
index 08d01c3e7cf3..e070862b1038 100644
--- a/arch/arm/boot/dts/dm8148-evm.dts
+++ b/arch/arm/boot/dts/dm8148-evm.dts
@@ -56,4 +56,28 @@
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 */
+ >;
+ };
+
+ usb1_pins: pinmux_usb1_pins {
+ pinctrl-single,pins = <
+ DM814X_IOPAD(0x0834, PIN_OUTPUT | 0x80) /* USB1_DRVVBUS */
+ >;
+ };
+};
+
+&usb0 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&usb0_pins>;
+ dr_mode = "host";
+};
+
+&usb1 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&usb1_pins>;
+ dr_mode = "host";
};