regulator-always-on;
st,pwrctrl-sel = <2>;
st,pwrctrl-enable;
default {
regulator-off-in-suspend;
};
lplv {
regulator-off-in-suspend;
};
standby {
regulator-off-in-suspend;
};
off {
regulator-off-in-suspend;
};
};
vddcore: buck2 {
regulator-name = 'vddcore';
regulator-min-microvolt = <820000>;
regulator-max-microvolt = <820000>;
regulator-always-on;
st,pwrctrl-sel = <1>;
st,pwrctrl-enable;
default {
regulator-on-in-suspend;
regulator-suspend-microvolt = <820000>;
};
lplv {
regulator-on-in-suspend;
regulator-suspend-microvolt = <670000>;
};
standby {
regulator-off-in-suspend;
};
off {
regulator-off-in-suspend;
};
};
vddgpu_pmic: buck3 {
regulator-name = 'vddgpu_pmic';
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <900000>;
regulator-over-current-protection;
};
vddio_pmic: buck4 {
regulator-name = 'vddio_pmic';
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
st,mask-reset;
st,pwrctrl-sel = <1>;
st,pwrctrl-enable;
default {
regulator-on-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
lplv {
regulator-on-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
standby {
regulator-on-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
off {
/* ToDo: switch to LP */
regulator-on-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
};
v1v8: buck5 {
regulator-name = 'v1v8';
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
st,pwrctrl-sel = <1>;
st,pwrctrl-enable;
default {
regulator-on-in-suspend;
regulator-suspend-microvolt = <1800000>;
};
lplv {
regulator-on-in-suspend;
regulator-suspend-microvolt = <1800000>;
};
standby {
regulator-off-in-suspend;
};
off {
regulator-off-in-suspend;
};
};
vdd2_ddr: buck6 {
regulator-name = 'vdd2_ddr';
regulator-min-microvolt = <1100000>;
regulator-max-microvolt = <1100000>;
regulator-always-on;
//regulator-pull-down;
st,pwrctrl-sel = <1>;
st,pwrctrl-enable;
default {
regulator-on-in-suspend;
regulator-suspend-microvolt = <1100000>;
};
lplv {
regulator-on-in-suspend;
regulator-suspend-microvolt = <1100000>;
};
standby {
regulator-on-in-suspend;
regulator-suspend-microvolt = <1100000>;
};
off {
regulator-off-in-suspend;
};
};
v3v3: buck7 {
regulator-name = 'v3v3';
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
regulator-over-current-protection;
st,pwrctrl-sel = <1>;
st,pwrctrl-enable;
default {
regulator-on-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
lplv {
regulator-on-in-suspend;
regulator-suspend-microvolt = <3300000>;
};
standby {
regulator-off-in-suspend;
};
off {
regulator-off-in-suspend;
};
};
vdda1v8_aon: ldo1 {
regulator-name = 'vdda1v8_aon';
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
st,alternate-input-source;
st,mask-reset;
};
vdd_emmc: ldo2 {
regulator-name = 'vdd_emmc';
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-over-current-protection;
st,pwrctrl-sel = <3>;
st,pwrctrl-reset;
};
vdd1_ddr: ldo3 {
regulator-name = 'vdd1_ddr';
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
st,pwrctrl-sel = <1>;
st,pwrctrl-enable;
default {
regulator-on-in-suspend;
regulator-suspend-microvolt = <1800000>;
};
lplv {
regulator-on-in-suspend;
regulator-suspend-microvolt = <1800000>;
};
standby {
regulator-on-in-suspend;
regulator-suspend-microvolt = <1800000>;
};
off {
regulator-off-in-suspend;
};
};
vdd3v3_usb: ldo4 {
regulator-name = 'vdd3v3_usb';
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
regulator-over-current-protection;
};
v5v_hdmi: ldo5 {
regulator-name = 'v5v_hdmi';
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
st,regulator-bypass-microvolt = <5000000>;
st,pwrctrl-sel = <0>;
st,pwrctrl-enable;
};
v5v_vconn: ldo6 {
regulator-name = 'v5v_vconn';
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-always-on;
st,regulator-bypass-microvolt = <5000000>;
st,pwrctrl-sel = <0>;
st,pwrctrl-reset;
};
vdd_sdcard: ldo7 {
regulator-name = 'vdd_sdcard';
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-over-current-protection;
st,regulator-bypass-microvolt = <3300000>;
st,pwrctrl-sel = <3>;
st,pwrctrl-reset;
};
vddio_sdcard: ldo8 {
regulator-name = 'vddio_sdcard';
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-over-current-protection;
st,regulator-bypass-microvolt = <3300000>;
上一篇:米尔STM32MP25x开发板Bring Up培训课程(一)
下一篇:米尔STM32MP25x开发板Bring Up培训课程(三)
推荐阅读最新更新时间:2025-12-19 09:47
- 具有低电池电量指示的 MCP1258 稳压 3.3V、低纹波电荷泵和低工作电流睡眠模式或旁路模式的典型应用
- NCS36510GEVK:适用于 2.4 GHz IEEE 802.15.4-2006 应用评估套件的低功耗片上系统
- 用于完整 3V、12 位、1MHz 模数转换系统的 AD8601ARTZ-REEL7 运算放大器的典型应用
- LTC4368CDD-2 100V UV/OV 和具有双向断路器的反向保护控制器的典型应用电路
- LT1307CN8 单节 CCFL 电源典型应用电路
- 3.3V 直流转直流单输出医疗电源
- 用于手机的 6-LED 通用 LED 驱动器
- EVAL-AD7656SDZ,AD7656 ADC 评估板
- MC78M08ABDTG 8V 电流升压稳压器的典型应用
- 使用 Silicon Labs 的 Si51211-A16AFMR 的参考设计



【Follow me第三季第3期】从入门到进阶——学习如何使用Seeed Studio XIAO ESP32S3 Sense五项任务源代码
STM32F4控制AD5360
非常经典的关于LLC的杨波博士论文
LF347AN/B+
7662CPA






京公网安备 11010802033920号