altos: Use explicit boot loader signal in ao_boot_reboot
[fw/altos] / src / lpc / registers.ld
index cd6ac5f5dc0acb118646c09b2ce10b9d4dec771a..a523c39c9afb1910f6d844b0ef3d81005e3da336 100644 (file)
@@ -1,9 +1,19 @@
+lpc_usb_sram   = 0x20004000;
+lpc_usb_endpoint = 0x20004700;
 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;
 lpc_gpio       = 0x50000000;
 lpc_systick    = 0xe000e000;
+lpc_nvic       = 0xe000e100;
+arm_scb                = 0xe000ed00;