aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx28-cfa10036.dts
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-06-13 09:43:42 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-06-17 03:43:29 -0400
commit17a2163881aa7df9ae83d75cc0671a1013399185 (patch)
treef707e1b01a793d25152f1899fd284384fc3faf5f /arch/arm/boot/dts/imx28-cfa10036.dts
parent25a7376a4dc2947dc89e91185387926fc106f879 (diff)
ARM: cfa10036: Add USB0 OTG port
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-cfa10036.dts')
-rw-r--r--arch/arm/boot/dts/imx28-cfa10036.dts23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts b/arch/arm/boot/dts/imx28-cfa10036.dts
index a524cafa3dba..94c4476972c3 100644
--- a/arch/arm/boot/dts/imx28-cfa10036.dts
+++ b/arch/arm/boot/dts/imx28-cfa10036.dts
@@ -45,6 +45,17 @@
45 fsl,voltage = <1>; 45 fsl,voltage = <1>;
46 fsl,pull-up = <0>; 46 fsl,pull-up = <0>;
47 }; 47 };
48
49 usb0_otg_cfa10036: otg-10036@0 {
50 reg = <0>;
51 fsl,pinmux-ids = <
52 0x0142 /* MX28_PAD_GPMI_READY0__USB0_ID */
53 >;
54 fsl,drive-strength = <0>;
55 fsl,voltage = <1>;
56 fsl,pull-up = <0>;
57 };
58
48 }; 59 };
49 60
50 ssp0: ssp@80010000 { 61 ssp0: ssp@80010000 {
@@ -79,6 +90,18 @@
79 solomon,page-offset = <0>; 90 solomon,page-offset = <0>;
80 }; 91 };
81 }; 92 };
93
94 usbphy0: usbphy@8007c000 {
95 status = "okay";
96 };
97 };
98 };
99
100 ahb@80080000 {
101 usb0: usb@80080000 {
102 pinctrl-names = "default";
103 pinctrl-0 = <&usb0_otg_cfa10036>;
104 status = "okay";
82 }; 105 };
83 }; 106 };
84 107