aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h')
-rw-r--r--roms/u-boot/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h b/roms/u-boot/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
new file mode 100644
index 00000000..f564046b
--- /dev/null
+++ b/roms/u-boot/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2012 Altera Corporation <www.altera.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef _SOCFPGA_BASE_ADDRS_H_
+#define _SOCFPGA_BASE_ADDRS_H_
+
+#define SOCFPGA_L3REGS_ADDRESS 0xff800000
+#define SOCFPGA_UART0_ADDRESS 0xffc02000
+#define SOCFPGA_UART1_ADDRESS 0xffc03000
+#define SOCFPGA_OSC1TIMER0_ADDRESS 0xffd00000
+#define SOCFPGA_CLKMGR_ADDRESS 0xffd04000
+#define SOCFPGA_RSTMGR_ADDRESS 0xffd05000
+#define SOCFPGA_SYSMGR_ADDRESS 0xffd08000
+
+#endif /* _SOCFPGA_BASE_ADDRS_H_ */