diff options
| author | Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com> | 2026-02-10 13:04:01 +0300 |
|---|---|---|
| committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2026-03-25 19:37:48 +0300 |
| commit | c5dad91c21995f0f677dae9dada7373f7a0c7789 (patch) | |
| tree | c32a911d482777dc29b5963d3a7676c640bd883f | |
| parent | 973f230c406214e0f0e29df00be286e8c5e7f1f1 (diff) | |
| download | linux-c5dad91c21995f0f677dae9dada7373f7a0c7789.tar.xz | |
arm64: dts: st: describe power supplies for stm32mp257f-dk board
Describe power supplies for stm32mp257f-dk board.
Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Link: https://lore.kernel.org/r/20260210-display-v2-8-0592bd514958@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
| -rw-r--r-- | arch/arm64/boot/dts/st/stm32mp257f-dk.dts | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/st/stm32mp257f-dk.dts b/arch/arm64/boot/dts/st/stm32mp257f-dk.dts index 220d977e9aa9..3298cc578579 100644 --- a/arch/arm64/boot/dts/st/stm32mp257f-dk.dts +++ b/arch/arm64/boot/dts/st/stm32mp257f-dk.dts @@ -155,6 +155,34 @@ 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"; |
