From 114eab5a0b5aa3f97ead07edabcfc93ee99b19d2 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 12 Jan 2022 16:31:01 +0000 Subject: platforms/stm32/wb: sort existing peripherals Makes merging and diffing easier later. --- platforms/stm32/wb.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'platforms') 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 -- cgit v1.2.3