18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: BSD-3-Clause 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (c) 2020, The Linux Foundation. All rights reserved. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci/dts-v1/; 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#include <dt-bindings/regulator/qcom,rpmh-regulator.h> 98c2ecf20Sopenharmony_ci#include "sm8250.dtsi" 108c2ecf20Sopenharmony_ci#include "pm8150.dtsi" 118c2ecf20Sopenharmony_ci#include "pm8150b.dtsi" 128c2ecf20Sopenharmony_ci#include "pm8150l.dtsi" 138c2ecf20Sopenharmony_ci#include "pm8009.dtsi" 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci/ { 168c2ecf20Sopenharmony_ci model = "Qualcomm Technologies, Inc. SM8250 MTP"; 178c2ecf20Sopenharmony_ci compatible = "qcom,sm8250-mtp", "qcom,sm8250"; 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci aliases { 208c2ecf20Sopenharmony_ci serial0 = &uart12; 218c2ecf20Sopenharmony_ci }; 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci chosen { 248c2ecf20Sopenharmony_ci stdout-path = "serial0:115200n8"; 258c2ecf20Sopenharmony_ci }; 268c2ecf20Sopenharmony_ci 278c2ecf20Sopenharmony_ci vph_pwr: vph-pwr-regulator { 288c2ecf20Sopenharmony_ci compatible = "regulator-fixed"; 298c2ecf20Sopenharmony_ci regulator-name = "vph_pwr"; 308c2ecf20Sopenharmony_ci regulator-min-microvolt = <3700000>; 318c2ecf20Sopenharmony_ci regulator-max-microvolt = <3700000>; 328c2ecf20Sopenharmony_ci }; 338c2ecf20Sopenharmony_ci 348c2ecf20Sopenharmony_ci vreg_s4a_1p8: pm8150-s4 { 358c2ecf20Sopenharmony_ci compatible = "regulator-fixed"; 368c2ecf20Sopenharmony_ci regulator-name = "vreg_s4a_1p8"; 378c2ecf20Sopenharmony_ci 388c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 398c2ecf20Sopenharmony_ci regulator-max-microvolt = <1800000>; 408c2ecf20Sopenharmony_ci 418c2ecf20Sopenharmony_ci regulator-always-on; 428c2ecf20Sopenharmony_ci regulator-boot-on; 438c2ecf20Sopenharmony_ci 448c2ecf20Sopenharmony_ci vin-supply = <&vph_pwr>; 458c2ecf20Sopenharmony_ci }; 468c2ecf20Sopenharmony_ci 478c2ecf20Sopenharmony_ci vreg_s6c_0p88: smpc6-regulator { 488c2ecf20Sopenharmony_ci compatible = "regulator-fixed"; 498c2ecf20Sopenharmony_ci regulator-name = "vreg_s6c_0p88"; 508c2ecf20Sopenharmony_ci 518c2ecf20Sopenharmony_ci regulator-min-microvolt = <880000>; 528c2ecf20Sopenharmony_ci regulator-max-microvolt = <880000>; 538c2ecf20Sopenharmony_ci regulator-always-on; 548c2ecf20Sopenharmony_ci vin-supply = <&vph_pwr>; 558c2ecf20Sopenharmony_ci }; 568c2ecf20Sopenharmony_ci}; 578c2ecf20Sopenharmony_ci 588c2ecf20Sopenharmony_ci&adsp { 598c2ecf20Sopenharmony_ci status = "okay"; 608c2ecf20Sopenharmony_ci firmware-name = "qcom/sm8250/adsp.mbn"; 618c2ecf20Sopenharmony_ci}; 628c2ecf20Sopenharmony_ci 638c2ecf20Sopenharmony_ci&apps_rsc { 648c2ecf20Sopenharmony_ci pm8150-rpmh-regulators { 658c2ecf20Sopenharmony_ci compatible = "qcom,pm8150-rpmh-regulators"; 668c2ecf20Sopenharmony_ci qcom,pmic-id = "a"; 678c2ecf20Sopenharmony_ci 688c2ecf20Sopenharmony_ci vdd-s1-supply = <&vph_pwr>; 698c2ecf20Sopenharmony_ci vdd-s2-supply = <&vph_pwr>; 708c2ecf20Sopenharmony_ci vdd-s3-supply = <&vph_pwr>; 718c2ecf20Sopenharmony_ci vdd-s4-supply = <&vph_pwr>; 728c2ecf20Sopenharmony_ci vdd-s5-supply = <&vph_pwr>; 738c2ecf20Sopenharmony_ci vdd-s6-supply = <&vph_pwr>; 748c2ecf20Sopenharmony_ci vdd-s7-supply = <&vph_pwr>; 758c2ecf20Sopenharmony_ci vdd-s8-supply = <&vph_pwr>; 768c2ecf20Sopenharmony_ci vdd-s9-supply = <&vph_pwr>; 778c2ecf20Sopenharmony_ci vdd-s10-supply = <&vph_pwr>; 788c2ecf20Sopenharmony_ci vdd-l1-l8-l11-supply = <&vreg_s6c_0p88>; 798c2ecf20Sopenharmony_ci vdd-l2-l10-supply = <&vreg_bob>; 808c2ecf20Sopenharmony_ci vdd-l3-l4-l5-l18-supply = <&vreg_s6a_0p95>; 818c2ecf20Sopenharmony_ci vdd-l6-l9-supply = <&vreg_s8c_1p3>; 828c2ecf20Sopenharmony_ci vdd-l7-l12-l14-l15-supply = <&vreg_s5a_1p9>; 838c2ecf20Sopenharmony_ci vdd-l13-l16-l17-supply = <&vreg_bob>; 848c2ecf20Sopenharmony_ci 858c2ecf20Sopenharmony_ci vreg_s5a_1p9: smps5 { 868c2ecf20Sopenharmony_ci regulator-name = "vreg_s5a_1p9"; 878c2ecf20Sopenharmony_ci regulator-min-microvolt = <1904000>; 888c2ecf20Sopenharmony_ci regulator-max-microvolt = <2000000>; 898c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 908c2ecf20Sopenharmony_ci }; 918c2ecf20Sopenharmony_ci 928c2ecf20Sopenharmony_ci vreg_s6a_0p95: smps6 { 938c2ecf20Sopenharmony_ci regulator-name = "vreg_s6a_0p95"; 948c2ecf20Sopenharmony_ci regulator-min-microvolt = <920000>; 958c2ecf20Sopenharmony_ci regulator-max-microvolt = <1128000>; 968c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 978c2ecf20Sopenharmony_ci }; 988c2ecf20Sopenharmony_ci 998c2ecf20Sopenharmony_ci vreg_l2a_3p1: ldo2 { 1008c2ecf20Sopenharmony_ci regulator-name = "vreg_l2a_3p1"; 1018c2ecf20Sopenharmony_ci regulator-min-microvolt = <3072000>; 1028c2ecf20Sopenharmony_ci regulator-max-microvolt = <3072000>; 1038c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1048c2ecf20Sopenharmony_ci }; 1058c2ecf20Sopenharmony_ci 1068c2ecf20Sopenharmony_ci vreg_l3a_0p9: ldo3 { 1078c2ecf20Sopenharmony_ci regulator-name = "vreg_l3a_0p9"; 1088c2ecf20Sopenharmony_ci regulator-min-microvolt = <928000>; 1098c2ecf20Sopenharmony_ci regulator-max-microvolt = <932000>; 1108c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1118c2ecf20Sopenharmony_ci }; 1128c2ecf20Sopenharmony_ci 1138c2ecf20Sopenharmony_ci vreg_l5a_0p875: ldo5 { 1148c2ecf20Sopenharmony_ci regulator-name = "vreg_l5a_0p875"; 1158c2ecf20Sopenharmony_ci regulator-min-microvolt = <880000>; 1168c2ecf20Sopenharmony_ci regulator-max-microvolt = <880000>; 1178c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1188c2ecf20Sopenharmony_ci }; 1198c2ecf20Sopenharmony_ci 1208c2ecf20Sopenharmony_ci vreg_l6a_1p2: ldo6 { 1218c2ecf20Sopenharmony_ci regulator-name = "vreg_l6a_1p2"; 1228c2ecf20Sopenharmony_ci regulator-min-microvolt = <1200000>; 1238c2ecf20Sopenharmony_ci regulator-max-microvolt = <1200000>; 1248c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1258c2ecf20Sopenharmony_ci }; 1268c2ecf20Sopenharmony_ci 1278c2ecf20Sopenharmony_ci vreg_l7a_1p7: ldo7 { 1288c2ecf20Sopenharmony_ci regulator-name = "vreg_l7a_1p7"; 1298c2ecf20Sopenharmony_ci regulator-min-microvolt = <1704000>; 1308c2ecf20Sopenharmony_ci regulator-max-microvolt = <1800000>; 1318c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1328c2ecf20Sopenharmony_ci }; 1338c2ecf20Sopenharmony_ci 1348c2ecf20Sopenharmony_ci vreg_l9a_1p2: ldo9 { 1358c2ecf20Sopenharmony_ci regulator-name = "vreg_l9a_1p2"; 1368c2ecf20Sopenharmony_ci regulator-min-microvolt = <1200000>; 1378c2ecf20Sopenharmony_ci regulator-max-microvolt = <1200000>; 1388c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1398c2ecf20Sopenharmony_ci }; 1408c2ecf20Sopenharmony_ci 1418c2ecf20Sopenharmony_ci vreg_l10a_1p8: ldo10 { 1428c2ecf20Sopenharmony_ci regulator-name = "vreg_l10a_1p8"; 1438c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 1448c2ecf20Sopenharmony_ci regulator-max-microvolt = <1800000>; 1458c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1468c2ecf20Sopenharmony_ci }; 1478c2ecf20Sopenharmony_ci 1488c2ecf20Sopenharmony_ci vreg_l12a_1p8: ldo12 { 1498c2ecf20Sopenharmony_ci regulator-name = "vreg_l12a_1p8"; 1508c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 1518c2ecf20Sopenharmony_ci regulator-max-microvolt = <1800000>; 1528c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1538c2ecf20Sopenharmony_ci }; 1548c2ecf20Sopenharmony_ci 1558c2ecf20Sopenharmony_ci vreg_l13a_ts_3p0: ldo13 { 1568c2ecf20Sopenharmony_ci regulator-name = "vreg_l13a_ts_3p0"; 1578c2ecf20Sopenharmony_ci regulator-min-microvolt = <3008000>; 1588c2ecf20Sopenharmony_ci regulator-max-microvolt = <3008000>; 1598c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1608c2ecf20Sopenharmony_ci }; 1618c2ecf20Sopenharmony_ci 1628c2ecf20Sopenharmony_ci vreg_l14a_1p8: ldo14 { 1638c2ecf20Sopenharmony_ci regulator-name = "vreg_l14a_1p8"; 1648c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 1658c2ecf20Sopenharmony_ci regulator-max-microvolt = <1880000>; 1668c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1678c2ecf20Sopenharmony_ci }; 1688c2ecf20Sopenharmony_ci 1698c2ecf20Sopenharmony_ci vreg_l15a_11ad_io_1p8: ldo15 { 1708c2ecf20Sopenharmony_ci regulator-name = "vreg_l15a_11ad_io_1p8"; 1718c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 1728c2ecf20Sopenharmony_ci regulator-max-microvolt = <1800000>; 1738c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1748c2ecf20Sopenharmony_ci }; 1758c2ecf20Sopenharmony_ci 1768c2ecf20Sopenharmony_ci vreg_l16a_2p7: ldo16 { 1778c2ecf20Sopenharmony_ci regulator-name = "vreg_l16a_2p7"; 1788c2ecf20Sopenharmony_ci regulator-min-microvolt = <2704000>; 1798c2ecf20Sopenharmony_ci regulator-max-microvolt = <2960000>; 1808c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1818c2ecf20Sopenharmony_ci }; 1828c2ecf20Sopenharmony_ci 1838c2ecf20Sopenharmony_ci vreg_l17a_3p0: ldo17 { 1848c2ecf20Sopenharmony_ci regulator-name = "vreg_l17a_3p0"; 1858c2ecf20Sopenharmony_ci regulator-min-microvolt = <2856000>; 1868c2ecf20Sopenharmony_ci regulator-max-microvolt = <3008000>; 1878c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1888c2ecf20Sopenharmony_ci }; 1898c2ecf20Sopenharmony_ci }; 1908c2ecf20Sopenharmony_ci 1918c2ecf20Sopenharmony_ci pm8150l-rpmh-regulators { 1928c2ecf20Sopenharmony_ci compatible = "qcom,pm8150l-rpmh-regulators"; 1938c2ecf20Sopenharmony_ci qcom,pmic-id = "c"; 1948c2ecf20Sopenharmony_ci 1958c2ecf20Sopenharmony_ci vdd-s1-supply = <&vph_pwr>; 1968c2ecf20Sopenharmony_ci vdd-s2-supply = <&vph_pwr>; 1978c2ecf20Sopenharmony_ci vdd-s3-supply = <&vph_pwr>; 1988c2ecf20Sopenharmony_ci vdd-s4-supply = <&vph_pwr>; 1998c2ecf20Sopenharmony_ci vdd-s5-supply = <&vph_pwr>; 2008c2ecf20Sopenharmony_ci vdd-s6-supply = <&vph_pwr>; 2018c2ecf20Sopenharmony_ci vdd-s7-supply = <&vph_pwr>; 2028c2ecf20Sopenharmony_ci vdd-s8-supply = <&vph_pwr>; 2038c2ecf20Sopenharmony_ci vdd-l1-l8-supply = <&vreg_s4a_1p8>; 2048c2ecf20Sopenharmony_ci vdd-l2-l3-supply = <&vreg_s8c_1p3>; 2058c2ecf20Sopenharmony_ci vdd-l4-l5-l6-supply = <&vreg_bob>; 2068c2ecf20Sopenharmony_ci vdd-l7-l11-supply = <&vreg_bob>; 2078c2ecf20Sopenharmony_ci vdd-l9-l10-supply = <&vreg_bob>; 2088c2ecf20Sopenharmony_ci vdd-bob-supply = <&vph_pwr>; 2098c2ecf20Sopenharmony_ci 2108c2ecf20Sopenharmony_ci vreg_bob: bob { 2118c2ecf20Sopenharmony_ci regulator-name = "vreg_bob"; 2128c2ecf20Sopenharmony_ci regulator-min-microvolt = <3008000>; 2138c2ecf20Sopenharmony_ci regulator-max-microvolt = <4000000>; 2148c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>; 2158c2ecf20Sopenharmony_ci }; 2168c2ecf20Sopenharmony_ci 2178c2ecf20Sopenharmony_ci vreg_s8c_1p3: smps8 { 2188c2ecf20Sopenharmony_ci regulator-name = "vreg_s8c_1p3"; 2198c2ecf20Sopenharmony_ci regulator-min-microvolt = <1352000>; 2208c2ecf20Sopenharmony_ci regulator-max-microvolt = <1352000>; 2218c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2228c2ecf20Sopenharmony_ci }; 2238c2ecf20Sopenharmony_ci 2248c2ecf20Sopenharmony_ci vreg_l1c_1p8: ldo1 { 2258c2ecf20Sopenharmony_ci regulator-name = "vreg_l1c_1p8"; 2268c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 2278c2ecf20Sopenharmony_ci regulator-max-microvolt = <1800000>; 2288c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2298c2ecf20Sopenharmony_ci }; 2308c2ecf20Sopenharmony_ci 2318c2ecf20Sopenharmony_ci vreg_l2c_1p2: ldo2 { 2328c2ecf20Sopenharmony_ci regulator-name = "vreg_l2c_1p2"; 2338c2ecf20Sopenharmony_ci regulator-min-microvolt = <1200000>; 2348c2ecf20Sopenharmony_ci regulator-max-microvolt = <1200000>; 2358c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2368c2ecf20Sopenharmony_ci }; 2378c2ecf20Sopenharmony_ci 2388c2ecf20Sopenharmony_ci vreg_l3c_0p92: ldo3 { 2398c2ecf20Sopenharmony_ci regulator-name = "vreg_l3c_0p92"; 2408c2ecf20Sopenharmony_ci regulator-min-microvolt = <920000>; 2418c2ecf20Sopenharmony_ci regulator-max-microvolt = <920000>; 2428c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2438c2ecf20Sopenharmony_ci }; 2448c2ecf20Sopenharmony_ci 2458c2ecf20Sopenharmony_ci vreg_l4c_1p7: ldo4 { 2468c2ecf20Sopenharmony_ci regulator-name = "vreg_l4c_1p7"; 2478c2ecf20Sopenharmony_ci regulator-min-microvolt = <1704000>; 2488c2ecf20Sopenharmony_ci regulator-max-microvolt = <2928000>; 2498c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2508c2ecf20Sopenharmony_ci }; 2518c2ecf20Sopenharmony_ci 2528c2ecf20Sopenharmony_ci vreg_l5c_1p8: ldo5 { 2538c2ecf20Sopenharmony_ci regulator-name = "vreg_l5c_1p8"; 2548c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 2558c2ecf20Sopenharmony_ci regulator-max-microvolt = <2928000>; 2568c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2578c2ecf20Sopenharmony_ci }; 2588c2ecf20Sopenharmony_ci 2598c2ecf20Sopenharmony_ci vreg_l6c_2p9: ldo6 { 2608c2ecf20Sopenharmony_ci regulator-name = "vreg_l6c_2p9"; 2618c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 2628c2ecf20Sopenharmony_ci regulator-max-microvolt = <2960000>; 2638c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2648c2ecf20Sopenharmony_ci }; 2658c2ecf20Sopenharmony_ci 2668c2ecf20Sopenharmony_ci vreg_l7c_cam_vcm0_2p85: ldo7 { 2678c2ecf20Sopenharmony_ci regulator-name = "vreg_l7c_cam_vcm0_2p85"; 2688c2ecf20Sopenharmony_ci regulator-min-microvolt = <2856000>; 2698c2ecf20Sopenharmony_ci regulator-max-microvolt = <3104000>; 2708c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2718c2ecf20Sopenharmony_ci }; 2728c2ecf20Sopenharmony_ci 2738c2ecf20Sopenharmony_ci vreg_l8c_1p8: ldo8 { 2748c2ecf20Sopenharmony_ci regulator-name = "vreg_l8c_1p8"; 2758c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 2768c2ecf20Sopenharmony_ci regulator-max-microvolt = <1800000>; 2778c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2788c2ecf20Sopenharmony_ci }; 2798c2ecf20Sopenharmony_ci 2808c2ecf20Sopenharmony_ci vreg_l9c_2p9: ldo9 { 2818c2ecf20Sopenharmony_ci regulator-name = "vreg_l9c_2p9"; 2828c2ecf20Sopenharmony_ci regulator-min-microvolt = <2704000>; 2838c2ecf20Sopenharmony_ci regulator-max-microvolt = <2960000>; 2848c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2858c2ecf20Sopenharmony_ci }; 2868c2ecf20Sopenharmony_ci 2878c2ecf20Sopenharmony_ci vreg_l10c_3p0: ldo10 { 2888c2ecf20Sopenharmony_ci regulator-name = "vreg_l10c_3p0"; 2898c2ecf20Sopenharmony_ci regulator-min-microvolt = <3000000>; 2908c2ecf20Sopenharmony_ci regulator-max-microvolt = <3000000>; 2918c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2928c2ecf20Sopenharmony_ci }; 2938c2ecf20Sopenharmony_ci 2948c2ecf20Sopenharmony_ci vreg_l11c_3p3: ldo11 { 2958c2ecf20Sopenharmony_ci regulator-name = "vreg_l11c_3p3"; 2968c2ecf20Sopenharmony_ci regulator-min-microvolt = <3000000>; 2978c2ecf20Sopenharmony_ci regulator-max-microvolt = <3312000>; 2988c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2998c2ecf20Sopenharmony_ci }; 3008c2ecf20Sopenharmony_ci }; 3018c2ecf20Sopenharmony_ci 3028c2ecf20Sopenharmony_ci pm8009-rpmh-regulators { 3038c2ecf20Sopenharmony_ci compatible = "qcom,pm8009-rpmh-regulators"; 3048c2ecf20Sopenharmony_ci qcom,pmic-id = "f"; 3058c2ecf20Sopenharmony_ci 3068c2ecf20Sopenharmony_ci vdd-s1-supply = <&vph_pwr>; 3078c2ecf20Sopenharmony_ci vdd-s2-supply = <&vreg_bob>; 3088c2ecf20Sopenharmony_ci vdd-l2-supply = <&vreg_s8c_1p3>; 3098c2ecf20Sopenharmony_ci vdd-l5-l6-supply = <&vreg_bob>; 3108c2ecf20Sopenharmony_ci vdd-l7-supply = <&vreg_s4a_1p8>; 3118c2ecf20Sopenharmony_ci 3128c2ecf20Sopenharmony_ci vreg_l1f_cam_dvdd1_1p1: ldo1 { 3138c2ecf20Sopenharmony_ci regulator-name = "vreg_l1f_cam_dvdd1_1p1"; 3148c2ecf20Sopenharmony_ci regulator-min-microvolt = <1104000>; 3158c2ecf20Sopenharmony_ci regulator-max-microvolt = <1104000>; 3168c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 3178c2ecf20Sopenharmony_ci }; 3188c2ecf20Sopenharmony_ci 3198c2ecf20Sopenharmony_ci vreg_l2f_cam_dvdd0_1p2: ldo2 { 3208c2ecf20Sopenharmony_ci regulator-name = "vreg_l2f_cam_dvdd0_1p2"; 3218c2ecf20Sopenharmony_ci regulator-min-microvolt = <1200000>; 3228c2ecf20Sopenharmony_ci regulator-max-microvolt = <1200000>; 3238c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 3248c2ecf20Sopenharmony_ci }; 3258c2ecf20Sopenharmony_ci 3268c2ecf20Sopenharmony_ci vreg_l3f_cam_dvdd2_1p05: ldo3 { 3278c2ecf20Sopenharmony_ci regulator-name = "vreg_l3f_cam_dvdd2_1p05"; 3288c2ecf20Sopenharmony_ci regulator-min-microvolt = <1056000>; 3298c2ecf20Sopenharmony_ci regulator-max-microvolt = <1056000>; 3308c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 3318c2ecf20Sopenharmony_ci }; 3328c2ecf20Sopenharmony_ci 3338c2ecf20Sopenharmony_ci vreg_l5f_cam_avdd0_2p85: ldo5 { 3348c2ecf20Sopenharmony_ci regulator-name = "vreg_l5f_cam_avdd0_2p85"; 3358c2ecf20Sopenharmony_ci regulator-min-microvolt = <2800000>; 3368c2ecf20Sopenharmony_ci regulator-max-microvolt = <2800000>; 3378c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 3388c2ecf20Sopenharmony_ci }; 3398c2ecf20Sopenharmony_ci 3408c2ecf20Sopenharmony_ci vreg_l6f_cam_avdd1_2p85: ldo6 { 3418c2ecf20Sopenharmony_ci regulator-name = "vreg_l6f_cam_avdd1_2p85"; 3428c2ecf20Sopenharmony_ci regulator-min-microvolt = <2856000>; 3438c2ecf20Sopenharmony_ci regulator-max-microvolt = <2856000>; 3448c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 3458c2ecf20Sopenharmony_ci }; 3468c2ecf20Sopenharmony_ci 3478c2ecf20Sopenharmony_ci vreg_l7f_1p8: ldo7 { 3488c2ecf20Sopenharmony_ci regulator-name = "vreg_l7f_1p8"; 3498c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 3508c2ecf20Sopenharmony_ci regulator-max-microvolt = <1800000>; 3518c2ecf20Sopenharmony_ci regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 3528c2ecf20Sopenharmony_ci }; 3538c2ecf20Sopenharmony_ci }; 3548c2ecf20Sopenharmony_ci}; 3558c2ecf20Sopenharmony_ci 3568c2ecf20Sopenharmony_ci&cdsp { 3578c2ecf20Sopenharmony_ci status = "okay"; 3588c2ecf20Sopenharmony_ci firmware-name = "qcom/sm8250/cdsp.mbn"; 3598c2ecf20Sopenharmony_ci}; 3608c2ecf20Sopenharmony_ci 3618c2ecf20Sopenharmony_ci&i2c1 { 3628c2ecf20Sopenharmony_ci status = "okay"; 3638c2ecf20Sopenharmony_ci clock-frequency = <1000000>; 3648c2ecf20Sopenharmony_ci 3658c2ecf20Sopenharmony_ci /* NQ NFC chip @28 */ 3668c2ecf20Sopenharmony_ci}; 3678c2ecf20Sopenharmony_ci 3688c2ecf20Sopenharmony_ci&i2c13 { 3698c2ecf20Sopenharmony_ci status = "okay"; 3708c2ecf20Sopenharmony_ci 3718c2ecf20Sopenharmony_ci /* st,stmfts @ 49 */ 3728c2ecf20Sopenharmony_ci}; 3738c2ecf20Sopenharmony_ci 3748c2ecf20Sopenharmony_ci&i2c15 { 3758c2ecf20Sopenharmony_ci status = "okay"; 3768c2ecf20Sopenharmony_ci 3778c2ecf20Sopenharmony_ci /* smb1390 @ 10 */ 3788c2ecf20Sopenharmony_ci /* rtc6226 @ 64 */ 3798c2ecf20Sopenharmony_ci}; 3808c2ecf20Sopenharmony_ci 3818c2ecf20Sopenharmony_ci&qupv3_id_0 { 3828c2ecf20Sopenharmony_ci status = "okay"; 3838c2ecf20Sopenharmony_ci}; 3848c2ecf20Sopenharmony_ci 3858c2ecf20Sopenharmony_ci&qupv3_id_1 { 3868c2ecf20Sopenharmony_ci status = "okay"; 3878c2ecf20Sopenharmony_ci}; 3888c2ecf20Sopenharmony_ci 3898c2ecf20Sopenharmony_ci&qupv3_id_2 { 3908c2ecf20Sopenharmony_ci status = "okay"; 3918c2ecf20Sopenharmony_ci}; 3928c2ecf20Sopenharmony_ci 3938c2ecf20Sopenharmony_ci&slpi { 3948c2ecf20Sopenharmony_ci status = "okay"; 3958c2ecf20Sopenharmony_ci firmware-name = "qcom/sm8250/slpi.mbn"; 3968c2ecf20Sopenharmony_ci}; 3978c2ecf20Sopenharmony_ci 3988c2ecf20Sopenharmony_ci&tlmm { 3998c2ecf20Sopenharmony_ci gpio-reserved-ranges = <28 4>, <40 4>; 4008c2ecf20Sopenharmony_ci}; 4018c2ecf20Sopenharmony_ci 4028c2ecf20Sopenharmony_ci&uart12 { 4038c2ecf20Sopenharmony_ci status = "okay"; 4048c2ecf20Sopenharmony_ci}; 4058c2ecf20Sopenharmony_ci 4068c2ecf20Sopenharmony_ci&ufs_mem_hc { 4078c2ecf20Sopenharmony_ci status = "okay"; 4088c2ecf20Sopenharmony_ci 4098c2ecf20Sopenharmony_ci vcc-supply = <&vreg_l17a_3p0>; 4108c2ecf20Sopenharmony_ci vcc-max-microamp = <750000>; 4118c2ecf20Sopenharmony_ci vccq-supply = <&vreg_l6a_1p2>; 4128c2ecf20Sopenharmony_ci vccq-max-microamp = <700000>; 4138c2ecf20Sopenharmony_ci vccq2-supply = <&vreg_s4a_1p8>; 4148c2ecf20Sopenharmony_ci vccq2-max-microamp = <750000>; 4158c2ecf20Sopenharmony_ci}; 4168c2ecf20Sopenharmony_ci 4178c2ecf20Sopenharmony_ci&ufs_mem_phy { 4188c2ecf20Sopenharmony_ci status = "okay"; 4198c2ecf20Sopenharmony_ci 4208c2ecf20Sopenharmony_ci vdda-phy-supply = <&vreg_l5a_0p875>; 4218c2ecf20Sopenharmony_ci vdda-max-microamp = <90200>; 4228c2ecf20Sopenharmony_ci vdda-pll-supply = <&vreg_l9a_1p2>; 4238c2ecf20Sopenharmony_ci vdda-pll-max-microamp = <19000>; 4248c2ecf20Sopenharmony_ci}; 425