diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-09-13 14:33:38 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-17 14:42:02 +0800 |
commit | d6475317b569d531730c07bbc27b29257c348fd0 (patch) | |
tree | e9ff6aec75be1a2e9ea1c6f4e588d9f7c54068cc /arch | |
parent | 8c41d57395ff5b9b16724786c7c4b4c4081510cc (diff) |
ARM: dts: mx23: Add USB resources
Add USB resources for mx23.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx23.dtsi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index 9d0e803e3eca..3f3b6fc229b3 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi @@ -436,8 +436,10 @@ status = "disabled"; }; - usbphy@8007c000 { + usbphy0: usbphy@8007c000 { + compatible = "fsl,imx23-usbphy"; reg = <0x8007c000 0x2000>; + clocks = <&clks 41>; status = "disabled"; }; }; @@ -450,8 +452,12 @@ reg = <0x80080000 0x80000>; ranges; - usbctrl@80080000 { + usb0: usb@80080000 { + compatible = "fsl,imx23-usb", "fsl,imx27-usb"; reg = <0x80080000 0x40000>; + interrupts = <11>; + fsl,usbphy = <&usbphy0>; + clocks = <&clks 40>; status = "disabled"; }; }; |