1 /*
2  * Copyright (c) 2024 Renesas Electronics Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_RA_H_
8 #define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_RA_H_
9 
10 #define MSTPA 0
11 #define MSTPB 1
12 #define MSTPC 2
13 #define MSTPD 3
14 #define MSTPE 4
15 
16 #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_RA_H_ */
17