diff options
Diffstat (limited to 'arch/arc/dts/axs10x.dts')
-rw-r--r-- | arch/arc/dts/axs10x.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arc/dts/axs10x.dts b/arch/arc/dts/axs10x.dts index 8fe1837baa..80e6d6b15d 100644 --- a/arch/arc/dts/axs10x.dts +++ b/arch/arc/dts/axs10x.dts @@ -42,4 +42,10 @@ clock-names = "stmmaceth"; max-speed = <100>; }; + + ehci@0xe0040000 { + compatible = "generic-ehci"; + reg = < 0xe0040000 0x100 >; + interrupts = < 8 >; + }; }; |