summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGiulio Benetti <[email protected]>2021-05-20 16:10:15 +0200
committerStefano Babic <[email protected]>2021-06-09 13:03:47 +0200
commite7e81e8959ebc3d5031eae3d5ff03990656f5c36 (patch)
treec4cc18e844676d4886cd4587ac4bc63ffe152a7b /arch
parent45a5f76cfcf59e4965075bf17663e2e0b1b3ab7f (diff)
usb: ehci-mx6: add support for i.MXRT
Add support for usb1 and usb2 present on i.IMXRT. Signed-off-by: Giulio Benetti <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-imxrt/imx-regs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imxrt/imx-regs.h b/arch/arm/include/asm/arch-imxrt/imx-regs.h
index 44c95dcd114..d01e6ca2e02 100644
--- a/arch/arm/include/asm/arch-imxrt/imx-regs.h
+++ b/arch/arm/include/asm/arch-imxrt/imx-regs.h
@@ -23,4 +23,8 @@
#include <asm/mach-imx/regs-lcdif.h>
#endif
+#define USB_BASE_ADDR 0x402E0000
+#define USB_PHY0_BASE_ADDR 0x400D9000
+#define USB_PHY1_BASE_ADDR 0x400DA000
+
#endif /* __ASM_ARCH_IMX_REGS_H__ */