From 1ddf184af5a633903e81ec07093968d8dec086c8 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 6 Jan 2022 22:19:16 +0000 Subject: stm32wb: pwr: initial registers No helpers, just the register map. Signed-off-by: Karl Palsson --- platforms/stm32/wb.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'platforms') 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 -- cgit v1.2.3