From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Date: Tue, 9 Sep 2014 14:05:39 +0200 Subject: [U-Boot] [PATCH] base addresses for more subsystems In-Reply-To: <20140909120328.GA20662@amd> References: <20140514164258.GA10393@amd.pavel.ucw.cz> <201405150701.25786.manningc2@actrix.gen.nz> <1400229765.2030.4.camel@clsee-VirtualBox.altera.com> <20140527124032.GD15088@amd.pavel.ucw.cz> <20140527125030.GA29898@amd.pavel.ucw.cz> <20140909112533.GA15404@amd> <20140909120328.GA20662@amd> Message-ID: <20140909120539.GB20662@amd> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add base addresses for more subsystems. Signed-off-by: Pavel Machek diff --git a/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h b/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h index 2d3152d..39a7874 100644 --- a/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h +++ b/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h @@ -7,9 +7,15 @@ #ifndef _SOCFPGA_BASE_ADDRS_H_ #define _SOCFPGA_BASE_ADDRS_H_ +#define SOCFPGA_EMAC0_ADDRESS 0xff700000 +#define SOCFPGA_EMAC1_ADDRESS 0xff702000 +#define SOCFPGA_SDMMC_ADDRESS 0xff704000 +#define SOCFPGA_FPGAMGRREGS_ADDRESS 0xff706000 #define SOCFPGA_L3REGS_ADDRESS 0xff800000 +#define SOCFPGA_FPGAMGRDATA_ADDRESS 0xffb90000 #define SOCFPGA_UART0_ADDRESS 0xffc02000 #define SOCFPGA_UART1_ADDRESS 0xffc03000 +#define SOCFPGA_SDR_ADDRESS 0xffc20000 #define SOCFPGA_OSC1TIMER0_ADDRESS 0xffd00000 #define SOCFPGA_L4WD0_ADDRESS 0xffd02000 #define SOCFPGA_CLKMGR_ADDRESS 0xffd04000 -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html