Skip to content

Commit

Permalink
ARM: dts: pxa: add the usb host controller
Browse files Browse the repository at this point in the history
Add the usb host controller to pxa27x and pxa3xx.

Signed-off-by: Robert Jarzmik <[email protected]>
  • Loading branch information
rjarzmik committed Jul 10, 2015
1 parent 796b7dc commit 0ec1939
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/pxa27x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
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>;
Expand Down
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/pxa3xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@
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 {
Expand Down

0 comments on commit 0ec1939

Please sign in to comment.