diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-22 17:10:24 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-17 03:50:07 -0700 |
| commit | 91d201abcbe9373360919406427b7e4fb9e1b42e (patch) | |
| tree | 63a5a9e640f6a0300ec7bcc15a8b79200d1df4f2 /src/lpc/registers.ld | |
| parent | 9bf67798b134ad796c2f4bc9240ee450722148ec (diff) | |
altos/lpc: Start adding USB register definitions
Just the bare struct, no defines yet.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lpc/registers.ld')
| -rw-r--r-- | src/lpc/registers.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lpc/registers.ld b/src/lpc/registers.ld index e444d832..51a0612f 100644 --- a/src/lpc/registers.ld +++ b/src/lpc/registers.ld @@ -5,6 +5,7 @@ lpc_scb = 0x40048000; lpc_gpio_pin = 0x4004c000; lpc_gpio_group0 = 0x4005c000; lpc_gpio_group1 = 0x40060000; +lpc_usb = 0x40080000; lpc_gpio = 0x50000000; lpc_systick = 0xe000e000; lpc_nvic = 0xe000e100; |
