1c16160cfSKatherine Perez// SPDX-License-Identifier: BSD-3-Clause 2c16160cfSKatherine Perez/* 3c16160cfSKatherine Perez * Copyright (C) 2021, Microsoft Corporation 4c16160cfSKatherine Perez */ 5c16160cfSKatherine Perez 6c16160cfSKatherine Perez/dts-v1/; 7c16160cfSKatherine Perez 8c16160cfSKatherine Perez#include <dt-bindings/regulator/qcom,rpmh-regulator.h> 9c16160cfSKatherine Perez#include "sm8350.dtsi" 10c16160cfSKatherine Perez#include "pm8350.dtsi" 11c16160cfSKatherine Perez#include "pm8350b.dtsi" 12c16160cfSKatherine Perez#include "pm8350c.dtsi" 13c16160cfSKatherine Perez#include "pmk8350.dtsi" 14c16160cfSKatherine Perez#include "pmr735a.dtsi" 15c16160cfSKatherine Perez#include "pmr735b.dtsi" 16c16160cfSKatherine Perez 17c16160cfSKatherine Perez/ { 18c16160cfSKatherine Perez model = "Microsoft Surface Duo 2"; 19c16160cfSKatherine Perez compatible = "microsoft,surface-duo2", "qcom,sm8350"; 20c16160cfSKatherine Perez chassis-type = "handset"; 21c16160cfSKatherine Perez 22c16160cfSKatherine Perez aliases { 23c16160cfSKatherine Perez serial0 = &uart2; 24c16160cfSKatherine Perez }; 25c16160cfSKatherine Perez 26c16160cfSKatherine Perez chosen { 27c16160cfSKatherine Perez stdout-path = "serial0:115200n8"; 28c16160cfSKatherine Perez }; 29c16160cfSKatherine Perez 30c16160cfSKatherine Perez vph_pwr: vph-pwr-regulator { 31c16160cfSKatherine Perez compatible = "regulator-fixed"; 32c16160cfSKatherine Perez regulator-name = "vph_pwr"; 33c16160cfSKatherine Perez regulator-min-microvolt = <3700000>; 34c16160cfSKatherine Perez regulator-max-microvolt = <3700000>; 35c16160cfSKatherine Perez 36c16160cfSKatherine Perez regulator-always-on; 37c16160cfSKatherine Perez regulator-boot-on; 38c16160cfSKatherine Perez }; 39c16160cfSKatherine Perez}; 40c16160cfSKatherine Perez 41c16160cfSKatherine Perez&adsp { 42c16160cfSKatherine Perez status = "okay"; 43c16160cfSKatherine Perez firmware-name = "qcom/sm8350/microsoft/adsp.mbn"; 44c16160cfSKatherine Perez}; 45c16160cfSKatherine Perez 46c16160cfSKatherine Perez&apps_rsc { 470223fe2bSKrzysztof Kozlowski regulators-0 { 48c16160cfSKatherine Perez compatible = "qcom,pm8350-rpmh-regulators"; 49c16160cfSKatherine Perez qcom,pmic-id = "b"; 50c16160cfSKatherine Perez 51c16160cfSKatherine Perez vdd-s1-supply = <&vph_pwr>; 52c16160cfSKatherine Perez vdd-s2-supply = <&vph_pwr>; 53c16160cfSKatherine Perez vdd-s3-supply = <&vph_pwr>; 54c16160cfSKatherine Perez vdd-s4-supply = <&vph_pwr>; 55c16160cfSKatherine Perez vdd-s5-supply = <&vph_pwr>; 56c16160cfSKatherine Perez vdd-s6-supply = <&vph_pwr>; 57c16160cfSKatherine Perez vdd-s7-supply = <&vph_pwr>; 58c16160cfSKatherine Perez vdd-s8-supply = <&vph_pwr>; 59c16160cfSKatherine Perez vdd-s9-supply = <&vph_pwr>; 60c16160cfSKatherine Perez vdd-s10-supply = <&vph_pwr>; 61c16160cfSKatherine Perez vdd-s11-supply = <&vph_pwr>; 62c16160cfSKatherine Perez vdd-s12-supply = <&vph_pwr>; 63c16160cfSKatherine Perez 64c16160cfSKatherine Perez vdd-l1-l4-supply = <&vreg_s11b_0p95>; 65c16160cfSKatherine Perez vdd-l2-l7-supply = <&vreg_bob>; 66c16160cfSKatherine Perez vdd-l3-l5-supply = <&vreg_bob>; 67c16160cfSKatherine Perez vdd-l6-l9-l10-supply = <&vreg_s11b_0p95>; 68c16160cfSKatherine Perez vdd-l8-supply = <&vreg_s2c_0p8>; 69c16160cfSKatherine Perez 70c16160cfSKatherine Perez vreg_s10b_1p8: smps10 { 71c16160cfSKatherine Perez regulator-name = "vreg_s10b_1p8"; 72c16160cfSKatherine Perez regulator-min-microvolt = <1800000>; 73c16160cfSKatherine Perez regulator-max-microvolt = <1800000>; 74c16160cfSKatherine Perez }; 75c16160cfSKatherine Perez 76c16160cfSKatherine Perez vreg_s11b_0p95: smps11 { 77c16160cfSKatherine Perez regulator-name = "vreg_s11b_0p95"; 78c16160cfSKatherine Perez regulator-min-microvolt = <752000>; 79c16160cfSKatherine Perez regulator-max-microvolt = <1000000>; 80c16160cfSKatherine Perez }; 81c16160cfSKatherine Perez 82c16160cfSKatherine Perez vreg_s12b_1p25: smps12 { 83c16160cfSKatherine Perez regulator-name = "vreg_s12b_1p25"; 84c16160cfSKatherine Perez regulator-min-microvolt = <1224000>; 85c16160cfSKatherine Perez regulator-max-microvolt = <1360000>; 86c16160cfSKatherine Perez }; 87c16160cfSKatherine Perez 88c16160cfSKatherine Perez vreg_l1b_0p88: ldo1 { 89c16160cfSKatherine Perez regulator-name = "vreg_l1b_0p88"; 90c16160cfSKatherine Perez regulator-min-microvolt = <912000>; 91c16160cfSKatherine Perez regulator-max-microvolt = <920000>; 92c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 93c16160cfSKatherine Perez }; 94c16160cfSKatherine Perez 95c16160cfSKatherine Perez vreg_l2b_3p07: ldo2 { 96c16160cfSKatherine Perez regulator-name = "vreg_l2b_3p07"; 97c16160cfSKatherine Perez regulator-min-microvolt = <3072000>; 98c16160cfSKatherine Perez regulator-max-microvolt = <3072000>; 99c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 100c16160cfSKatherine Perez }; 101c16160cfSKatherine Perez 102c16160cfSKatherine Perez vreg_l3b_0p9: ldo3 { 103c16160cfSKatherine Perez regulator-name = "vreg_l3b_0p9"; 104c16160cfSKatherine Perez regulator-min-microvolt = <904000>; 105c16160cfSKatherine Perez regulator-max-microvolt = <904000>; 106c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 107c16160cfSKatherine Perez }; 108c16160cfSKatherine Perez 109c16160cfSKatherine Perez vreg_l5b_0p88: ldo5 { 110c16160cfSKatherine Perez regulator-name = "vreg_l3b_0p9"; 111c16160cfSKatherine Perez regulator-min-microvolt = <880000>; 112c16160cfSKatherine Perez regulator-max-microvolt = <888000>; 113c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 114c16160cfSKatherine Perez }; 115c16160cfSKatherine Perez 116c16160cfSKatherine Perez vreg_l6b_1p2: ldo6 { 117c16160cfSKatherine Perez regulator-name = "vreg_l6b_1p2"; 118c16160cfSKatherine Perez regulator-min-microvolt = <1200000>; 119c16160cfSKatherine Perez regulator-max-microvolt = <1208000>; 120c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 121c16160cfSKatherine Perez }; 122c16160cfSKatherine Perez 123c16160cfSKatherine Perez vreg_l7b_2p96: ldo7 { 124c16160cfSKatherine Perez regulator-name = "vreg_l7b_2p96"; 125c16160cfSKatherine Perez regulator-min-microvolt = <2400000>; 126c16160cfSKatherine Perez regulator-max-microvolt = <3008000>; 127c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 128c16160cfSKatherine Perez }; 129c16160cfSKatherine Perez 130c16160cfSKatherine Perez vreg_l9b_1p2: ldo9 { 131c16160cfSKatherine Perez regulator-name = "vreg_l9b_1p2"; 132c16160cfSKatherine Perez regulator-min-microvolt = <1200000>; 133c16160cfSKatherine Perez regulator-max-microvolt = <1200000>; 134c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 135c16160cfSKatherine Perez }; 136c16160cfSKatherine Perez }; 137c16160cfSKatherine Perez 1380223fe2bSKrzysztof Kozlowski regulators-1 { 139c16160cfSKatherine Perez compatible = "qcom,pm8350c-rpmh-regulators"; 140c16160cfSKatherine Perez qcom,pmic-id = "c"; 141c16160cfSKatherine Perez 142c16160cfSKatherine Perez vdd-s1-supply = <&vph_pwr>; 143c16160cfSKatherine Perez vdd-s2-supply = <&vph_pwr>; 144c16160cfSKatherine Perez vdd-s3-supply = <&vph_pwr>; 145c16160cfSKatherine Perez vdd-s4-supply = <&vph_pwr>; 146c16160cfSKatherine Perez vdd-s5-supply = <&vph_pwr>; 147c16160cfSKatherine Perez vdd-s6-supply = <&vph_pwr>; 148c16160cfSKatherine Perez vdd-s7-supply = <&vph_pwr>; 149c16160cfSKatherine Perez vdd-s8-supply = <&vph_pwr>; 150c16160cfSKatherine Perez vdd-s9-supply = <&vph_pwr>; 151c16160cfSKatherine Perez vdd-s10-supply = <&vph_pwr>; 152c16160cfSKatherine Perez 153c16160cfSKatherine Perez vdd-l1-l12-supply = <&vreg_s1c_1p86>; 154c16160cfSKatherine Perez vdd-l2-l8-supply = <&vreg_s1c_1p86>; 155c16160cfSKatherine Perez vdd-l3-l4-l5-l7-l13-supply = <&vreg_bob>; 156c16160cfSKatherine Perez vdd-l6-l9-l11-supply = <&vreg_bob>; 157c16160cfSKatherine Perez vdd-l10-supply = <&vreg_s12b_1p25>; 158c16160cfSKatherine Perez 159c16160cfSKatherine Perez vdd-bob-supply = <&vph_pwr>; 160c16160cfSKatherine Perez 161c16160cfSKatherine Perez vreg_s1c_1p86: smps1 { 162c16160cfSKatherine Perez regulator-name = "vreg_s1c_1p86"; 163c16160cfSKatherine Perez regulator-min-microvolt = <1800000>; 164c16160cfSKatherine Perez regulator-max-microvolt = <1952000>; 165c16160cfSKatherine Perez }; 166c16160cfSKatherine Perez 167c16160cfSKatherine Perez vreg_s2c_0p8: smps2 { 168c16160cfSKatherine Perez regulator-name = "vreg_s2c_0p8"; 169c16160cfSKatherine Perez regulator-min-microvolt = <640000>; 170c16160cfSKatherine Perez regulator-max-microvolt = <1000000>; 171c16160cfSKatherine Perez }; 172c16160cfSKatherine Perez 173c16160cfSKatherine Perez vreg_s10c_1p05: smps10 { 174c16160cfSKatherine Perez regulator-name = "vreg_s10c_1p05"; 175c16160cfSKatherine Perez regulator-min-microvolt = <1048000>; 176c16160cfSKatherine Perez regulator-max-microvolt = <1128000>; 177c16160cfSKatherine Perez }; 178c16160cfSKatherine Perez 179c16160cfSKatherine Perez vreg_bob: bob { 180c16160cfSKatherine Perez regulator-name = "vreg_bob"; 181c16160cfSKatherine Perez regulator-min-microvolt = <3008000>; 182c16160cfSKatherine Perez regulator-max-microvolt = <3960000>; 183c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_AUTO>; 184c16160cfSKatherine Perez }; 185c16160cfSKatherine Perez 186c16160cfSKatherine Perez vreg_l1c_1p8: ldo1 { 187c16160cfSKatherine Perez regulator-name = "vreg_l1c_1p8"; 188c16160cfSKatherine Perez regulator-min-microvolt = <1800000>; 189c16160cfSKatherine Perez regulator-max-microvolt = <1800000>; 190c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 191c16160cfSKatherine Perez }; 192c16160cfSKatherine Perez 193c16160cfSKatherine Perez vreg_l2c_1p8: ldo2 { 194c16160cfSKatherine Perez regulator-name = "vreg_l2c_1p8"; 195c16160cfSKatherine Perez regulator-min-microvolt = <1800000>; 196c16160cfSKatherine Perez regulator-max-microvolt = <1800000>; 197c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 198c16160cfSKatherine Perez }; 199c16160cfSKatherine Perez 200c16160cfSKatherine Perez vreg_l3c_3p0: ldo3 { 201c16160cfSKatherine Perez regulator-name = "vreg_l3c_3p0"; 202c16160cfSKatherine Perez regulator-min-microvolt = <3008000>; 203c16160cfSKatherine Perez regulator-max-microvolt = <3008000>; 204c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 205c16160cfSKatherine Perez }; 206c16160cfSKatherine Perez 207c16160cfSKatherine Perez vreg_l4c_uim1: ldo4 { 208c16160cfSKatherine Perez regulator-name = "vreg_l4c_uim1"; 209c16160cfSKatherine Perez regulator-min-microvolt = <1704000>; 210c16160cfSKatherine Perez regulator-max-microvolt = <3000000>; 211c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 212c16160cfSKatherine Perez }; 213c16160cfSKatherine Perez 214c16160cfSKatherine Perez vreg_l5c_uim2: ldo5 { 215c16160cfSKatherine Perez regulator-name = "vreg_l5c_uim2"; 216c16160cfSKatherine Perez regulator-min-microvolt = <1704000>; 217c16160cfSKatherine Perez regulator-max-microvolt = <3000000>; 218c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 219c16160cfSKatherine Perez }; 220c16160cfSKatherine Perez 221c16160cfSKatherine Perez vreg_l6c_1p8: ldo6 { 222c16160cfSKatherine Perez regulator-name = "vreg_l6c_1p8"; 223c16160cfSKatherine Perez regulator-min-microvolt = <1800000>; 224c16160cfSKatherine Perez regulator-max-microvolt = <2960000>; 225c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 226c16160cfSKatherine Perez }; 227c16160cfSKatherine Perez 228c16160cfSKatherine Perez vreg_l7c_3p0: ldo7 { 229c16160cfSKatherine Perez regulator-name = "vreg_l7c_3p0"; 230c16160cfSKatherine Perez regulator-min-microvolt = <3008000>; 231c16160cfSKatherine Perez regulator-max-microvolt = <3008000>; 232c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 233c16160cfSKatherine Perez }; 234c16160cfSKatherine Perez 235c16160cfSKatherine Perez vreg_l8c_1p8: ldo8 { 236c16160cfSKatherine Perez regulator-name = "vreg_l8c_1p8"; 237c16160cfSKatherine Perez regulator-min-microvolt = <1800000>; 238c16160cfSKatherine Perez regulator-max-microvolt = <1800000>; 239c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 240c16160cfSKatherine Perez }; 241c16160cfSKatherine Perez 242c16160cfSKatherine Perez vreg_l9c_2p96: ldo9 { 243c16160cfSKatherine Perez regulator-name = "vreg_l9c_2p96"; 244c16160cfSKatherine Perez regulator-min-microvolt = <2960000>; 245c16160cfSKatherine Perez regulator-max-microvolt = <3008000>; 246c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 247c16160cfSKatherine Perez }; 248c16160cfSKatherine Perez 249c16160cfSKatherine Perez vreg_l10c_1p2: ldo10 { 250c16160cfSKatherine Perez regulator-name = "vreg_l10c_1p2"; 251c16160cfSKatherine Perez regulator-min-microvolt = <1200000>; 252c16160cfSKatherine Perez regulator-max-microvolt = <1200000>; 253c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 254c16160cfSKatherine Perez }; 255c16160cfSKatherine Perez 256c16160cfSKatherine Perez vreg_l11c_2p96: ldo11 { 257c16160cfSKatherine Perez regulator-name = "vreg_l11c_2p96"; 258c16160cfSKatherine Perez regulator-min-microvolt = <2400000>; 259c16160cfSKatherine Perez regulator-max-microvolt = <3008000>; 260c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 261c16160cfSKatherine Perez }; 262c16160cfSKatherine Perez 263c16160cfSKatherine Perez vreg_l12c_1p8: ldo12 { 264c16160cfSKatherine Perez regulator-name = "vreg_l12c_1p8"; 265c16160cfSKatherine Perez regulator-min-microvolt = <1800000>; 266c16160cfSKatherine Perez regulator-max-microvolt = <2000000>; 267c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 268c16160cfSKatherine Perez }; 269c16160cfSKatherine Perez 270c16160cfSKatherine Perez vreg_l13c_3p0: ldo13 { 271c16160cfSKatherine Perez regulator-name = "vreg_l13c_3p0"; 272c16160cfSKatherine Perez regulator-min-microvolt = <3000000>; 273c16160cfSKatherine Perez regulator-max-microvolt = <3000000>; 274c16160cfSKatherine Perez regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 275c16160cfSKatherine Perez }; 276c16160cfSKatherine Perez }; 277c16160cfSKatherine Perez}; 278c16160cfSKatherine Perez 279c16160cfSKatherine Perez&cdsp { 280c16160cfSKatherine Perez status = "okay"; 281c16160cfSKatherine Perez firmware-name = "qcom/sm8350/microsoft/cdsp.mbn"; 282c16160cfSKatherine Perez}; 283c16160cfSKatherine Perez 284aadc48f7SKatherine Perez&i2c10 { 285aadc48f7SKatherine Perez status = "okay"; 286aadc48f7SKatherine Perez}; 287aadc48f7SKatherine Perez 288aadc48f7SKatherine Perez&i2c11 { 289aadc48f7SKatherine Perez status = "okay"; 290aadc48f7SKatherine Perez}; 291aadc48f7SKatherine Perez 292c16160cfSKatherine Perez&ipa { 293a9a9e857SAlex Elder qcom,gsi-loader = "self"; 294c16160cfSKatherine Perez memory-region = <&pil_ipa_fw_mem>; 295a9a9e857SAlex Elder status = "okay"; 296c16160cfSKatherine Perez}; 297c16160cfSKatherine Perez 298c16160cfSKatherine Perez&mpss { 299c16160cfSKatherine Perez status = "okay"; 300c16160cfSKatherine Perez firmware-name = "qcom/sm8350/microsoft/modem.mbn"; 301c16160cfSKatherine Perez}; 302c16160cfSKatherine Perez 303c16160cfSKatherine Perez&qupv3_id_0 { 304c16160cfSKatherine Perez status = "okay"; 305c16160cfSKatherine Perez}; 306c16160cfSKatherine Perez 307aadc48f7SKatherine Perez&qupv3_id_1 { 308aadc48f7SKatherine Perez status = "okay"; 309aadc48f7SKatherine Perez}; 310aadc48f7SKatherine Perez 311c16160cfSKatherine Perez&slpi { 312c16160cfSKatherine Perez status = "okay"; 313c16160cfSKatherine Perez firmware-name = "qcom/sm8350/microsoft/slpi.mbn"; 314c16160cfSKatherine Perez}; 315c16160cfSKatherine Perez 316c16160cfSKatherine Perez&tlmm { 317c16160cfSKatherine Perez gpio-reserved-ranges = <4 4>, <12 4>, <56 4>, <76 4>; 318c16160cfSKatherine Perez}; 319c16160cfSKatherine Perez 320c16160cfSKatherine Perez&uart2 { 321c16160cfSKatherine Perez status = "okay"; 322c16160cfSKatherine Perez}; 323c16160cfSKatherine Perez 324c16160cfSKatherine Perez&ufs_mem_hc { 325c16160cfSKatherine Perez status = "okay"; 326c16160cfSKatherine Perez 327c16160cfSKatherine Perez reset-gpios = <&tlmm 203 GPIO_ACTIVE_LOW>; 328c16160cfSKatherine Perez 329c16160cfSKatherine Perez vcc-supply = <&vreg_l7b_2p96>; 330c16160cfSKatherine Perez vcc-max-microamp = <800000>; 331c16160cfSKatherine Perez vccq-supply = <&vreg_l9b_1p2>; 332c16160cfSKatherine Perez vccq-max-microamp = <900000>; 333c16160cfSKatherine Perez}; 334c16160cfSKatherine Perez 335c16160cfSKatherine Perez&ufs_mem_phy { 336c16160cfSKatherine Perez status = "okay"; 337c16160cfSKatherine Perez 338c16160cfSKatherine Perez vdda-phy-supply = <&vreg_l5b_0p88>; 339c16160cfSKatherine Perez vdda-pll-supply = <&vreg_l6b_1p2>; 340c16160cfSKatherine Perez}; 341c16160cfSKatherine Perez 342c16160cfSKatherine Perez&usb_1 { 343c16160cfSKatherine Perez status = "okay"; 344*0beda02eSKrzysztof Kozlowski}; 345*0beda02eSKrzysztof Kozlowski 346*0beda02eSKrzysztof Kozlowski&usb_1_dwc3 { 347c16160cfSKatherine Perez dr_mode = "peripheral"; 348c16160cfSKatherine Perez}; 349c16160cfSKatherine Perez 350c16160cfSKatherine Perez&usb_1_hsphy { 351c16160cfSKatherine Perez status = "okay"; 352c16160cfSKatherine Perez 353c16160cfSKatherine Perez vdda-pll-supply = <&vreg_l5b_0p88>; 354c16160cfSKatherine Perez vdda18-supply = <&vreg_l1c_1p8>; 355c16160cfSKatherine Perez vdda33-supply = <&vreg_l2b_3p07>; 356c16160cfSKatherine Perez}; 357c16160cfSKatherine Perez 358c16160cfSKatherine Perez&usb_1_qmpphy { 359c16160cfSKatherine Perez status = "okay"; 360c16160cfSKatherine Perez 361c16160cfSKatherine Perez vdda-phy-supply = <&vreg_l6b_1p2>; 362c16160cfSKatherine Perez vdda-pll-supply = <&vreg_l1b_0p88>; 363c16160cfSKatherine Perez}; 364c16160cfSKatherine Perez 365c16160cfSKatherine Perez&usb_2 { 366c16160cfSKatherine Perez status = "okay"; 367c16160cfSKatherine Perez}; 368c16160cfSKatherine Perez 369c16160cfSKatherine Perez&usb_2_hsphy { 370c16160cfSKatherine Perez status = "okay"; 371c16160cfSKatherine Perez 372c16160cfSKatherine Perez vdda-pll-supply = <&vreg_l5b_0p88>; 373c16160cfSKatherine Perez vdda18-supply = <&vreg_l1c_1p8>; 374c16160cfSKatherine Perez vdda33-supply = <&vreg_l2b_3p07>; 375c16160cfSKatherine Perez}; 376c16160cfSKatherine Perez 377c16160cfSKatherine Perez&usb_2_qmpphy { 378c16160cfSKatherine Perez status = "okay"; 379c16160cfSKatherine Perez 380c16160cfSKatherine Perez vdda-phy-supply = <&vreg_l6b_1p2>; 381c16160cfSKatherine Perez vdda-pll-supply = <&vreg_l5b_0p88>; 382c16160cfSKatherine Perez}; 383