diff options
author | Karl Palsson <karlp@tweak.net.au> | 2022-01-06 23:19:16 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-01-26 23:40:29 +0100 |
commit | 1ddf184af5a633903e81ec07093968d8dec086c8 (patch) | |
tree | 4463126317f212d2d7387605c9fe3eb3a575648b /platforms | |
parent | 114eab5a0b5aa3f97ead07edabcfc93ee99b19d2 (diff) |
stm32wb: pwr: initial registers
No helpers, just the register map.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Diffstat (limited to 'platforms')
-rw-r--r-- | platforms/stm32/wb.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/platforms/stm32/wb.yaml b/platforms/stm32/wb.yaml index 251e369..bd506c4 100644 --- a/platforms/stm32/wb.yaml +++ b/platforms/stm32/wb.yaml @@ -58,6 +58,11 @@ GPIOE: offset: 0x48001000 + stm32_pwr: + PWR: + type: wb + offset: 0x58000400 + stm32_timer: TIM1: offset: 0x40012C00 |