15b85e8f2SBhupesh Sharma// SPDX-License-Identifier: BSD-3-Clause 25b85e8f2SBhupesh Sharma/* 35b85e8f2SBhupesh Sharma * Copyright (c) 2021, Linaro Limited 45b85e8f2SBhupesh Sharma */ 55b85e8f2SBhupesh Sharma 65b85e8f2SBhupesh Sharma/dts-v1/; 75b85e8f2SBhupesh Sharma 85b85e8f2SBhupesh Sharma#include <dt-bindings/regulator/qcom,rpmh-regulator.h> 95b85e8f2SBhupesh Sharma#include <dt-bindings/gpio/gpio.h> 108c67e554SKonrad Dybcio#include "sa8155p.dtsi" 115b85e8f2SBhupesh Sharma#include "pmm8155au_1.dtsi" 125b85e8f2SBhupesh Sharma#include "pmm8155au_2.dtsi" 135b85e8f2SBhupesh Sharma 145b85e8f2SBhupesh Sharma/ { 155b85e8f2SBhupesh Sharma model = "Qualcomm Technologies, Inc. SA8155P ADP"; 165b85e8f2SBhupesh Sharma compatible = "qcom,sa8155p-adp", "qcom,sa8155p"; 175b85e8f2SBhupesh Sharma 185b85e8f2SBhupesh Sharma aliases { 195b85e8f2SBhupesh Sharma serial0 = &uart2; 20d97ba0b0SBartosz Golaszewski serial1 = &uart9; 215b85e8f2SBhupesh Sharma }; 225b85e8f2SBhupesh Sharma 235b85e8f2SBhupesh Sharma chosen { 245b85e8f2SBhupesh Sharma stdout-path = "serial0:115200n8"; 255b85e8f2SBhupesh Sharma }; 265b85e8f2SBhupesh Sharma 271364acc3SKrzysztof Kozlowski vreg_3p3: vreg-3p3-regulator { 285b85e8f2SBhupesh Sharma compatible = "regulator-fixed"; 295b85e8f2SBhupesh Sharma regulator-name = "vreg_3p3"; 305b85e8f2SBhupesh Sharma regulator-min-microvolt = <3300000>; 315b85e8f2SBhupesh Sharma regulator-max-microvolt = <3300000>; 325b85e8f2SBhupesh Sharma }; 335b85e8f2SBhupesh Sharma 345b85e8f2SBhupesh Sharma /* 355b85e8f2SBhupesh Sharma * S4A is always on and not controllable through RPMh. 365b85e8f2SBhupesh Sharma * So model it as a fixed regulator. 375b85e8f2SBhupesh Sharma */ 385b85e8f2SBhupesh Sharma vreg_s4a_1p8: smps4 { 395b85e8f2SBhupesh Sharma compatible = "regulator-fixed"; 405b85e8f2SBhupesh Sharma regulator-name = "vreg_s4a_1p8"; 415b85e8f2SBhupesh Sharma 425b85e8f2SBhupesh Sharma regulator-min-microvolt = <1800000>; 435b85e8f2SBhupesh Sharma regulator-max-microvolt = <1800000>; 445b85e8f2SBhupesh Sharma 455b85e8f2SBhupesh Sharma regulator-always-on; 465b85e8f2SBhupesh Sharma regulator-boot-on; 475b85e8f2SBhupesh Sharma 485b85e8f2SBhupesh Sharma vin-supply = <&vreg_3p3>; 495b85e8f2SBhupesh Sharma }; 505b85e8f2SBhupesh Sharma}; 515b85e8f2SBhupesh Sharma 525b85e8f2SBhupesh Sharma&apps_rsc { 535a88bb61SKrzysztof Kozlowski regulators-0 { 545b85e8f2SBhupesh Sharma compatible = "qcom,pmm8155au-rpmh-regulators"; 555b85e8f2SBhupesh Sharma qcom,pmic-id = "a"; 565b85e8f2SBhupesh Sharma 575b85e8f2SBhupesh Sharma vdd-s1-supply = <&vreg_3p3>; 585b85e8f2SBhupesh Sharma vdd-s2-supply = <&vreg_3p3>; 595b85e8f2SBhupesh Sharma vdd-s3-supply = <&vreg_3p3>; 605b85e8f2SBhupesh Sharma vdd-s4-supply = <&vreg_3p3>; 615b85e8f2SBhupesh Sharma vdd-s5-supply = <&vreg_3p3>; 625b85e8f2SBhupesh Sharma vdd-s6-supply = <&vreg_3p3>; 635b85e8f2SBhupesh Sharma vdd-s7-supply = <&vreg_3p3>; 645b85e8f2SBhupesh Sharma vdd-s8-supply = <&vreg_3p3>; 655b85e8f2SBhupesh Sharma vdd-s9-supply = <&vreg_3p3>; 665b85e8f2SBhupesh Sharma vdd-s10-supply = <&vreg_3p3>; 675b85e8f2SBhupesh Sharma 685b85e8f2SBhupesh Sharma vdd-l1-l8-l11-supply = <&vreg_s6a_0p92>; 695b85e8f2SBhupesh Sharma vdd-l2-l10-supply = <&vreg_3p3>; 705b85e8f2SBhupesh Sharma vdd-l3-l4-l5-l18-supply = <&vreg_s6a_0p92>; 715b85e8f2SBhupesh Sharma vdd-l6-l9-supply = <&vreg_s6a_0p92>; 725b85e8f2SBhupesh Sharma vdd-l7-l12-l14-l15-supply = <&vreg_s5a_2p04>; 735b85e8f2SBhupesh Sharma vdd-l13-l16-l17-supply = <&vreg_3p3>; 745b85e8f2SBhupesh Sharma 755b85e8f2SBhupesh Sharma vreg_s5a_2p04: smps5 { 765b85e8f2SBhupesh Sharma regulator-name = "vreg_s5a_2p04"; 775b85e8f2SBhupesh Sharma regulator-min-microvolt = <1904000>; 785b85e8f2SBhupesh Sharma regulator-max-microvolt = <2000000>; 795b85e8f2SBhupesh Sharma }; 805b85e8f2SBhupesh Sharma 815b85e8f2SBhupesh Sharma vreg_s6a_0p92: smps6 { 825b85e8f2SBhupesh Sharma regulator-name = "vreg_s6a_0p92"; 835b85e8f2SBhupesh Sharma regulator-min-microvolt = <920000>; 845b85e8f2SBhupesh Sharma regulator-max-microvolt = <1128000>; 855b85e8f2SBhupesh Sharma }; 865b85e8f2SBhupesh Sharma 875b85e8f2SBhupesh Sharma vreg_l1a_0p752: ldo1 { 885b85e8f2SBhupesh Sharma regulator-name = "vreg_l1a_0p752"; 895b85e8f2SBhupesh Sharma regulator-min-microvolt = <752000>; 905b85e8f2SBhupesh Sharma regulator-max-microvolt = <752000>; 915b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 925b85e8f2SBhupesh Sharma }; 935b85e8f2SBhupesh Sharma 945b85e8f2SBhupesh Sharma vdda_usb_hs_3p1: 955b85e8f2SBhupesh Sharma vreg_l2a_3p072: ldo2 { 965b85e8f2SBhupesh Sharma regulator-name = "vreg_l2a_3p072"; 975b85e8f2SBhupesh Sharma regulator-min-microvolt = <3072000>; 985b85e8f2SBhupesh Sharma regulator-max-microvolt = <3072000>; 995b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1005b85e8f2SBhupesh Sharma }; 1015b85e8f2SBhupesh Sharma 1025b85e8f2SBhupesh Sharma vreg_l3a_0p8: ldo3 { 1035b85e8f2SBhupesh Sharma regulator-name = "vreg_l3a_0p8"; 1045b85e8f2SBhupesh Sharma regulator-min-microvolt = <800000>; 1055b85e8f2SBhupesh Sharma regulator-max-microvolt = <800000>; 1065b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1075b85e8f2SBhupesh Sharma }; 1085b85e8f2SBhupesh Sharma 1095b85e8f2SBhupesh Sharma vdd_usb_hs_core: 1105b85e8f2SBhupesh Sharma vdda_usb_ss_dp_core_1: 1115b85e8f2SBhupesh Sharma vreg_l5a_0p88: ldo5 { 1125b85e8f2SBhupesh Sharma regulator-name = "vreg_l5a_0p88"; 1135b85e8f2SBhupesh Sharma regulator-min-microvolt = <880000>; 1145b85e8f2SBhupesh Sharma regulator-max-microvolt = <880000>; 1155b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1165b85e8f2SBhupesh Sharma regulator-allow-set-load; 11725f08f02SJohan Hovold regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 118bd9f3dcfSDouglas Anderson RPMH_REGULATOR_MODE_HPM>; 1195b85e8f2SBhupesh Sharma }; 1205b85e8f2SBhupesh Sharma 1215b85e8f2SBhupesh Sharma vreg_l7a_1p8: ldo7 { 1225b85e8f2SBhupesh Sharma regulator-name = "vreg_l7a_1p8"; 1235b85e8f2SBhupesh Sharma regulator-min-microvolt = <1800000>; 1245b85e8f2SBhupesh Sharma regulator-max-microvolt = <1800000>; 1255b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1265b85e8f2SBhupesh Sharma }; 1275b85e8f2SBhupesh Sharma 1285b85e8f2SBhupesh Sharma vreg_l10a_2p96: ldo10 { 1295b85e8f2SBhupesh Sharma regulator-name = "vreg_l10a_2p96"; 1305b85e8f2SBhupesh Sharma regulator-min-microvolt = <2504000>; 1315b85e8f2SBhupesh Sharma regulator-max-microvolt = <2960000>; 1325b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1335b85e8f2SBhupesh Sharma regulator-allow-set-load; 13425f08f02SJohan Hovold regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 135bd9f3dcfSDouglas Anderson RPMH_REGULATOR_MODE_HPM>; 1365b85e8f2SBhupesh Sharma }; 1375b85e8f2SBhupesh Sharma 1385b85e8f2SBhupesh Sharma vreg_l11a_0p8: ldo11 { 1395b85e8f2SBhupesh Sharma regulator-name = "vreg_l11a_0p8"; 1405b85e8f2SBhupesh Sharma regulator-min-microvolt = <800000>; 1415b85e8f2SBhupesh Sharma regulator-max-microvolt = <800000>; 1425b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1435b85e8f2SBhupesh Sharma }; 1445b85e8f2SBhupesh Sharma 1455b85e8f2SBhupesh Sharma vdda_usb_hs_1p8: 1465b85e8f2SBhupesh Sharma vreg_l12a_1p8: ldo12 { 1475b85e8f2SBhupesh Sharma regulator-name = "vreg_l12a_1p8"; 1485b85e8f2SBhupesh Sharma regulator-min-microvolt = <1800000>; 1495b85e8f2SBhupesh Sharma regulator-max-microvolt = <1800000>; 1505b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1515b85e8f2SBhupesh Sharma }; 1525b85e8f2SBhupesh Sharma 1535b85e8f2SBhupesh Sharma vreg_l13a_2p7: ldo13 { 1545b85e8f2SBhupesh Sharma regulator-name = "vreg_l13a_2p7"; 1555b85e8f2SBhupesh Sharma regulator-min-microvolt = <2704000>; 1565b85e8f2SBhupesh Sharma regulator-max-microvolt = <2704000>; 1575b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1585b85e8f2SBhupesh Sharma }; 1595b85e8f2SBhupesh Sharma 1605b85e8f2SBhupesh Sharma vreg_l15a_1p7: ldo15 { 1615b85e8f2SBhupesh Sharma regulator-name = "vreg_l15a_1p7"; 1625b85e8f2SBhupesh Sharma regulator-min-microvolt = <1704000>; 1635b85e8f2SBhupesh Sharma regulator-max-microvolt = <1704000>; 1645b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1655b85e8f2SBhupesh Sharma }; 1665b85e8f2SBhupesh Sharma 1675b85e8f2SBhupesh Sharma vreg_l16a_2p7: ldo16 { 1685b85e8f2SBhupesh Sharma regulator-name = "vreg_l16a_2p7"; 1695b85e8f2SBhupesh Sharma regulator-min-microvolt = <2704000>; 1705b85e8f2SBhupesh Sharma regulator-max-microvolt = <2960000>; 1715b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1725b85e8f2SBhupesh Sharma }; 1735b85e8f2SBhupesh Sharma 1745b85e8f2SBhupesh Sharma vreg_l17a_2p96: ldo17 { 1755b85e8f2SBhupesh Sharma regulator-name = "vreg_l17a_2p96"; 1765b85e8f2SBhupesh Sharma regulator-min-microvolt = <2504000>; 1775b85e8f2SBhupesh Sharma regulator-max-microvolt = <2960000>; 1785b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 1795b85e8f2SBhupesh Sharma }; 1805b85e8f2SBhupesh Sharma }; 1815b85e8f2SBhupesh Sharma 1825a88bb61SKrzysztof Kozlowski regulators-1 { 1835b85e8f2SBhupesh Sharma compatible = "qcom,pmm8155au-rpmh-regulators"; 1845b85e8f2SBhupesh Sharma qcom,pmic-id = "c"; 1855b85e8f2SBhupesh Sharma 1865b85e8f2SBhupesh Sharma vdd-s1-supply = <&vreg_3p3>; 1875b85e8f2SBhupesh Sharma vdd-s2-supply = <&vreg_3p3>; 1885b85e8f2SBhupesh Sharma vdd-s3-supply = <&vreg_3p3>; 1895b85e8f2SBhupesh Sharma vdd-s4-supply = <&vreg_3p3>; 1905b85e8f2SBhupesh Sharma vdd-s5-supply = <&vreg_3p3>; 1915b85e8f2SBhupesh Sharma vdd-s6-supply = <&vreg_3p3>; 1925b85e8f2SBhupesh Sharma vdd-s7-supply = <&vreg_3p3>; 1935b85e8f2SBhupesh Sharma vdd-s8-supply = <&vreg_3p3>; 1945b85e8f2SBhupesh Sharma vdd-s9-supply = <&vreg_3p3>; 1955b85e8f2SBhupesh Sharma vdd-s10-supply = <&vreg_3p3>; 1965b85e8f2SBhupesh Sharma 1975b85e8f2SBhupesh Sharma vdd-l1-l8-l11-supply = <&vreg_s4c_1p352>; 1985b85e8f2SBhupesh Sharma vdd-l2-l10-supply = <&vreg_3p3>; 1995b85e8f2SBhupesh Sharma vdd-l3-l4-l5-l18-supply = <&vreg_s4c_1p352>; 2005b85e8f2SBhupesh Sharma vdd-l6-l9-supply = <&vreg_s6c_1p128>; 2015b85e8f2SBhupesh Sharma vdd-l7-l12-l14-l15-supply = <&vreg_s5c_2p04>; 2025b85e8f2SBhupesh Sharma vdd-l13-l16-l17-supply = <&vreg_3p3>; 2035b85e8f2SBhupesh Sharma 2045b85e8f2SBhupesh Sharma vreg_s4c_1p352: smps4 { 2055b85e8f2SBhupesh Sharma regulator-name = "vreg_s4c_1p352"; 2065b85e8f2SBhupesh Sharma regulator-min-microvolt = <1352000>; 2075b85e8f2SBhupesh Sharma regulator-max-microvolt = <1352000>; 2085b85e8f2SBhupesh Sharma }; 2095b85e8f2SBhupesh Sharma 2105b85e8f2SBhupesh Sharma vreg_s5c_2p04: smps5 { 2115b85e8f2SBhupesh Sharma regulator-name = "vreg_s5c_2p04"; 2125b85e8f2SBhupesh Sharma regulator-min-microvolt = <1904000>; 2135b85e8f2SBhupesh Sharma regulator-max-microvolt = <2000000>; 2145b85e8f2SBhupesh Sharma }; 2155b85e8f2SBhupesh Sharma 2165b85e8f2SBhupesh Sharma vreg_s6c_1p128: smps6 { 2175b85e8f2SBhupesh Sharma regulator-name = "vreg_s6c_1p128"; 2185b85e8f2SBhupesh Sharma regulator-min-microvolt = <1128000>; 2195b85e8f2SBhupesh Sharma regulator-max-microvolt = <1128000>; 2205b85e8f2SBhupesh Sharma }; 2215b85e8f2SBhupesh Sharma 2225b85e8f2SBhupesh Sharma vreg_l1c_1p304: ldo1 { 2235b85e8f2SBhupesh Sharma regulator-name = "vreg_l1c_1p304"; 2245b85e8f2SBhupesh Sharma regulator-min-microvolt = <1304000>; 2255b85e8f2SBhupesh Sharma regulator-max-microvolt = <1304000>; 2265b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2275b85e8f2SBhupesh Sharma }; 2285b85e8f2SBhupesh Sharma 2295b85e8f2SBhupesh Sharma vreg_l2c_1p808: ldo2 { 2305b85e8f2SBhupesh Sharma regulator-name = "vreg_l2c_1p808"; 2315b85e8f2SBhupesh Sharma regulator-min-microvolt = <1704000>; 2325b85e8f2SBhupesh Sharma regulator-max-microvolt = <2928000>; 2335b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2345b85e8f2SBhupesh Sharma }; 2355b85e8f2SBhupesh Sharma 2365b85e8f2SBhupesh Sharma vreg_l5c_1p2: ldo5 { 2375b85e8f2SBhupesh Sharma regulator-name = "vreg_l5c_1p2"; 2385b85e8f2SBhupesh Sharma regulator-min-microvolt = <1200000>; 2395b85e8f2SBhupesh Sharma regulator-max-microvolt = <1200000>; 2405b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2415b85e8f2SBhupesh Sharma regulator-allow-set-load; 24225f08f02SJohan Hovold regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 243bd9f3dcfSDouglas Anderson RPMH_REGULATOR_MODE_HPM>; 2445b85e8f2SBhupesh Sharma }; 2455b85e8f2SBhupesh Sharma 2465b85e8f2SBhupesh Sharma vreg_l7c_1p8: ldo7 { 2475b85e8f2SBhupesh Sharma regulator-name = "vreg_l7c_1p8"; 2485b85e8f2SBhupesh Sharma regulator-min-microvolt = <1800000>; 2495b85e8f2SBhupesh Sharma regulator-max-microvolt = <1800000>; 2505b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2515b85e8f2SBhupesh Sharma }; 2525b85e8f2SBhupesh Sharma 2535b85e8f2SBhupesh Sharma vreg_l8c_1p2: ldo8 { 2545b85e8f2SBhupesh Sharma regulator-name = "vreg_l8c_1p2"; 2555b85e8f2SBhupesh Sharma regulator-min-microvolt = <1200000>; 2565b85e8f2SBhupesh Sharma regulator-max-microvolt = <1200000>; 2575b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2585b85e8f2SBhupesh Sharma regulator-allow-set-load; 25925f08f02SJohan Hovold regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 260bd9f3dcfSDouglas Anderson RPMH_REGULATOR_MODE_HPM>; 2615b85e8f2SBhupesh Sharma }; 2625b85e8f2SBhupesh Sharma 2635b85e8f2SBhupesh Sharma vreg_l10c_3p3: ldo10 { 2645b85e8f2SBhupesh Sharma regulator-name = "vreg_l10c_3p3"; 2655b85e8f2SBhupesh Sharma regulator-min-microvolt = <3000000>; 2665b85e8f2SBhupesh Sharma regulator-max-microvolt = <3312000>; 2675b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2685b85e8f2SBhupesh Sharma }; 2695b85e8f2SBhupesh Sharma 2705b85e8f2SBhupesh Sharma vreg_l11c_0p8: ldo11 { 2715b85e8f2SBhupesh Sharma regulator-name = "vreg_l11c_0p8"; 2725b85e8f2SBhupesh Sharma regulator-min-microvolt = <800000>; 2735b85e8f2SBhupesh Sharma regulator-max-microvolt = <800000>; 2745b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2755b85e8f2SBhupesh Sharma }; 2765b85e8f2SBhupesh Sharma 2775b85e8f2SBhupesh Sharma vreg_l12c_1p808: ldo12 { 2785b85e8f2SBhupesh Sharma regulator-name = "vreg_l12c_1p808"; 2795b85e8f2SBhupesh Sharma regulator-min-microvolt = <1704000>; 2805b85e8f2SBhupesh Sharma regulator-max-microvolt = <2928000>; 2815b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2825b85e8f2SBhupesh Sharma }; 2835b85e8f2SBhupesh Sharma 2845b85e8f2SBhupesh Sharma vreg_l13c_2p96: ldo13 { 2855b85e8f2SBhupesh Sharma regulator-name = "vreg_l13c_2p96"; 2865b85e8f2SBhupesh Sharma regulator-min-microvolt = <2504000>; 2875b85e8f2SBhupesh Sharma regulator-max-microvolt = <2960000>; 2885b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2895b85e8f2SBhupesh Sharma }; 2905b85e8f2SBhupesh Sharma 2915b85e8f2SBhupesh Sharma vreg_l15c_1p9: ldo15 { 2925b85e8f2SBhupesh Sharma regulator-name = "vreg_l15c_1p9"; 2935b85e8f2SBhupesh Sharma regulator-min-microvolt = <1704000>; 2945b85e8f2SBhupesh Sharma regulator-max-microvolt = <2928000>; 2955b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 2965b85e8f2SBhupesh Sharma }; 2975b85e8f2SBhupesh Sharma 2985b85e8f2SBhupesh Sharma vreg_l16c_3p008: ldo16 { 2995b85e8f2SBhupesh Sharma regulator-name = "vreg_l16c_3p008"; 3005b85e8f2SBhupesh Sharma regulator-min-microvolt = <3008000>; 3015b85e8f2SBhupesh Sharma regulator-max-microvolt = <3008000>; 3025b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 3035b85e8f2SBhupesh Sharma }; 3045b85e8f2SBhupesh Sharma 3055b85e8f2SBhupesh Sharma vreg_l18c_0p88: ldo18 { 3065b85e8f2SBhupesh Sharma regulator-name = "vreg_l18c_0p88"; 3075b85e8f2SBhupesh Sharma regulator-min-microvolt = <880000>; 3085b85e8f2SBhupesh Sharma regulator-max-microvolt = <880000>; 3095b85e8f2SBhupesh Sharma regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 3105b85e8f2SBhupesh Sharma }; 3115b85e8f2SBhupesh Sharma }; 3125b85e8f2SBhupesh Sharma}; 3135b85e8f2SBhupesh Sharma 314c5cb42ccSVinod Koulðernet { 315c5cb42ccSVinod Koul status = "okay"; 316c5cb42ccSVinod Koul 317c5cb42ccSVinod Koul snps,reset-gpio = <&tlmm 79 GPIO_ACTIVE_LOW>; 318c5cb42ccSVinod Koul snps,reset-active-low; 319c5cb42ccSVinod Koul snps,reset-delays-us = <0 11000 70000>; 320c5cb42ccSVinod Koul 321c5cb42ccSVinod Koul snps,mtl-rx-config = <&mtl_rx_setup>; 322c5cb42ccSVinod Koul snps,mtl-tx-config = <&mtl_tx_setup>; 323c5cb42ccSVinod Koul 324c5cb42ccSVinod Koul pinctrl-names = "default"; 325c5cb42ccSVinod Koul pinctrl-0 = <ðernet_defaults>; 326c5cb42ccSVinod Koul 327c5cb42ccSVinod Koul phy-handle = <&rgmii_phy>; 328c5cb42ccSVinod Koul phy-mode = "rgmii"; 329c5cb42ccSVinod Koul max-speed = <1000>; 330c5cb42ccSVinod Koul 331c5cb42ccSVinod Koul mdio { 332c5cb42ccSVinod Koul compatible = "snps,dwmac-mdio"; 333674631c3SAndrew Halaney #address-cells = <1>; 334674631c3SAndrew Halaney #size-cells = <0>; 335c5cb42ccSVinod Koul 336c5cb42ccSVinod Koul /* Micrel KSZ9031RNZ PHY */ 337c5cb42ccSVinod Koul rgmii_phy: phy@7 { 338eee7369dSAndrew Halaney compatible = "ethernet-phy-ieee802.3-c22"; 339c5cb42ccSVinod Koul reg = <0x7>; 340c5cb42ccSVinod Koul 3410ff4f6a3SAndrew Halaney interrupts-extended = <&tlmm 124 IRQ_TYPE_EDGE_FALLING>; 342c5cb42ccSVinod Koul device_type = "ethernet-phy"; 343c5cb42ccSVinod Koul }; 344c5cb42ccSVinod Koul }; 34593fe4636SAndrew Halaney 34693fe4636SAndrew Halaney mtl_rx_setup: rx-queues-config { 34793fe4636SAndrew Halaney snps,rx-queues-to-use = <1>; 34893fe4636SAndrew Halaney snps,rx-sched-sp; 34993fe4636SAndrew Halaney 35093fe4636SAndrew Halaney queue0 { 35193fe4636SAndrew Halaney snps,dcb-algorithm; 35293fe4636SAndrew Halaney snps,map-to-dma-channel = <0x0>; 35393fe4636SAndrew Halaney snps,route-up; 35493fe4636SAndrew Halaney snps,priority = <0x1>; 35593fe4636SAndrew Halaney }; 35693fe4636SAndrew Halaney }; 35793fe4636SAndrew Halaney 35893fe4636SAndrew Halaney mtl_tx_setup: tx-queues-config { 35993fe4636SAndrew Halaney snps,tx-queues-to-use = <1>; 36093fe4636SAndrew Halaney snps,tx-sched-wrr; 36193fe4636SAndrew Halaney 36293fe4636SAndrew Halaney queue0 { 36393fe4636SAndrew Halaney snps,weight = <0x10>; 36493fe4636SAndrew Halaney snps,dcb-algorithm; 36593fe4636SAndrew Halaney snps,priority = <0x0>; 366c5cb42ccSVinod Koul }; 367c5cb42ccSVinod Koul }; 368c5cb42ccSVinod Koul}; 369c5cb42ccSVinod Koul 370*8d0ab642SVolodymyr Babchuk&pmm8155au_1_gpios { 371*8d0ab642SVolodymyr Babchuk pmm8155au_1_sdc2_cd: sdc2-cd-default-state { 372*8d0ab642SVolodymyr Babchuk pins = "gpio4"; 373*8d0ab642SVolodymyr Babchuk function = "normal"; 374*8d0ab642SVolodymyr Babchuk input-enable; 375*8d0ab642SVolodymyr Babchuk bias-pull-up; 376*8d0ab642SVolodymyr Babchuk power-source = <0>; 377*8d0ab642SVolodymyr Babchuk }; 378*8d0ab642SVolodymyr Babchuk}; 379*8d0ab642SVolodymyr Babchuk 3805b85e8f2SBhupesh Sharma&qupv3_id_1 { 3815b85e8f2SBhupesh Sharma status = "okay"; 3825b85e8f2SBhupesh Sharma}; 3835b85e8f2SBhupesh Sharma 3846dccaae0SBhupesh Sharma&remoteproc_adsp { 3856dccaae0SBhupesh Sharma status = "okay"; 3866dccaae0SBhupesh Sharma firmware-name = "qcom/sa8155p/adsp.mdt"; 3876dccaae0SBhupesh Sharma}; 3886dccaae0SBhupesh Sharma 3896dccaae0SBhupesh Sharma&remoteproc_cdsp { 3906dccaae0SBhupesh Sharma status = "okay"; 3916dccaae0SBhupesh Sharma firmware-name = "qcom/sa8155p/cdsp.mdt"; 3926dccaae0SBhupesh Sharma}; 3936dccaae0SBhupesh Sharma 3940deb2624SBhupesh Sharma&sdhc_2 { 3950deb2624SBhupesh Sharma status = "okay"; 3960deb2624SBhupesh Sharma 397*8d0ab642SVolodymyr Babchuk cd-gpios = <&pmm8155au_1_gpios 4 GPIO_ACTIVE_LOW>; 3980deb2624SBhupesh Sharma pinctrl-names = "default", "sleep"; 399*8d0ab642SVolodymyr Babchuk pinctrl-0 = <&sdc2_on &pmm8155au_1_sdc2_cd>; 400*8d0ab642SVolodymyr Babchuk pinctrl-1 = <&sdc2_off &pmm8155au_1_sdc2_cd>; 4010deb2624SBhupesh Sharma vqmmc-supply = <&vreg_l13c_2p96>; /* IO line power */ 4020deb2624SBhupesh Sharma vmmc-supply = <&vreg_l17a_2p96>; /* Card power line */ 4030deb2624SBhupesh Sharma bus-width = <4>; 4040deb2624SBhupesh Sharma no-sdio; 405f50f5a81SKrzysztof Kozlowski no-mmc; 4060deb2624SBhupesh Sharma}; 4070deb2624SBhupesh Sharma 4085b85e8f2SBhupesh Sharma&uart2 { 4095b85e8f2SBhupesh Sharma status = "okay"; 4105b85e8f2SBhupesh Sharma}; 4115b85e8f2SBhupesh Sharma 412d97ba0b0SBartosz Golaszewski&uart9 { 413d97ba0b0SBartosz Golaszewski status = "okay"; 414d97ba0b0SBartosz Golaszewski}; 415d97ba0b0SBartosz Golaszewski 4165b85e8f2SBhupesh Sharma&ufs_mem_hc { 4175b85e8f2SBhupesh Sharma status = "okay"; 4185b85e8f2SBhupesh Sharma 4195b85e8f2SBhupesh Sharma reset-gpios = <&tlmm 175 GPIO_ACTIVE_LOW>; 4205b85e8f2SBhupesh Sharma 4215b85e8f2SBhupesh Sharma vcc-supply = <&vreg_l10a_2p96>; 4225b85e8f2SBhupesh Sharma vcc-max-microamp = <750000>; 4235b85e8f2SBhupesh Sharma vccq-supply = <&vreg_l5c_1p2>; 4245b85e8f2SBhupesh Sharma vccq-max-microamp = <700000>; 4255b85e8f2SBhupesh Sharma vccq2-supply = <&vreg_s4a_1p8>; 4265b85e8f2SBhupesh Sharma vccq2-max-microamp = <750000>; 4275b85e8f2SBhupesh Sharma}; 4285b85e8f2SBhupesh Sharma 4295b85e8f2SBhupesh Sharma&ufs_mem_phy { 4305b85e8f2SBhupesh Sharma status = "okay"; 4315b85e8f2SBhupesh Sharma 4325b85e8f2SBhupesh Sharma vdda-phy-supply = <&vreg_l8c_1p2>; 4335b85e8f2SBhupesh Sharma vdda-pll-supply = <&vreg_l5a_0p88>; 4345b85e8f2SBhupesh Sharma}; 4355b85e8f2SBhupesh Sharma 43612dd4ebdSBhupesh Sharma&usb_1 { 43712dd4ebdSBhupesh Sharma status = "okay"; 43812dd4ebdSBhupesh Sharma}; 43912dd4ebdSBhupesh Sharma 44012dd4ebdSBhupesh Sharma&usb_1_dwc3 { 44112dd4ebdSBhupesh Sharma dr_mode = "host"; 44212dd4ebdSBhupesh Sharma 44312dd4ebdSBhupesh Sharma pinctrl-names = "default"; 44412dd4ebdSBhupesh Sharma pinctrl-0 = <&usb2phy_ac_en1_default>; 44512dd4ebdSBhupesh Sharma}; 4465b85e8f2SBhupesh Sharma 4475b85e8f2SBhupesh Sharma&usb_1_hsphy { 4485b85e8f2SBhupesh Sharma status = "okay"; 4495b85e8f2SBhupesh Sharma vdda-pll-supply = <&vdd_usb_hs_core>; 4505b85e8f2SBhupesh Sharma vdda33-supply = <&vdda_usb_hs_3p1>; 4515b85e8f2SBhupesh Sharma vdda18-supply = <&vdda_usb_hs_1p8>; 4525b85e8f2SBhupesh Sharma}; 4535b85e8f2SBhupesh Sharma 4545b85e8f2SBhupesh Sharma&usb_1_qmpphy { 45512dd4ebdSBhupesh Sharma status = "disabled"; 45612dd4ebdSBhupesh Sharma}; 45712dd4ebdSBhupesh Sharma 45812dd4ebdSBhupesh Sharma&usb_2 { 45912dd4ebdSBhupesh Sharma status = "okay"; 46012dd4ebdSBhupesh Sharma}; 46112dd4ebdSBhupesh Sharma 46212dd4ebdSBhupesh Sharma&usb_2_dwc3 { 46312dd4ebdSBhupesh Sharma dr_mode = "host"; 46412dd4ebdSBhupesh Sharma 46512dd4ebdSBhupesh Sharma pinctrl-names = "default"; 46612dd4ebdSBhupesh Sharma pinctrl-0 = <&usb2phy_ac_en2_default>; 46712dd4ebdSBhupesh Sharma}; 46812dd4ebdSBhupesh Sharma 46912dd4ebdSBhupesh Sharma&usb_2_hsphy { 47012dd4ebdSBhupesh Sharma status = "okay"; 47112dd4ebdSBhupesh Sharma vdda-pll-supply = <&vdd_usb_hs_core>; 47212dd4ebdSBhupesh Sharma vdda33-supply = <&vdda_usb_hs_3p1>; 47312dd4ebdSBhupesh Sharma vdda18-supply = <&vdda_usb_hs_1p8>; 47412dd4ebdSBhupesh Sharma}; 47512dd4ebdSBhupesh Sharma 47612dd4ebdSBhupesh Sharma&usb_2_qmpphy { 4775b85e8f2SBhupesh Sharma status = "okay"; 4785b85e8f2SBhupesh Sharma vdda-phy-supply = <&vreg_l8c_1p2>; 4795b85e8f2SBhupesh Sharma vdda-pll-supply = <&vdda_usb_ss_dp_core_1>; 4805b85e8f2SBhupesh Sharma}; 4815b85e8f2SBhupesh Sharma 48203d470ceSBhupesh Sharma&pcie0 { 48303d470ceSBhupesh Sharma status = "okay"; 48403d470ceSBhupesh Sharma}; 48503d470ceSBhupesh Sharma 48603d470ceSBhupesh Sharma&pcie0_phy { 48703d470ceSBhupesh Sharma status = "okay"; 48803d470ceSBhupesh Sharma vdda-phy-supply = <&vreg_l18c_0p88>; 48903d470ceSBhupesh Sharma vdda-pll-supply = <&vreg_l8c_1p2>; 49003d470ceSBhupesh Sharma}; 49103d470ceSBhupesh Sharma 49203d470ceSBhupesh Sharma&pcie1_phy { 49303d470ceSBhupesh Sharma vdda-phy-supply = <&vreg_l18c_0p88>; 49403d470ceSBhupesh Sharma vdda-pll-supply = <&vreg_l8c_1p2>; 49503d470ceSBhupesh Sharma}; 49603d470ceSBhupesh Sharma 49712dd4ebdSBhupesh Sharma&tlmm { 49812dd4ebdSBhupesh Sharma gpio-reserved-ranges = <0 4>; 49912dd4ebdSBhupesh Sharma 500028fe09cSKrzysztof Kozlowski sdc2_on: sdc2-on-state { 501028fe09cSKrzysztof Kozlowski clk-pins { 5020deb2624SBhupesh Sharma pins = "sdc2_clk"; 5030deb2624SBhupesh Sharma bias-disable; /* No pull */ 5040deb2624SBhupesh Sharma drive-strength = <16>; /* 16 MA */ 5050deb2624SBhupesh Sharma }; 5060deb2624SBhupesh Sharma 507028fe09cSKrzysztof Kozlowski cmd-pins { 5080deb2624SBhupesh Sharma pins = "sdc2_cmd"; 5090deb2624SBhupesh Sharma bias-pull-up; /* pull up */ 5100deb2624SBhupesh Sharma drive-strength = <16>; /* 16 MA */ 5110deb2624SBhupesh Sharma }; 5120deb2624SBhupesh Sharma 513028fe09cSKrzysztof Kozlowski data-pins { 5140deb2624SBhupesh Sharma pins = "sdc2_data"; 5150deb2624SBhupesh Sharma bias-pull-up; /* pull up */ 5160deb2624SBhupesh Sharma drive-strength = <16>; /* 16 MA */ 5170deb2624SBhupesh Sharma }; 5180deb2624SBhupesh Sharma }; 5190deb2624SBhupesh Sharma 520028fe09cSKrzysztof Kozlowski sdc2_off: sdc2-off-state { 521028fe09cSKrzysztof Kozlowski clk-pins { 5220deb2624SBhupesh Sharma pins = "sdc2_clk"; 5230deb2624SBhupesh Sharma bias-disable; /* No pull */ 5240deb2624SBhupesh Sharma drive-strength = <2>; /* 2 MA */ 5250deb2624SBhupesh Sharma }; 5260deb2624SBhupesh Sharma 527028fe09cSKrzysztof Kozlowski cmd-pins { 5280deb2624SBhupesh Sharma pins = "sdc2_cmd"; 5290deb2624SBhupesh Sharma bias-pull-up; /* pull up */ 5300deb2624SBhupesh Sharma drive-strength = <2>; /* 2 MA */ 5310deb2624SBhupesh Sharma }; 5320deb2624SBhupesh Sharma 533028fe09cSKrzysztof Kozlowski data-pins { 5340deb2624SBhupesh Sharma pins = "sdc2_data"; 5350deb2624SBhupesh Sharma bias-pull-up; /* pull up */ 5360deb2624SBhupesh Sharma drive-strength = <2>; /* 2 MA */ 5370deb2624SBhupesh Sharma }; 5380deb2624SBhupesh Sharma }; 5390deb2624SBhupesh Sharma 540028fe09cSKrzysztof Kozlowski usb2phy_ac_en1_default: usb2phy-ac-en1-default-state { 54112dd4ebdSBhupesh Sharma pins = "gpio113"; 54212dd4ebdSBhupesh Sharma function = "usb2phy_ac"; 54312dd4ebdSBhupesh Sharma bias-disable; 54412dd4ebdSBhupesh Sharma drive-strength = <2>; 54512dd4ebdSBhupesh Sharma }; 5465b85e8f2SBhupesh Sharma 547028fe09cSKrzysztof Kozlowski usb2phy_ac_en2_default: usb2phy-ac-en2-default-state { 54812dd4ebdSBhupesh Sharma pins = "gpio123"; 54912dd4ebdSBhupesh Sharma function = "usb2phy_ac"; 55012dd4ebdSBhupesh Sharma bias-disable; 55112dd4ebdSBhupesh Sharma drive-strength = <2>; 55212dd4ebdSBhupesh Sharma }; 553c5cb42ccSVinod Koul 554028fe09cSKrzysztof Kozlowski ethernet_defaults: ethernet-defaults-state { 555028fe09cSKrzysztof Kozlowski mdc-pins { 556c5cb42ccSVinod Koul pins = "gpio7"; 557c5cb42ccSVinod Koul function = "rgmii"; 558c5cb42ccSVinod Koul bias-pull-up; 559c5cb42ccSVinod Koul }; 560c5cb42ccSVinod Koul 561028fe09cSKrzysztof Kozlowski mdio-pins { 562c5cb42ccSVinod Koul pins = "gpio59"; 563c5cb42ccSVinod Koul function = "rgmii"; 564c5cb42ccSVinod Koul bias-pull-up; 565c5cb42ccSVinod Koul }; 566c5cb42ccSVinod Koul 567028fe09cSKrzysztof Kozlowski rgmii-rx-pins { 568c5cb42ccSVinod Koul pins = "gpio117", "gpio118", "gpio119", "gpio120", "gpio115", "gpio116"; 569c5cb42ccSVinod Koul function = "rgmii"; 570c5cb42ccSVinod Koul bias-disable; 571c5cb42ccSVinod Koul drive-strength = <2>; 572c5cb42ccSVinod Koul }; 573c5cb42ccSVinod Koul 574028fe09cSKrzysztof Kozlowski rgmii-tx-pins { 575c5cb42ccSVinod Koul pins = "gpio122", "gpio4", "gpio5", "gpio6", "gpio114", "gpio121"; 576c5cb42ccSVinod Koul function = "rgmii"; 577c5cb42ccSVinod Koul bias-pull-up; 578c5cb42ccSVinod Koul drive-strength = <16>; 579c5cb42ccSVinod Koul }; 580c5cb42ccSVinod Koul 581028fe09cSKrzysztof Kozlowski phy-intr-pins { 582c5cb42ccSVinod Koul pins = "gpio124"; 583c5cb42ccSVinod Koul function = "emac_phy"; 584c5cb42ccSVinod Koul bias-disable; 585c5cb42ccSVinod Koul drive-strength = <8>; 586c5cb42ccSVinod Koul }; 587c5cb42ccSVinod Koul 588028fe09cSKrzysztof Kozlowski pps-pins { 589c5cb42ccSVinod Koul pins = "gpio81"; 590c5cb42ccSVinod Koul function = "emac_pps"; 591c5cb42ccSVinod Koul bias-disable; 592c5cb42ccSVinod Koul drive-strength = <8>; 593c5cb42ccSVinod Koul }; 594c5cb42ccSVinod Koul 595028fe09cSKrzysztof Kozlowski phy-reset-pins { 596c5cb42ccSVinod Koul pins = "gpio79"; 597c5cb42ccSVinod Koul function = "gpio"; 598c5cb42ccSVinod Koul bias-pull-up; 599c5cb42ccSVinod Koul drive-strength = <16>; 600c5cb42ccSVinod Koul }; 601c5cb42ccSVinod Koul }; 6025b85e8f2SBhupesh Sharma}; 603