[U-Boot] [PATCH 3/8] mips: ath79: dts: Add generic-ehci node

Marek Vasut marex at denx.de
Thu May 5 20:14:52 CEST 2016


Add generic EHCI node for the ChipIdea EHCI controller in the ath79.

Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
Cc: Wills Wang <wills.wang at live.com>
---
 arch/mips/dts/ar933x.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/mips/dts/ar933x.dtsi b/arch/mips/dts/ar933x.dtsi
index 11f60a2..2e124a4 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 at 1b000100 {
+				compatible = "generic-ehci";
+				reg = <0x1b000100 0x100>;
+
+				status = "disabled";
+			};
+
 			uart0: uart at 18020000 {
 				compatible = "qca,ar9330-uart";
 				reg = <0x18020000 0x20>;
-- 
2.7.0



More information about the U-Boot mailing list