altos/stm32f4: Add more stm32f413 definitions and support code
[fw/altos] / src / stm32f4 / registers.ld
index 20ffa0a0337dc33d665a53d4c985fb04dcb64be2..bc924106ae4f5cb652c0248a055a8c5b423b1a42 100644 (file)
@@ -1,3 +1,4 @@
+
 stm_tim2   = 0x40000000;
 stm_tim3   = 0x40000400;
 stm_tim4   = 0x40000800;
@@ -39,6 +40,8 @@ stm_sai1   = 0x40015800;
 stm_dfsdm1 = 0x40016000;
 stm_dfsdm2 = 0x40016400;
 
+/* AHB1 */
+
 stm_gpioa  = 0x40020000;
 stm_gpiob  = 0x40020400;
 stm_gpioc  = 0x40020800;
@@ -54,6 +57,11 @@ stm_flash  = 0x40023c00;
 stm_dma1   = 0x40026000;
 stm_dma2   = 0x40026400;
 
+/* AHB2 */
+
+stm_usb    = 0x50000000;
+stm_rng    = 0x50060800;
+
 stm_systick = 0xe000e010;
 
 stm_ictr   = 0xe000e004;