162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) 2022, STMicroelectronics - All Rights Reserved
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef __DT_BINDINGS_REGULATOR_ST_STM32MP13_REGULATOR_H
762306a36Sopenharmony_ci#define __DT_BINDINGS_REGULATOR_ST_STM32MP13_REGULATOR_H
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci/* SCMI voltage domains identifiers */
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci/* SOC Internal regulators */
1262306a36Sopenharmony_ci#define VOLTD_SCMI_REG11		0
1362306a36Sopenharmony_ci#define VOLTD_SCMI_REG18		1
1462306a36Sopenharmony_ci#define VOLTD_SCMI_USB33		2
1562306a36Sopenharmony_ci#define VOLTD_SCMI_SDMMC1_IO		3
1662306a36Sopenharmony_ci#define VOLTD_SCMI_SDMMC2_IO		4
1762306a36Sopenharmony_ci#define VOLTD_SCMI_VREFBUF		5
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ci/* STPMIC1 regulators */
2062306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_BUCK1	6
2162306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_BUCK2	7
2262306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_BUCK3	8
2362306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_BUCK4	9
2462306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_LDO1	        10
2562306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_LDO2	        11
2662306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_LDO3	        12
2762306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_LDO4	        13
2862306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_LDO5	        14
2962306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_LDO6	        15
3062306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_VREFDDR	16
3162306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_BOOST	17
3262306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_PWR_SW1	18
3362306a36Sopenharmony_ci#define VOLTD_SCMI_STPMIC1_PWR_SW2	19
3462306a36Sopenharmony_ci
3562306a36Sopenharmony_ci/* External regulators */
3662306a36Sopenharmony_ci#define VOLTD_SCMI_REGU0		20
3762306a36Sopenharmony_ci#define VOLTD_SCMI_REGU1		21
3862306a36Sopenharmony_ci#define VOLTD_SCMI_REGU2		22
3962306a36Sopenharmony_ci#define VOLTD_SCMI_REGU3		23
4062306a36Sopenharmony_ci#define VOLTD_SCMI_REGU4		24
4162306a36Sopenharmony_ci
4262306a36Sopenharmony_ci#endif /*__DT_BINDINGS_REGULATOR_ST_STM32MP13_REGULATOR_H */
43