include: dt-bindings: add STM32WB0 reset header
Adds the reset controller dt-bindings header for STM32WB0 series. Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
parent
e32bc6e78d
commit
fb224d139a
1 changed files with 18 additions and 0 deletions
18
include/zephyr/dt-bindings/reset/stm32wb0_reset.h
Normal file
18
include/zephyr/dt-bindings/reset/stm32wb0_reset.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* Copyright (c) 2024 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32WB0_RESET_H_
|
||||
#define ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32WB0_RESET_H_
|
||||
|
||||
#include "stm32-common.h"
|
||||
|
||||
/* RCC bus reset register offset */
|
||||
#define STM32_RESET_BUS_AHB0 0x30
|
||||
#define STM32_RESET_BUS_APB0 0x34
|
||||
#define STM32_RESET_BUS_APB1 0x38
|
||||
#define STM32_RESET_BUS_APB2 0x3C
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32WB0_RESET_H_ */
|
||||
Loading…
Reference in a new issue