1/* $NetBSD: st,stm32mp13-regulator.h,v 1.1.1.1 2026/01/18 05:21:54 skrll Exp $ */ 2 3/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */ 4/* 5 * Copyright (C) 2022, STMicroelectronics - All Rights Reserved 6 */ 7 8#ifndef __DT_BINDINGS_REGULATOR_ST_STM32MP13_REGULATOR_H 9#define __DT_BINDINGS_REGULATOR_ST_STM32MP13_REGULATOR_H 10 11/* SCMI voltage domains identifiers */ 12 13/* SOC Internal regulators */ 14#define VOLTD_SCMI_REG11 0 15#define VOLTD_SCMI_REG18 1 16#define VOLTD_SCMI_USB33 2 17#define VOLTD_SCMI_SDMMC1_IO 3 18#define VOLTD_SCMI_SDMMC2_IO 4 19#define VOLTD_SCMI_VREFBUF 5 20 21/* STPMIC1 regulators */ 22#define VOLTD_SCMI_STPMIC1_BUCK1 6 23#define VOLTD_SCMI_STPMIC1_BUCK2 7 24#define VOLTD_SCMI_STPMIC1_BUCK3 8 25#define VOLTD_SCMI_STPMIC1_BUCK4 9 26#define VOLTD_SCMI_STPMIC1_LDO1 10 27#define VOLTD_SCMI_STPMIC1_LDO2 11 28#define VOLTD_SCMI_STPMIC1_LDO3 12 29#define VOLTD_SCMI_STPMIC1_LDO4 13 30#define VOLTD_SCMI_STPMIC1_LDO5 14 31#define VOLTD_SCMI_STPMIC1_LDO6 15 32#define VOLTD_SCMI_STPMIC1_VREFDDR 16 33#define VOLTD_SCMI_STPMIC1_BOOST 17 34#define VOLTD_SCMI_STPMIC1_PWR_SW1 18 35#define VOLTD_SCMI_STPMIC1_PWR_SW2 19 36 37/* External regulators */ 38#define VOLTD_SCMI_REGU0 20 39#define VOLTD_SCMI_REGU1 21 40#define VOLTD_SCMI_REGU2 22 41#define VOLTD_SCMI_REGU3 23 42#define VOLTD_SCMI_REGU4 24 43 44#endif /*__DT_BINDINGS_REGULATOR_ST_STM32MP13_REGULATOR_H */ 45