diff options
| author | Keith Packard <keithp@keithp.com> | 2013-05-18 03:16:41 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-18 03:17:23 -0700 |
| commit | ed25a46571d988ccf37ae915dff97b5f00bcf9cf (patch) | |
| tree | 81f1141a527acb58b71b57b03b2c05b714becf83 /src/lpc/registers.ld | |
| parent | 2b0b7bf1462341718e582223a880f2dfcd79e2ad (diff) | |
altos/lpc: add gpio int, spi, adc and ct32b defines to lpc.h
Lots more devices
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lpc/registers.ld')
| -rw-r--r-- | src/lpc/registers.ld | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lpc/registers.ld b/src/lpc/registers.ld index 0201e55f..51866e07 100644 --- a/src/lpc/registers.ld +++ b/src/lpc/registers.ld @@ -1,8 +1,14 @@ +lpc_usb_sram = 0x20004000; lpc_usart = 0x40008000; +lpc_ct32b0 = 0x40014000; +lpc_ct32b1 = 0x40018000; +lpc_adc = 0x4001c000; lpc_flash = 0x4003c000; +lpc_ssp0 = 0x40040000; lpc_ioconf = 0x40044000; lpc_scb = 0x40048000; lpc_gpio_pin = 0x4004c000; +lpc_ssp1 = 0x40058000; lpc_gpio_group0 = 0x4005c000; lpc_gpio_group1 = 0x40060000; lpc_usb = 0x40080000; @@ -10,4 +16,3 @@ lpc_gpio = 0x50000000; lpc_systick = 0xe000e000; lpc_nvic = 0xe000e100; arm_scb = 0xe000ed00; -lpc_usb_sram = 0x20004000; |
