diff options
author | Alban Bedel <albeu@free.fr> | 2015-11-16 16:22:03 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-01-04 03:42:24 -0500 |
commit | 25ee4e47a316f55a1ceaa0deda8c5fa812cefeae (patch) | |
tree | dc6bc5879f05ed5a1084b2e0692ab39d23060b7a /arch/mips/boot | |
parent | c054761c6fdcfcbc9c2a3c48aa7b908b53a568a2 (diff) |
MIPS: ath79: Add the EHCI controller and USB phy to the AR9132 dtsi
Signed-off-by: Alban Bedel <albeu@free.fr>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11498/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/dts/qca/ar9132.dtsi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/qca/ar9132.dtsi b/arch/mips/boot/dts/qca/ar9132.dtsi index 13d0439496a9..3ad4ba9b12fd 100644 --- a/arch/mips/boot/dts/qca/ar9132.dtsi +++ b/arch/mips/boot/dts/qca/ar9132.dtsi | |||
@@ -125,6 +125,21 @@ | |||
125 | }; | 125 | }; |
126 | }; | 126 | }; |
127 | 127 | ||
128 | usb@1b000100 { | ||
129 | compatible = "qca,ar7100-ehci", "generic-ehci"; | ||
130 | reg = <0x1b000100 0x100>; | ||
131 | |||
132 | interrupts = <3>; | ||
133 | resets = <&rst 5>; | ||
134 | |||
135 | has-transaction-translator; | ||
136 | |||
137 | phy-names = "usb"; | ||
138 | phys = <&usb_phy>; | ||
139 | |||
140 | status = "disabled"; | ||
141 | }; | ||
142 | |||
128 | spi@1f000000 { | 143 | spi@1f000000 { |
129 | compatible = "qca,ar9132-spi", "qca,ar7100-spi"; | 144 | compatible = "qca,ar9132-spi", "qca,ar7100-spi"; |
130 | reg = <0x1f000000 0x10>; | 145 | reg = <0x1f000000 0x10>; |
@@ -138,4 +153,15 @@ | |||
138 | #size-cells = <0>; | 153 | #size-cells = <0>; |
139 | }; | 154 | }; |
140 | }; | 155 | }; |
156 | |||
157 | usb_phy: usb-phy { | ||
158 | compatible = "qca,ar7100-usb-phy"; | ||
159 | |||
160 | reset-names = "usb-phy", "usb-suspend-override"; | ||
161 | resets = <&rst 4>, <&rst 3>; | ||
162 | |||
163 | #phy-cells = <0>; | ||
164 | |||
165 | status = "disabled"; | ||
166 | }; | ||
141 | }; | 167 | }; |