diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2013-03-26 17:44:47 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-03-30 20:27:45 -0400 |
commit | 48e8699733bb1fe96125d929c888da4632457c4e (patch) | |
tree | ecf0ad3af22a5a1d65d1ce0460a108d4344bca37 | |
parent | c52b95c2f0ca8135e8132238a6d2a69820965f9e (diff) |
arm: orion5x: add ehci bindings to dtsi
The orion5x SoC also includes a USB EHCI componment so lets add that
to the dtsi (disable by default incase the pins are not broken out).
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | arch/arm/boot/dts/orion5x.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi index 8aad00f81ed9..4db020d62f8b 100644 --- a/arch/arm/boot/dts/orion5x.dtsi +++ b/arch/arm/boot/dts/orion5x.dtsi | |||
@@ -69,6 +69,20 @@ | |||
69 | status = "okay"; | 69 | status = "okay"; |
70 | }; | 70 | }; |
71 | 71 | ||
72 | ehci@50000 { | ||
73 | compatible = "marvell,orion-ehci"; | ||
74 | reg = <0x50000 0x1000>; | ||
75 | interrupts = <17>; | ||
76 | status = "disabled"; | ||
77 | }; | ||
78 | |||
79 | ehci@a0000 { | ||
80 | compatible = "marvell,orion-ehci"; | ||
81 | reg = <0xa0000 0x1000>; | ||
82 | interrupts = <12>; | ||
83 | status = "disabled"; | ||
84 | }; | ||
85 | |||
72 | sata@80000 { | 86 | sata@80000 { |
73 | compatible = "marvell,orion-sata"; | 87 | compatible = "marvell,orion-sata"; |
74 | reg = <0x80000 0x5000>; | 88 | reg = <0x80000 0x5000>; |