summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-13 16:20:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-13 16:20:04 +0000
commitd9be11e71bf5a2699ef65131dcd63cc493fcf5d2 (patch)
tree0c556a0368ec847997d69d2ad1175a9dcee4f869 /nuttx/arch/arm
parentf1424bef89e71460077b7434831b4d039967370b (diff)
downloadpx4-nuttx-d9be11e71bf5a2699ef65131dcd63cc493fcf5d2.tar.gz
px4-nuttx-d9be11e71bf5a2699ef65131dcd63cc493fcf5d2.tar.bz2
px4-nuttx-d9be11e71bf5a2699ef65131dcd63cc493fcf5d2.zip
Fix LPC214X memory map
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1038 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm')
-rw-r--r--nuttx/arch/arm/src/lpc214x/chip.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/lpc214x/chip.h b/nuttx/arch/arm/src/lpc214x/chip.h
index 6a4803b17..336889f4d 100644
--- a/nuttx/arch/arm/src/lpc214x/chip.h
+++ b/nuttx/arch/arm/src/lpc214x/chip.h
@@ -64,15 +64,17 @@
#define LPC214X_UART0_BASE 0xe000c000 /* UART0 base address */
#define LPC214X_UART1_BASE 0xe0010000 /* UART1 base address */
#define LPC214X_PWM_BASE 0xe0014000 /* Pulse width modulator (PWM) base address */
-#define LPC214X_I2C_BASE 0xe001C000 /* I2C base address */
+#define LPC214X_I2C0_BASE 0xe001c000 /* I2C0 base address */
#define LPC214X_SPI0_BASE 0xe0020000 /* Serial Peripheral Interface 0 (SPI0) base */
#define LPC214X_RTC_BASE 0xe0024000 /* Real Time Clock (RTC) base address */
#define LPC214X_GPIO0_BASE 0xe0028000 /* General Purpose I/O (GPIO) 0 base address */
#define LPC214X_GPIO1_BASE 0xe0028010 /* General Purpose I/O (GPIO) 0 base address */
#define LPC214X_PINSEL_BASE 0xe002c000 /* Pin function select registers */
-#define LPC214X_SPI1_BASE 0xe0030000 /* Serial Peripheral Interface 1 (SPI1) base */
#define LPC214X_AD0_BASE 0xe0034000 /* Analog to Digital Converter 0 base address*/
+#define LPC214X_I2C1_BASE 0xe005c000 /* I2C1 base address */
#define LPC214X_AD1_BASE 0xe0060000 /* Analog to Digital Converter 1 base address */
+#define LPC214X_SPI1_BASE 0xe0068000 /* Serial Peripheral Interface 1 (SPI1) base */
+#define LPC214X_DAC_BASE 0xe0090000 /* DAC base address */
#define LPC214X_USB_BASE 0xe0090000 /* USB base address */
#define LPC214X_SCB_BASE 0xe01fc000 /* System Control Block (SBC) base address */