Commit 0ec19396 authored by Robert Jarzmik's avatar Robert Jarzmik

ARM: dts: pxa: add the usb host controller

Add the usb host controller to pxa27x and pxa3xx.
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 796b7dcf
......@@ -26,6 +26,14 @@ gpio: gpio@40e00000 {
clocks = <&clks CLK_NONE>;
};
pxa27x_ohci: usb@4c000000 {
compatible = "marvell,pxa-ohci";
reg = <0x4c000000 0x10000>;
interrupts = <3>;
clocks = <&clks CLK_USBHOST>;
status = "disabled";
};
pwm0: pwm@40b00000 {
compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
reg = <0x40b00000 0x10>;
......
......@@ -86,6 +86,14 @@ mmc2: mmc@42500000 {
dma-names = "rx", "tx";
status = "disabled";
};
pxa3xx_ohci: usb@4c000000 {
compatible = "marvell,pxa-ohci";
reg = <0x4c000000 0x10000>;
interrupts = <3>;
clocks = <&clks CLK_USBHOST>;
status = "disabled";
};
};
clocks {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment