diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2015-11-30 20:53:25 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-12-08 17:29:56 +0300 |
commit | 8555dd88cd1a7b5dd1e76c111fe635a92223b98b (patch) | |
tree | e8b0366ab586d2f9e793299e9f11afaede977a62 /arch | |
parent | 8356431bf8df6d47255d6a74ca9dce53d75265c7 (diff) | |
download | u-boot-imx-8555dd88cd1a7b5dd1e76c111fe635a92223b98b.zip u-boot-imx-8555dd88cd1a7b5dd1e76c111fe635a92223b98b.tar.gz u-boot-imx-8555dd88cd1a7b5dd1e76c111fe635a92223b98b.tar.bz2 |
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 <abrodkin@synopsys.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-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 8fe1837..80e6d6b 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 >; + }; }; |