X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farc%2Fdts%2Faxs10x.dts;h=391d0671584c0f24fa7c3e160e77c33aa63b0d1e;hb=7ee3f149fe776d3e46dbb517bf04ee29ec075709;hp=8fe1837baa531ae6fda89f66309ec9a226568b54;hpb=fb2dea60e8f355ae00d427db09112a90839c96ec;p=oweals%2Fu-boot.git diff --git a/arch/arc/dts/axs10x.dts b/arch/arc/dts/axs10x.dts index 8fe1837baa..391d067158 100644 --- a/arch/arc/dts/axs10x.dts +++ b/arch/arc/dts/axs10x.dts @@ -42,4 +42,16 @@ clock-names = "stmmaceth"; max-speed = <100>; }; + + ehci@0xe0040000 { + compatible = "generic-ehci"; + reg = < 0xe0040000 0x100 >; + interrupts = < 8 >; + }; + + ohci@0xe0060000 { + compatible = "generic-ohci"; + reg = < 0xe0060000 0x100 >; + interrupts = < 8 >; + }; };