diff options
| author | Marek Vasut <[email protected]> | 2016-05-06 20:10:36 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2016-05-21 01:36:38 +0200 |
| commit | c31558780b50883bbbbb657592dc3391b2551353 (patch) | |
| tree | 0f1bef91bbdc2b3c1dcd22068f79168ba852a0b6 | |
| parent | 43a092ffdd5edd6a66e8e9ec34372f3abd396486 (diff) | |
mips: ath79: dts: Add generic-ehci node
Add generic EHCI node for the ChipIdea EHCI controller in the ath79.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Cc: Wills Wang <[email protected]>
| -rw-r--r-- | arch/mips/dts/ar933x.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/dts/ar933x.dtsi b/arch/mips/dts/ar933x.dtsi index 11f60a2864f..2e124a49b31 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>; |
