1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
2 /*
3  * Copyright (C) 2020, STMicroelectronics - All Rights Reserved
4  */
5 
6 #ifndef __DT_BINDINGS_REGULATOR_ST_STM32MP15_REGULATOR_H
7 #define __DT_BINDINGS_REGULATOR_ST_STM32MP15_REGULATOR_H
8 
9 /* SCMI voltage domain identifiers */
10 
11 #define VOLTD_SCMI_REG11		0
12 #define VOLTD_SCMI_REG18		1
13 #define VOLTD_SCMI_USB33		2
14 #define VOLTD_SCMI_STPMIC1_BUCK1	3
15 #define VOLTD_SCMI_STPMIC1_BUCK2	4
16 #define VOLTD_SCMI_STPMIC1_BUCK3	5
17 #define VOLTD_SCMI_STPMIC1_BUCK4	6
18 #define VOLTD_SCMI_STPMIC1_LDO1	7
19 #define VOLTD_SCMI_STPMIC1_LDO2	8
20 #define VOLTD_SCMI_STPMIC1_LDO3	9
21 #define VOLTD_SCMI_STPMIC1_LDO4	10
22 #define VOLTD_SCMI_STPMIC1_LDO5	11
23 #define VOLTD_SCMI_STPMIC1_LDO6	12
24 #define VOLTD_SCMI_STPMIC1_VREFDDR	13
25 #define VOLTD_SCMI_STPMIC1_BOOST	14
26 #define VOLTD_SCMI_STPMIC1_PWR_SW1	15
27 #define VOLTD_SCMI_STPMIC1_PWR_SW2	16
28 
29 #endif /*__DT_BINDINGS_REGULATOR_ST_STM32MP15_REGULATOR_H */
30