mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
arm64: dts: st: describe power supplies for stm32mp235f-dk board
Describe power supplies for stm32mp235f-dk board. Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com> Link: https://lore.kernel.org/r/20260210-display-v2-6-0592bd514958@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
parent
eb0528245f
commit
963758188e
|
|
@ -148,6 +148,34 @@ scmi_vddio1: regulator@0 {
|
|||
regulator-min-microvolt = <1800000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
};
|
||||
scmi_vddcore: regulator@11 {
|
||||
reg = <VOLTD_SCMI_STPMIC2_BUCK2>;
|
||||
regulator-name = "vddcore";
|
||||
};
|
||||
scmi_v1v8: regulator@14 {
|
||||
reg = <VOLTD_SCMI_STPMIC2_BUCK5>;
|
||||
regulator-name = "v1v8";
|
||||
};
|
||||
scmi_v3v3: regulator@16 {
|
||||
reg = <VOLTD_SCMI_STPMIC2_BUCK7>;
|
||||
regulator-name = "v3v3";
|
||||
};
|
||||
scmi_vdd_emmc: regulator@18 {
|
||||
reg = <VOLTD_SCMI_STPMIC2_LDO2>;
|
||||
regulator-name = "vdd_emmc";
|
||||
};
|
||||
scmi_vdd3v3_usb: regulator@20 {
|
||||
reg = <VOLTD_SCMI_STPMIC2_LDO4>;
|
||||
regulator-name = "vdd3v3_usb";
|
||||
};
|
||||
scmi_v5v_hdmi: regulator@21 {
|
||||
reg = <VOLTD_SCMI_STPMIC2_LDO5>;
|
||||
regulator-name = "v5v_hdmi";
|
||||
};
|
||||
scmi_v5v_vconn: regulator@22 {
|
||||
reg = <VOLTD_SCMI_STPMIC2_LDO6>;
|
||||
regulator-name = "v5v_vconn";
|
||||
};
|
||||
scmi_vdd_sdcard: regulator@23 {
|
||||
reg = <VOLTD_SCMI_STPMIC2_LDO7>;
|
||||
regulator-name = "vdd_sdcard";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user