diff options
author | Kevin | 2014-11-15 11:48:36 +0800 |
---|---|---|
committer | Kevin | 2014-11-15 11:48:36 +0800 |
commit | d04075478d378d9e15f3e1abfd14b0bd124077d4 (patch) | |
tree | 733dd964582f388b9e3e367c249946cd32a2851f /include/asm-arm/arch-wmt/hardware.h | |
download | FOSSEE-netbook-uboot-source-d04075478d378d9e15f3e1abfd14b0bd124077d4.tar.gz FOSSEE-netbook-uboot-source-d04075478d378d9e15f3e1abfd14b0bd124077d4.tar.bz2 FOSSEE-netbook-uboot-source-d04075478d378d9e15f3e1abfd14b0bd124077d4.zip |
init commit via android 4.4 uboot
Diffstat (limited to 'include/asm-arm/arch-wmt/hardware.h')
-rwxr-xr-x | include/asm-arm/arch-wmt/hardware.h | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/include/asm-arm/arch-wmt/hardware.h b/include/asm-arm/arch-wmt/hardware.h new file mode 100755 index 0000000..18cacf7 --- /dev/null +++ b/include/asm-arm/arch-wmt/hardware.h @@ -0,0 +1,55 @@ +/* + * Memory Map for WMT SoC + * + * See file CREDITS for list of people who contributed to this + * project. + * + * Copyright (c) 2008 WonderMedia Technologies, Inc. + * + * This program is free software: you can redistribute it and/or modify it under the + * terms of the GNU General Public License as published by the Free Software Foundation, + * either version 2 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + * PARTICULAR PURPOSE. See the GNU General Public License for more details. + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + * + * WonderMedia Technologies, Inc. + * 10F, 529, Chung-Cheng Road, Hsin-Tien, Taipei 231, R.O.C. + */ + +#ifndef __HARDWARE_H +#define __HARDWARE_H + +/* + * Internal APB Slaves Memory Address Map + */ +#define BA_MC3 0xD8000000 /* DDR/DDR2 Memory Controller Configuration */ +#define BA_DMA 0xD8001800 /* System Dma Base Address */ +#define BA_SF 0xD8002000 /* Serial Flash Memory Controller Configuration */ +#define BA_LPC 0xD8003000 /* LPC Memory Controller Configuration */ +#define BA_ENET_0 0xD8004000 /* Ethernet MAC 0 Configuration */ +#define BA_ENET_1 0xD8005000 /* Ethernet MAC 1 Configuration */ +#define BA_CIPHER 0xD8006000 /* Security Acceleration Engine Configuration */ +#define BA_UHC 0xD8007000 /* USB 2.0 Host Controller Configuration */ +#define BA_PATA 0xD8008000 /* PATA Controller Configuration */ +#define BA_NFC 0xD8009000 /* NANAD Controller Configuration */ +#define BA_SDC 0xD800A000 /* SD/SDIO/MMC Controller Configuration */ +#define BA_MSC 0xD800B000 /* Memory Stick/PRO Configuration */ +#define BA_CFC 0xD800C000 /* Compact Flash Controller Configuration */ +#define BA_SATA 0xD800D000 /* SATA Controller Configuration */ +#define BA_XOR 0xD800E000 /* XOR Engine Configuration */ +#define BA_SUPERIO 0xD8040000 /* LPC(Super IO) */ +#define BA_RTC 0xD8100000 /* Real Time Clock (RTC) */ +#define BA_GPIO 0xD8110000 /* GPIO */ +#define BA_SCC 0xD8120000 /* System Configuration Control */ +#define BA_PMC 0xD8130000 /* Power Management Control */ +#define BA_IC 0xD8140000 /* Interrupt Controller */ +#define BA_UART0 0xD8200000 /* UART0 */ +#define BA_UART1 0xD8210000 /* UART1 */ +#define BA_SPI 0xD8240000 /* SPI */ +#define BA_I2C 0xD8280000 /* I2C */ + +#endif /* __HARDWARE_H */ |