[PATCH 2/3] arch: imx8m: imx-regs.h add the USB regs
Angus Ainslie
angus at akkea.ca
Fri Dec 17 16:20:39 CET 2021
Add the USB regs for SDP mode
Signed-off-by: Angus Ainslie <angus at akkea.ca>
---
arch/arm/include/asm/arch-imx8m/imx-regs.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/include/asm/arch-imx8m/imx-regs.h b/arch/arm/include/asm/arch-imx8m/imx-regs.h
index 8cb499d3a3..bd474f88a6 100644
--- a/arch/arm/include/asm/arch-imx8m/imx-regs.h
+++ b/arch/arm/include/asm/arch-imx8m/imx-regs.h
@@ -103,6 +103,11 @@
IMX_CSPI2_BASE, \
IMX_CSPI3_BASE
+#define USB1_BASE_ADDR 0x38100000
+#define USB2_BASE_ADDR 0x38200000
+#define USB1_PHY_BASE_ADDR 0x381F0000
+#define USB2_PHY_BASE_ADDR 0x382F0000
+
struct iomuxc_gpr_base_regs {
u32 gpr[47];
};
--
2.25.1
More information about the U-Boot
mailing list