File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
include/zephyr/dt-bindings/clock Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 50
50
#define STM32_CLOCK_PERIPH_UART8 0x798
51
51
#define STM32_CLOCK_PERIPH_UART9 0x79C
52
52
53
+ /* I2C Peripheral */
54
+ #define STM32_CLOCK_PERIPH_I2C1 0x7A0
55
+ #define STM32_CLOCK_PERIPH_I2C2 0x7A8
56
+ #define STM32_CLOCK_PERIPH_I2C3 0x7AC
57
+ #define STM32_CLOCK_PERIPH_I2C4 0x7B0
58
+ #define STM32_CLOCK_PERIPH_I2C5 0x7B4
59
+ #define STM32_CLOCK_PERIPH_I2C6 0x7B8
60
+ #define STM32_CLOCK_PERIPH_I2C7 0x7BC
61
+ #define STM32_CLOCK_PERIPH_I2C8 0x7C0
62
+
53
63
#define STM32_CLOCK_PERIPH_MIN STM32_CLOCK_PERIPH_GPIOA
54
- #define STM32_CLOCK_PERIPH_MAX STM32_CLOCK_PERIPH_UART9
64
+ #define STM32_CLOCK_PERIPH_MAX STM32_CLOCK_PERIPH_I2C8
55
65
56
66
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32MP2_CLOCK_H_ */
You can’t perform that action at this time.
0 commit comments