Path: blob/master/include/dt-bindings/regulator/st,stm32mp15-regulator.h
26289 views
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */1/*2* Copyright (C) 2025, STMicroelectronics - All Rights Reserved3*/45#ifndef __DT_BINDINGS_REGULATOR_ST_STM32MP15_REGULATOR_H6#define __DT_BINDINGS_REGULATOR_ST_STM32MP15_REGULATOR_H78/* SCMI voltage domain identifiers */910/* SOC Internal regulators */11#define VOLTD_SCMI_REG11 012#define VOLTD_SCMI_REG18 113#define VOLTD_SCMI_USB33 21415/* STPMIC1 regulators */16#define VOLTD_SCMI_STPMIC1_BUCK1 317#define VOLTD_SCMI_STPMIC1_BUCK2 418#define VOLTD_SCMI_STPMIC1_BUCK3 519#define VOLTD_SCMI_STPMIC1_BUCK4 620#define VOLTD_SCMI_STPMIC1_LDO1 721#define VOLTD_SCMI_STPMIC1_LDO2 822#define VOLTD_SCMI_STPMIC1_LDO3 923#define VOLTD_SCMI_STPMIC1_LDO4 1024#define VOLTD_SCMI_STPMIC1_LDO5 1125#define VOLTD_SCMI_STPMIC1_LDO6 1226#define VOLTD_SCMI_STPMIC1_VREFDDR 1327#define VOLTD_SCMI_STPMIC1_BOOST 1428#define VOLTD_SCMI_STPMIC1_PWR_SW1 1529#define VOLTD_SCMI_STPMIC1_PWR_SW2 1630#define VOLTD_SCMI_VREFBUF 173132/* External regulators */33#define VOLTD_SCMI_REGU0 1834#define VOLTD_SCMI_REGU1 1935#define VOLTD_SCMI_REGU2 2036#define VOLTD_SCMI_REGU3 2137#define VOLTD_SCMI_REGU4 223839#endif /*__DT_BINDINGS_REGULATOR_ST_STM32MP15_REGULATOR_H */404142