summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2016-05-06 20:10:36 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-21 01:36:38 +0200
commitc31558780b50883bbbbb657592dc3391b2551353 (patch)
tree0f1bef91bbdc2b3c1dcd22068f79168ba852a0b6 /arch/mips
parent43a092ffdd5edd6a66e8e9ec34372f3abd396486 (diff)
downloadtalos-obmc-uboot-c31558780b50883bbbbb657592dc3391b2551353.tar.gz
talos-obmc-uboot-c31558780b50883bbbbb657592dc3391b2551353.zip
mips: ath79: dts: Add generic-ehci node
Add generic EHCI node for the ChipIdea EHCI controller in the ath79. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Wills Wang <wills.wang@live.com>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/dts/ar933x.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/dts/ar933x.dtsi b/arch/mips/dts/ar933x.dtsi
index 11f60a2864..2e124a49b3 100644
--- a/arch/mips/dts/ar933x.dtsi
+++ b/arch/mips/dts/ar933x.dtsi
@@ -59,6 +59,13 @@
#address-cells = <1>;
#size-cells = <1>;
+ ehci0: ehci@1b000100 {
+ compatible = "generic-ehci";
+ reg = <0x1b000100 0x100>;
+
+ status = "disabled";
+ };
+
uart0: uart@18020000 {
compatible = "qca,ar9330-uart";
reg = <0x18020000 0x20>;
OpenPOWER on IntegriCloud