49 lines · c
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */2/*3 * Copyright (C) 2024, STMicroelectronics - All Rights Reserved4 */5 6#ifndef __DT_BINDINGS_REGULATOR_ST_STM32MP25_REGULATOR_H7#define __DT_BINDINGS_REGULATOR_ST_STM32MP25_REGULATOR_H8 9/* SCMI voltage domains identifiers */10 11/* SOC Internal regulators */12#define VOLTD_SCMI_VDDIO1 013#define VOLTD_SCMI_VDDIO2 114#define VOLTD_SCMI_VDDIO3 215#define VOLTD_SCMI_VDDIO4 316#define VOLTD_SCMI_VDDIO 417#define VOLTD_SCMI_UCPD 518#define VOLTD_SCMI_USB33 619#define VOLTD_SCMI_ADC 720#define VOLTD_SCMI_GPU 821#define VOLTD_SCMI_VREFBUF 922 23/* STPMIC2 regulators */24#define VOLTD_SCMI_STPMIC2_BUCK1 1025#define VOLTD_SCMI_STPMIC2_BUCK2 1126#define VOLTD_SCMI_STPMIC2_BUCK3 1227#define VOLTD_SCMI_STPMIC2_BUCK4 1328#define VOLTD_SCMI_STPMIC2_BUCK5 1429#define VOLTD_SCMI_STPMIC2_BUCK6 1530#define VOLTD_SCMI_STPMIC2_BUCK7 1631#define VOLTD_SCMI_STPMIC2_LDO1 1732#define VOLTD_SCMI_STPMIC2_LDO2 1833#define VOLTD_SCMI_STPMIC2_LDO3 1934#define VOLTD_SCMI_STPMIC2_LDO4 2035#define VOLTD_SCMI_STPMIC2_LDO5 2136#define VOLTD_SCMI_STPMIC2_LDO6 2237#define VOLTD_SCMI_STPMIC2_LDO7 2338#define VOLTD_SCMI_STPMIC2_LDO8 2439#define VOLTD_SCMI_STPMIC2_REFDDR 2540 41/* External regulators */42#define VOLTD_SCMI_REGU0 2643#define VOLTD_SCMI_REGU1 2744#define VOLTD_SCMI_REGU2 2845#define VOLTD_SCMI_REGU3 2946#define VOLTD_SCMI_REGU4 3047 48#endif /*__DT_BINDINGS_REGULATOR_ST_STM32MP25_REGULATOR_H */49