Path: blob/master/include/dt-bindings/regulator/st,stm32mp13-regulator.h
26289 views
/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */1/*2* Copyright (C) 2022, STMicroelectronics - All Rights Reserved3*/45#ifndef __DT_BINDINGS_REGULATOR_ST_STM32MP13_REGULATOR_H6#define __DT_BINDINGS_REGULATOR_ST_STM32MP13_REGULATOR_H78/* SCMI voltage domains identifiers */910/* SOC Internal regulators */11#define VOLTD_SCMI_REG11 012#define VOLTD_SCMI_REG18 113#define VOLTD_SCMI_USB33 214#define VOLTD_SCMI_SDMMC1_IO 315#define VOLTD_SCMI_SDMMC2_IO 416#define VOLTD_SCMI_VREFBUF 51718/* STPMIC1 regulators */19#define VOLTD_SCMI_STPMIC1_BUCK1 620#define VOLTD_SCMI_STPMIC1_BUCK2 721#define VOLTD_SCMI_STPMIC1_BUCK3 822#define VOLTD_SCMI_STPMIC1_BUCK4 923#define VOLTD_SCMI_STPMIC1_LDO1 1024#define VOLTD_SCMI_STPMIC1_LDO2 1125#define VOLTD_SCMI_STPMIC1_LDO3 1226#define VOLTD_SCMI_STPMIC1_LDO4 1327#define VOLTD_SCMI_STPMIC1_LDO5 1428#define VOLTD_SCMI_STPMIC1_LDO6 1529#define VOLTD_SCMI_STPMIC1_VREFDDR 1630#define VOLTD_SCMI_STPMIC1_BOOST 1731#define VOLTD_SCMI_STPMIC1_PWR_SW1 1832#define VOLTD_SCMI_STPMIC1_PWR_SW2 193334/* External regulators */35#define VOLTD_SCMI_REGU0 2036#define VOLTD_SCMI_REGU1 2137#define VOLTD_SCMI_REGU2 2238#define VOLTD_SCMI_REGU3 2339#define VOLTD_SCMI_REGU4 244041#endif /*__DT_BINDINGS_REGULATOR_ST_STM32MP13_REGULATOR_H */424344