Skip to content
Snippets Groups Projects
Commit c3155878 authored by Marek Vasut's avatar Marek Vasut Committed by Daniel Schwierzeck
Browse files

mips: ath79: dts: Add generic-ehci node


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

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Wills Wang <wills.wang@live.com>
parent 43a092ff
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,13 @@ ...@@ -59,6 +59,13 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ehci0: ehci@1b000100 {
compatible = "generic-ehci";
reg = <0x1b000100 0x100>;
status = "disabled";
};
uart0: uart@18020000 { uart0: uart@18020000 {
compatible = "qca,ar9330-uart"; compatible = "qca,ar9330-uart";
reg = <0x18020000 0x20>; reg = <0x18020000 0x20>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment