~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/qcom/sc7280-idp.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/qcom/sc7280-idp.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/qcom/sc7280-idp.dts (Version linux-5.13.19)


  1 // SPDX-License-Identifier: BSD-3-Clause            1 // SPDX-License-Identifier: BSD-3-Clause
  2 /*                                                  2 /*
  3  * sc7280 IDP board device tree source              3  * sc7280 IDP board device tree source
  4  *                                                  4  *
  5  * Copyright (c) 2021, The Linux Foundation. A      5  * Copyright (c) 2021, The Linux Foundation. All rights reserved.
  6  */                                                 6  */
  7                                                     7 
  8 /dts-v1/;                                           8 /dts-v1/;
  9                                                     9 
 10 #include <dt-bindings/iio/qcom,spmi-adc7-pmr73 !!  10 #include "sc7280.dtsi"
 11 #include "sc7280-idp.dtsi"                     << 
 12 #include "pmr735a.dtsi"                        << 
 13                                                    11 
 14 / {                                                12 / {
 15         model = "Qualcomm Technologies, Inc. s !!  13         model = "Qualcomm Technologies, Inc. sc7280 IDP platform";
 16         compatible = "qcom,sc7280-idp", "googl !!  14         compatible = "qcom,sc7280-idp", "qcom,sc7280";
 17                                                    15 
 18         aliases {                                  16         aliases {
 19                 serial0 = &uart5;                  17                 serial0 = &uart5;
 20         };                                         18         };
 21                                                    19 
 22         chosen {                                   20         chosen {
 23                 stdout-path = "serial0:115200n     21                 stdout-path = "serial0:115200n8";
 24         };                                         22         };
 25 };                                                 23 };
 26                                                    24 
 27 &apps_rsc {                                        25 &apps_rsc {
 28         regulators-2 {                         !!  26         pm7325-regulators {
                                                   >>  27                 compatible = "qcom,pm7325-rpmh-regulators";
                                                   >>  28                 qcom,pmic-id = "b";
                                                   >>  29 
                                                   >>  30                 vreg_s1b_1p8: smps1 {
                                                   >>  31                         regulator-min-microvolt = <1856000>;
                                                   >>  32                         regulator-max-microvolt = <2040000>;
                                                   >>  33                 };
                                                   >>  34 
                                                   >>  35                 vreg_s7b_0p9: smps7 {
                                                   >>  36                         regulator-min-microvolt = <535000>;
                                                   >>  37                         regulator-max-microvolt = <1120000>;
                                                   >>  38                 };
                                                   >>  39 
                                                   >>  40                 vreg_s8b_1p2: smps8 {
                                                   >>  41                         regulator-min-microvolt = <1256000>;
                                                   >>  42                         regulator-max-microvolt = <1500000>;
                                                   >>  43                 };
                                                   >>  44 
                                                   >>  45                 vreg_l1b_0p8: ldo1 {
                                                   >>  46                         regulator-min-microvolt = <825000>;
                                                   >>  47                         regulator-max-microvolt = <925000>;
                                                   >>  48                 };
                                                   >>  49 
                                                   >>  50                 vreg_l2b_3p0: ldo2 {
                                                   >>  51                         regulator-min-microvolt = <2700000>;
                                                   >>  52                         regulator-max-microvolt = <3544000>;
                                                   >>  53                 };
                                                   >>  54 
                                                   >>  55                 vreg_l6b_1p2: ldo6 {
                                                   >>  56                         regulator-min-microvolt = <1140000>;
                                                   >>  57                         regulator-max-microvolt = <1260000>;
                                                   >>  58                 };
                                                   >>  59 
                                                   >>  60                 vreg_l7b_2p9: ldo7 {
                                                   >>  61                         regulator-min-microvolt = <2960000>;
                                                   >>  62                         regulator-max-microvolt = <2960000>;
                                                   >>  63                 };
                                                   >>  64 
                                                   >>  65                 vreg_l8b_0p9: ldo8 {
                                                   >>  66                         regulator-min-microvolt = <870000>;
                                                   >>  67                         regulator-max-microvolt = <970000>;
                                                   >>  68                 };
                                                   >>  69 
                                                   >>  70                 vreg_l9b_1p2: ldo9 {
                                                   >>  71                         regulator-min-microvolt = <1080000>;
                                                   >>  72                         regulator-max-microvolt = <1304000>;
                                                   >>  73                 };
                                                   >>  74 
                                                   >>  75                 vreg_l11b_1p7: ldo11 {
                                                   >>  76                         regulator-min-microvolt = <1504000>;
                                                   >>  77                         regulator-max-microvolt = <2000000>;
                                                   >>  78                 };
                                                   >>  79 
                                                   >>  80                 vreg_l12b_0p8: ldo12 {
                                                   >>  81                         regulator-min-microvolt = <751000>;
                                                   >>  82                         regulator-max-microvolt = <824000>;
                                                   >>  83                 };
                                                   >>  84 
                                                   >>  85                 vreg_l13b_0p8: ldo13 {
                                                   >>  86                         regulator-min-microvolt = <530000>;
                                                   >>  87                         regulator-max-microvolt = <824000>;
                                                   >>  88                 };
                                                   >>  89 
                                                   >>  90                 vreg_l14b_1p2: ldo14 {
                                                   >>  91                         regulator-min-microvolt = <1080000>;
                                                   >>  92                         regulator-max-microvolt = <1304000>;
                                                   >>  93                 };
                                                   >>  94 
                                                   >>  95                 vreg_l15b_0p8: ldo15 {
                                                   >>  96                         regulator-min-microvolt = <765000>;
                                                   >>  97                         regulator-max-microvolt = <1020000>;
                                                   >>  98                 };
                                                   >>  99 
                                                   >> 100                 vreg_l16b_1p2: ldo16 {
                                                   >> 101                         regulator-min-microvolt = <1100000>;
                                                   >> 102                         regulator-max-microvolt = <1300000>;
                                                   >> 103                 };
                                                   >> 104 
                                                   >> 105                 vreg_l17b_1p8: ldo17 {
                                                   >> 106                         regulator-min-microvolt = <1700000>;
                                                   >> 107                         regulator-max-microvolt = <1900000>;
                                                   >> 108                 };
                                                   >> 109 
                                                   >> 110                 vreg_l18b_1p8: ldo18 {
                                                   >> 111                         regulator-min-microvolt = <1800000>;
                                                   >> 112                         regulator-max-microvolt = <2000000>;
                                                   >> 113                 };
                                                   >> 114 
                                                   >> 115                 vreg_l19b_1p8: ldo19 {
                                                   >> 116                         regulator-min-microvolt = <1800000>;
                                                   >> 117                         regulator-max-microvolt = <1800000>;
                                                   >> 118                 };
                                                   >> 119         };
                                                   >> 120 
                                                   >> 121         pm8350c-regulators {
                                                   >> 122                 compatible = "qcom,pm8350c-rpmh-regulators";
                                                   >> 123                 qcom,pmic-id = "c";
                                                   >> 124 
                                                   >> 125                 vreg_s1c_2p2: smps1 {
                                                   >> 126                         regulator-min-microvolt = <2190000>;
                                                   >> 127                         regulator-max-microvolt = <2210000>;
                                                   >> 128                 };
                                                   >> 129 
                                                   >> 130                 vreg_s9c_1p0: smps9 {
                                                   >> 131                         regulator-min-microvolt = <1010000>;
                                                   >> 132                         regulator-max-microvolt = <1170000>;
                                                   >> 133                 };
                                                   >> 134 
                                                   >> 135                 vreg_l1c_1p8: ldo1 {
                                                   >> 136                         regulator-min-microvolt = <1800000>;
                                                   >> 137                         regulator-max-microvolt = <1980000>;
                                                   >> 138                 };
                                                   >> 139 
                                                   >> 140                 vreg_l2c_1p8: ldo2 {
                                                   >> 141                         regulator-min-microvolt = <1620000>;
                                                   >> 142                         regulator-max-microvolt = <1980000>;
                                                   >> 143                 };
                                                   >> 144 
                                                   >> 145                 vreg_l3c_3p0: ldo3 {
                                                   >> 146                         regulator-min-microvolt = <2800000>;
                                                   >> 147                         regulator-max-microvolt = <3540000>;
                                                   >> 148                 };
                                                   >> 149 
                                                   >> 150                 vreg_l4c_1p8: ldo4 {
                                                   >> 151                         regulator-min-microvolt = <1620000>;
                                                   >> 152                         regulator-max-microvolt = <3300000>;
                                                   >> 153                 };
                                                   >> 154 
                                                   >> 155                 vreg_l5c_1p8: ldo5 {
                                                   >> 156                         regulator-min-microvolt = <1620000>;
                                                   >> 157                         regulator-max-microvolt = <3300000>;
                                                   >> 158                 };
                                                   >> 159 
                                                   >> 160                 vreg_l6c_2p9: ldo6 {
                                                   >> 161                         regulator-min-microvolt = <1800000>;
                                                   >> 162                         regulator-max-microvolt = <2950000>;
                                                   >> 163                 };
                                                   >> 164 
                                                   >> 165                 vreg_l7c_3p0: ldo7 {
                                                   >> 166                         regulator-min-microvolt = <3000000>;
                                                   >> 167                         regulator-max-microvolt = <3544000>;
                                                   >> 168                 };
                                                   >> 169 
                                                   >> 170                 vreg_l8c_1p8: ldo8 {
                                                   >> 171                         regulator-min-microvolt = <1620000>;
                                                   >> 172                         regulator-max-microvolt = <2000000>;
                                                   >> 173                 };
                                                   >> 174 
                                                   >> 175                 vreg_l9c_2p9: ldo9 {
                                                   >> 176                         regulator-min-microvolt = <2960000>;
                                                   >> 177                         regulator-max-microvolt = <2960000>;
                                                   >> 178                 };
                                                   >> 179 
                                                   >> 180                 vreg_l10c_0p8: ldo10 {
                                                   >> 181                         regulator-min-microvolt = <720000>;
                                                   >> 182                         regulator-max-microvolt = <1050000>;
                                                   >> 183                 };
                                                   >> 184 
                                                   >> 185                 vreg_l11c_2p8: ldo11 {
                                                   >> 186                         regulator-min-microvolt = <2800000>;
                                                   >> 187                         regulator-max-microvolt = <3544000>;
                                                   >> 188                 };
                                                   >> 189 
                                                   >> 190                 vreg_l12c_1p8: ldo12 {
                                                   >> 191                         regulator-min-microvolt = <1650000>;
                                                   >> 192                         regulator-max-microvolt = <2000000>;
                                                   >> 193                 };
                                                   >> 194 
                                                   >> 195                 vreg_l13c_3p0: ldo13 {
                                                   >> 196                         regulator-min-microvolt = <2700000>;
                                                   >> 197                         regulator-max-microvolt = <3544000>;
                                                   >> 198                 };
                                                   >> 199 
                                                   >> 200                 vreg_bob: bob {
                                                   >> 201                         regulator-min-microvolt = <3008000>;
                                                   >> 202                         regulator-max-microvolt = <3960000>;
                                                   >> 203                 };
                                                   >> 204         };
                                                   >> 205 
                                                   >> 206         pmr735a-regulators {
 29                 compatible = "qcom,pmr735a-rpm    207                 compatible = "qcom,pmr735a-rpmh-regulators";
 30                 qcom,pmic-id = "e";               208                 qcom,pmic-id = "e";
 31                                                   209 
 32                 vreg_l2e_1p2: ldo2 {              210                 vreg_l2e_1p2: ldo2 {
 33                         regulator-min-microvol    211                         regulator-min-microvolt = <1200000>;
 34                         regulator-max-microvol    212                         regulator-max-microvolt = <1200000>;
 35                 };                                213                 };
 36                                                   214 
 37                 vreg_l3e_0p9: ldo3 {              215                 vreg_l3e_0p9: ldo3 {
 38                         regulator-min-microvol    216                         regulator-min-microvolt = <912000>;
 39                         regulator-max-microvol    217                         regulator-max-microvolt = <1020000>;
 40                 };                                218                 };
 41                                                   219 
 42                 vreg_l4e_1p7: ldo4 {              220                 vreg_l4e_1p7: ldo4 {
 43                         regulator-min-microvol    221                         regulator-min-microvolt = <1776000>;
 44                         regulator-max-microvol    222                         regulator-max-microvolt = <1890000>;
 45                 };                                223                 };
 46                                                   224 
 47                 vreg_l5e_0p8: ldo5 {              225                 vreg_l5e_0p8: ldo5 {
 48                         regulator-min-microvol    226                         regulator-min-microvolt = <800000>;
 49                         regulator-max-microvol    227                         regulator-max-microvolt = <800000>;
 50                 };                                228                 };
 51                                                   229 
 52                 vreg_l6e_0p8: ldo6 {              230                 vreg_l6e_0p8: ldo6 {
 53                         regulator-min-microvol    231                         regulator-min-microvolt = <480000>;
 54                         regulator-max-microvol    232                         regulator-max-microvolt = <904000>;
 55                 };                                233                 };
 56         };                                        234         };
 57 };                                                235 };
 58                                                   236 
 59 &bluetooth {                                   !! 237 &qupv3_id_0 {
 60         vddio-supply = <&vreg_l19b_1p8>;       << 
 61 };                                             << 
 62                                                << 
 63 &pmk8350_rtc {                                 << 
 64         status = "okay";                          238         status = "okay";
 65 };                                                239 };
 66                                                   240 
 67 &nvme_pwren {                                  !! 241 &uart5 {
 68         pins = "gpio19";                       << 
 69 };                                             << 
 70                                                << 
 71 &nvme_3v3_regulator {                          << 
 72         gpio = <&tlmm 19 GPIO_ACTIVE_HIGH>;    << 
 73 };                                             << 
 74                                                << 
 75 &pmk8350_vadc {                                << 
 76         channel@403 {                          << 
 77                 reg = <PMR735A_ADC7_DIE_TEMP>; << 
 78                 label = "pmr735a_die_temp";    << 
 79                 qcom,pre-scaling = <1 1>;      << 
 80         };                                     << 
 81 };                                             << 
 82                                                << 
 83 &usb_2 {                                       << 
 84         status = "okay";                          242         status = "okay";
 85 };                                                243 };
 86                                                   244 
 87 &usb_2_dwc3 {                                  !! 245 /* PINCTRL - additions to nodes defined in sc7280.dtsi */
 88         dr_mode = "otg";                       << 
 89 };                                             << 
 90                                                   246 
 91 &usb_2_hsphy {                                 !! 247 &qup_uart5_default {
 92         status = "okay";                       !! 248         tx {
                                                   >> 249                 pins = "gpio46";
                                                   >> 250                 drive-strength = <2>;
                                                   >> 251                 bias-disable;
                                                   >> 252         };
 93                                                   253 
 94         vdda-pll-supply = <&vreg_l10c_0p8>;    !! 254         rx {
 95         vdda33-supply = <&vreg_l2b_3p0>;       !! 255                 pins = "gpio47";
 96         vdda18-supply = <&vreg_l1c_1p8>;       !! 256                 drive-strength = <2>;
                                                   >> 257                 bias-pull-up;
                                                   >> 258         };
 97 };                                                259 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php