clock_control: Add stm32mp157c_dk2 board support
Add support for stm32mp1x RCC with Zephyr clock_control driver Signed-off-by: Yaël Boutreux <yael.boutreux@st.com> Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
parent
f6343ace8e
commit
aca4b075f1
7 changed files with 439 additions and 3 deletions
|
@ -13,6 +13,14 @@
|
|||
#define STM32_CLOCK_BUS_APB2 3
|
||||
#define STM32_CLOCK_BUS_APB1_2 4
|
||||
#define STM32_CLOCK_BUS_IOP 5
|
||||
|
||||
#define STM32_CLOCK_BUS_AHB3 6
|
||||
#define STM32_CLOCK_BUS_AHB4 7
|
||||
#define STM32_CLOCK_BUS_AHB5 8
|
||||
#define STM32_CLOCK_BUS_AHB6 9
|
||||
#define STM32_CLOCK_BUS_APB3 10
|
||||
#define STM32_CLOCK_BUS_APB4 11
|
||||
#define STM32_CLOCK_BUS_APB5 12
|
||||
#define STM32_CLOCK_BUS_AXI 13
|
||||
#define STM32_CLOCK_BUS_MLAHB 14
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32_CLOCK_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue