diff options
author | Karl Palsson <karlp@tweak.net.au> | 2022-01-12 17:31:01 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-01-26 23:40:29 +0100 |
commit | 114eab5a0b5aa3f97ead07edabcfc93ee99b19d2 (patch) | |
tree | e4ae24a5e1545cb9404beecc6ca463181de0c86b /platforms | |
parent | 3d4618b786594af253a2cf972452e79ae230eccc (diff) |
platforms/stm32/wb: sort existing peripherals
Makes merging and diffing easier later.
Diffstat (limited to 'platforms')
-rw-r--r-- | platforms/stm32/wb.yaml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/platforms/stm32/wb.yaml b/platforms/stm32/wb.yaml index 06e03da..251e369 100644 --- a/platforms/stm32/wb.yaml +++ b/platforms/stm32/wb.yaml @@ -28,6 +28,19 @@ size: 10k periph: + stm32_dma: + DMA1: + type: v1 + offset: 0x40020000 + DMA2: + type: v1 + offset: 0x40020400 + + stm32_dmamux: + DMAMUX1: + type: v1 + offset: 0x40020800 + stm32_flash: FLASH: type: wb @@ -60,19 +73,6 @@ type: v2 offset: 0x40013800 - stm32_dma: - DMA1: - type: v1 - offset: 0x40020000 - DMA2: - type: v1 - offset: 0x40020400 - - stm32_dmamux: - DMAMUX1: - type: v1 - offset: 0x40020800 - rcc: RCC: offset: 0x58000000 |