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:
Mathieu Choplain 2024-05-28 10:14:11 +02:00 committed by Carles Cufí
parent e32bc6e78d
commit fb224d139a

View 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_ */