Path: blob/master/include/dt-bindings/regulator/st,stm32mp25-regulator.h
26288 views
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */1/*2* Copyright (C) 2024, STMicroelectronics - All Rights Reserved3*/45#ifndef __DT_BINDINGS_REGULATOR_ST_STM32MP25_REGULATOR_H6#define __DT_BINDINGS_REGULATOR_ST_STM32MP25_REGULATOR_H78/* SCMI voltage domains identifiers */910/* SOC Internal regulators */11#define VOLTD_SCMI_VDDIO1 012#define VOLTD_SCMI_VDDIO2 113#define VOLTD_SCMI_VDDIO3 214#define VOLTD_SCMI_VDDIO4 315#define VOLTD_SCMI_VDDIO 416#define VOLTD_SCMI_UCPD 517#define VOLTD_SCMI_USB33 618#define VOLTD_SCMI_ADC 719#define VOLTD_SCMI_GPU 820#define VOLTD_SCMI_VREFBUF 92122/* STPMIC2 regulators */23#define VOLTD_SCMI_STPMIC2_BUCK1 1024#define VOLTD_SCMI_STPMIC2_BUCK2 1125#define VOLTD_SCMI_STPMIC2_BUCK3 1226#define VOLTD_SCMI_STPMIC2_BUCK4 1327#define VOLTD_SCMI_STPMIC2_BUCK5 1428#define VOLTD_SCMI_STPMIC2_BUCK6 1529#define VOLTD_SCMI_STPMIC2_BUCK7 1630#define VOLTD_SCMI_STPMIC2_LDO1 1731#define VOLTD_SCMI_STPMIC2_LDO2 1832#define VOLTD_SCMI_STPMIC2_LDO3 1933#define VOLTD_SCMI_STPMIC2_LDO4 2034#define VOLTD_SCMI_STPMIC2_LDO5 2135#define VOLTD_SCMI_STPMIC2_LDO6 2236#define VOLTD_SCMI_STPMIC2_LDO7 2337#define VOLTD_SCMI_STPMIC2_LDO8 2438#define VOLTD_SCMI_STPMIC2_REFDDR 253940/* External regulators */41#define VOLTD_SCMI_REGU0 2642#define VOLTD_SCMI_REGU1 2743#define VOLTD_SCMI_REGU2 2844#define VOLTD_SCMI_REGU3 2945#define VOLTD_SCMI_REGU4 304647#endif /*__DT_BINDINGS_REGULATOR_ST_STM32MP25_REGULATOR_H */484950