MIPS: JZ4740: Add base support for Ingenic JZ4740 System-on-a-Chip
Adds a new cpu type for the JZ4740 to the Linux MIPS architecture code. It also adds the iomem addresses for the different components found on a JZ4740 SoC. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/1464/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:

committed by
Ralf Baechle

parent
babba4f113
commit
83ccf69d8f
26
arch/mips/include/asm/mach-jz4740/base.h
Normal file
26
arch/mips/include/asm/mach-jz4740/base.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef __ASM_MACH_JZ4740_BASE_H__
|
||||
#define __ASM_MACH_JZ4740_BASE_H__
|
||||
|
||||
#define JZ4740_CPM_BASE_ADDR 0x10000000
|
||||
#define JZ4740_INTC_BASE_ADDR 0x10001000
|
||||
#define JZ4740_WDT_BASE_ADDR 0x10002000
|
||||
#define JZ4740_TCU_BASE_ADDR 0x10002010
|
||||
#define JZ4740_RTC_BASE_ADDR 0x10003000
|
||||
#define JZ4740_GPIO_BASE_ADDR 0x10010000
|
||||
#define JZ4740_AIC_BASE_ADDR 0x10020000
|
||||
#define JZ4740_MSC_BASE_ADDR 0x10021000
|
||||
#define JZ4740_UART0_BASE_ADDR 0x10030000
|
||||
#define JZ4740_UART1_BASE_ADDR 0x10031000
|
||||
#define JZ4740_I2C_BASE_ADDR 0x10042000
|
||||
#define JZ4740_SSI_BASE_ADDR 0x10043000
|
||||
#define JZ4740_SADC_BASE_ADDR 0x10070000
|
||||
#define JZ4740_EMC_BASE_ADDR 0x13010000
|
||||
#define JZ4740_DMAC_BASE_ADDR 0x13020000
|
||||
#define JZ4740_UHC_BASE_ADDR 0x13030000
|
||||
#define JZ4740_UDC_BASE_ADDR 0x13040000
|
||||
#define JZ4740_LCD_BASE_ADDR 0x13050000
|
||||
#define JZ4740_SLCD_BASE_ADDR 0x13050000
|
||||
#define JZ4740_CIM_BASE_ADDR 0x13060000
|
||||
#define JZ4740_IPU_BASE_ADDR 0x13080000
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user