From 8555dd88cd1a7b5dd1e76c111fe635a92223b98b Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Mon, 30 Nov 2015 20:53:25 +0300 Subject: axs10x: add support of generic EHCI USB 2.0 controller This commit adds support of USB 2.0 storage media on AXS10x boards. Signed-off-by: Alexey Brodkin Cc: Marek Vasut Cc: Simon Glass --- arch/arc/dts/axs10x.dts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/arc/dts') 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 >; + }; }; -- cgit v1.2.1