File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
include/zephyr/dt-bindings/clock Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2025 STMicroelectronics
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32MP13_CLOCK_H_
7+ #define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32MP13_CLOCK_H_
8+
9+ #include "stm32_common_clocks.h"
10+
11+ /** Bus clocks */
12+ #define STM32_CLOCK_BUS_APB1 0x700
13+ #define STM32_CLOCK_BUS_APB2 0x708
14+ #define STM32_CLOCK_BUS_APB3 0x710
15+ #define STM32_CLOCK_BUS_APB4 0x728
16+ #define STM32_CLOCK_BUS_APB5 0x740
17+ #define STM32_CLOCK_BUS_APB6 0x748
18+ #define STM32_CLOCK_BUS_AHB2 0x750
19+ #define STM32_CLOCK_BUS_AHB4 0x768
20+ #define STM32_CLOCK_BUS_AHB5 0x778
21+ #define STM32_CLOCK_BUS_AHB6 0x780
22+
23+ #define STM32_PERIPH_BUS_MIN STM32_CLOCK_BUS_APB1
24+ #define STM32_PERIPH_BUS_MAX STM32_CLOCK_BUS_AHB6
25+
26+ #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32MP13_CLOCK_H_ */
You can’t perform that action at this time.
0 commit comments