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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/qcom/sdm450-motorola-ali.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/sdm450-motorola-ali.dts (Architecture i386) and /scripts/dtc/include-prefixes/arm64/qcom/sdm450-motorola-ali.dts (Architecture mips)


  1 // SPDX-License-Identifier: BSD-3-Clause            1 // SPDX-License-Identifier: BSD-3-Clause
  2 /*                                                  2 /*
  3  * Copyright (c) 2022, Julian Braha <julianbrah      3  * Copyright (c) 2022, Julian Braha <julianbraha@gmail.com>
  4  */                                                 4  */
  5 /dts-v1/;                                           5 /dts-v1/;
  6                                                     6 
  7 #include "sdm450.dtsi"                              7 #include "sdm450.dtsi"
  8 #include "pm8953.dtsi"                              8 #include "pm8953.dtsi"
  9 #include "pmi8950.dtsi"                             9 #include "pmi8950.dtsi"
 10                                                    10 
 11 /delete-node/ &qseecom_mem;                        11 /delete-node/ &qseecom_mem;
 12                                                    12 
 13 / {                                                13 / {
 14         model = "Motorola Moto G6";                14         model = "Motorola Moto G6";
 15         compatible = "motorola,ali", "qcom,sdm     15         compatible = "motorola,ali", "qcom,sdm450";
 16         chassis-type = "handset";                  16         chassis-type = "handset";
 17         qcom,msm-id = <338 0>;                     17         qcom,msm-id = <338 0>;
 18         qcom,board-id = <0x43 0xc200>;             18         qcom,board-id = <0x43 0xc200>;
 19                                                    19 
 20         gpio-keys {                                20         gpio-keys {
 21                 compatible = "gpio-keys";          21                 compatible = "gpio-keys";
 22                                                    22 
 23                 key-volume-up {                    23                 key-volume-up {
 24                         label = "volume_up";       24                         label = "volume_up";
 25                         gpios = <&tlmm 85 GPIO     25                         gpios = <&tlmm 85 GPIO_ACTIVE_LOW>;
 26                         linux,code = <KEY_VOLU     26                         linux,code = <KEY_VOLUMEUP>;
 27                 };                                 27                 };
 28         };                                         28         };
 29                                                    29 
 30         reserved-memory {                          30         reserved-memory {
 31                 qseecom_mem: qseecom@84300000      31                 qseecom_mem: qseecom@84300000 {
 32                         reg = <0x0 0x84300000      32                         reg = <0x0 0x84300000 0x0 0x2000000>;
 33                         no-map;                    33                         no-map;
 34                 };                                 34                 };
 35                                                    35 
 36                 ramoops@ef000000 {                 36                 ramoops@ef000000 {
 37                         compatible = "ramoops"     37                         compatible = "ramoops";
 38                         reg = <0x0 0xef000000      38                         reg = <0x0 0xef000000 0x0 0xc0000>;
 39                         console-size = <0x4000     39                         console-size = <0x40000>;
 40                 };                                 40                 };
 41         };                                         41         };
 42                                                    42 
 43         vph_pwr: vph-pwr-regulator {               43         vph_pwr: vph-pwr-regulator {
 44                 compatible = "regulator-fixed"     44                 compatible = "regulator-fixed";
 45                 regulator-name = "vph_pwr";        45                 regulator-name = "vph_pwr";
 46                 regulator-always-on;               46                 regulator-always-on;
 47                 regulator-boot-on;                 47                 regulator-boot-on;
 48         };                                         48         };
 49 };                                                 49 };
 50                                                    50 
 51 &hsusb_phy {                                       51 &hsusb_phy {
 52         vdd-supply = <&pm8953_l3>;                 52         vdd-supply = <&pm8953_l3>;
 53         vdda-pll-supply = <&pm8953_l7>;            53         vdda-pll-supply = <&pm8953_l7>;
 54         vdda-phy-dpdm-supply = <&pm8953_l13>;      54         vdda-phy-dpdm-supply = <&pm8953_l13>;
 55                                                    55 
 56         status = "okay";                           56         status = "okay";
 57 };                                                 57 };
 58                                                    58 
 59 &i2c_3 {                                           59 &i2c_3 {
 60         status = "okay";                           60         status = "okay";
 61                                                    61 
 62         touchscreen@38 {                           62         touchscreen@38 {
 63                 compatible = "edt,edt-ft5406";     63                 compatible = "edt,edt-ft5406";
 64                 reg = <0x38>;                      64                 reg = <0x38>;
 65                 interrupt-parent = <&tlmm>;        65                 interrupt-parent = <&tlmm>;
 66                 interrupts = <65 IRQ_TYPE_EDGE     66                 interrupts = <65 IRQ_TYPE_EDGE_FALLING>;
 67                 vcc-supply = <&pm8953_l10>;        67                 vcc-supply = <&pm8953_l10>;
 68                                                    68 
 69                 pinctrl-names = "default";         69                 pinctrl-names = "default";
 70                 pinctrl-0 = <&ts_int_active &t     70                 pinctrl-0 = <&ts_int_active &ts_reset_active>;
 71                                                    71 
 72                 reset-gpios = <&tlmm 64 GPIO_A     72                 reset-gpios = <&tlmm 64 GPIO_ACTIVE_LOW>;
 73                 touchscreen-size-x = <1080>;       73                 touchscreen-size-x = <1080>;
 74                 touchscreen-size-y = <2160>;       74                 touchscreen-size-y = <2160>;
 75         };                                         75         };
 76 };                                                 76 };
 77                                                    77 
 78 &pm8953_resin {                                    78 &pm8953_resin {
 79         linux,code = <KEY_VOLUMEDOWN>;             79         linux,code = <KEY_VOLUMEDOWN>;
 80         status = "okay";                           80         status = "okay";
 81 };                                                 81 };
 82                                                    82 
 83 &pmi8950_wled {                                    83 &pmi8950_wled {
 84         qcom,num-strings = <3>;                    84         qcom,num-strings = <3>;
 85         qcom,external-pfet;                        85         qcom,external-pfet;
 86         qcom,cabc;                                 86         qcom,cabc;
 87                                                    87 
 88         status = "okay";                           88         status = "okay";
 89 };                                                 89 };
 90                                                    90 
 91 &rpm_requests {                                    91 &rpm_requests {
 92         regulators {                               92         regulators {
 93                 compatible = "qcom,rpm-pm8953-     93                 compatible = "qcom,rpm-pm8953-regulators";
 94                                                    94 
 95                 vdd_s1-supply = <&vph_pwr>;        95                 vdd_s1-supply = <&vph_pwr>;
 96                 vdd_s2-supply = <&vph_pwr>;        96                 vdd_s2-supply = <&vph_pwr>;
 97                 vdd_s3-supply = <&vph_pwr>;        97                 vdd_s3-supply = <&vph_pwr>;
 98                 vdd_s4-supply = <&vph_pwr>;        98                 vdd_s4-supply = <&vph_pwr>;
 99                 vdd_s5-supply = <&vph_pwr>;        99                 vdd_s5-supply = <&vph_pwr>;
100                 vdd_s6-supply = <&vph_pwr>;       100                 vdd_s6-supply = <&vph_pwr>;
101                 vdd_s7-supply = <&vph_pwr>;       101                 vdd_s7-supply = <&vph_pwr>;
102                 vdd_l1-supply = <&pm8953_s3>;     102                 vdd_l1-supply = <&pm8953_s3>;
103                 vdd_l2_l3-supply = <&pm8953_s3    103                 vdd_l2_l3-supply = <&pm8953_s3>;
104                 vdd_l4_l5_l6_l7_l16_l19-supply    104                 vdd_l4_l5_l6_l7_l16_l19-supply = <&pm8953_s4>;
105                 vdd_l8_l11_l12_l13_l14_l15-sup    105                 vdd_l8_l11_l12_l13_l14_l15-supply = <&vph_pwr>;
106                 vdd_l9_l10_l17_l18_l22-supply     106                 vdd_l9_l10_l17_l18_l22-supply = <&vph_pwr>;
107                                                   107 
108                 pm8953_s1: s1 {                   108                 pm8953_s1: s1 {
109                         regulator-min-microvol    109                         regulator-min-microvolt = <795000>;
110                         regulator-max-microvol    110                         regulator-max-microvolt = <1081000>;
111                 };                                111                 };
112                                                   112 
113                 pm8953_s3: s3 {                   113                 pm8953_s3: s3 {
114                         regulator-min-microvol    114                         regulator-min-microvolt = <1224000>;
115                         regulator-max-microvol    115                         regulator-max-microvolt = <1224000>;
116                 };                                116                 };
117                                                   117 
118                 pm8953_s4: s4 {                   118                 pm8953_s4: s4 {
119                         regulator-min-microvol    119                         regulator-min-microvolt = <1900000>;
120                         regulator-max-microvol    120                         regulator-max-microvolt = <2050000>;
121                 };                                121                 };
122                                                   122 
123                 pm8953_l1: l1 {                   123                 pm8953_l1: l1 {
124                         regulator-min-microvol    124                         regulator-min-microvolt = <1000000>;
125                         regulator-max-microvol    125                         regulator-max-microvolt = <1100000>;
126                 };                                126                 };
127                                                   127 
128                 pm8953_l2: l2 {                   128                 pm8953_l2: l2 {
129                         regulator-min-microvol    129                         regulator-min-microvolt = <975000>;
130                         regulator-max-microvol    130                         regulator-max-microvolt = <1225000>;
131                 };                                131                 };
132                                                   132 
133                 pm8953_l3: l3 {                   133                 pm8953_l3: l3 {
134                         regulator-min-microvol    134                         regulator-min-microvolt = <925000>;
135                         regulator-max-microvol    135                         regulator-max-microvolt = <925000>;
136                 };                                136                 };
137                                                   137 
138                 pm8953_l5: l5 {                   138                 pm8953_l5: l5 {
139                         regulator-min-microvol    139                         regulator-min-microvolt = <1800000>;
140                         regulator-max-microvol    140                         regulator-max-microvolt = <1800000>;
141                 };                                141                 };
142                                                   142 
143                 pm8953_l6: l6 {                   143                 pm8953_l6: l6 {
144                         regulator-min-microvol    144                         regulator-min-microvolt = <1800000>;
145                         regulator-max-microvol    145                         regulator-max-microvolt = <1800000>;
146                 };                                146                 };
147                                                   147 
148                 pm8953_l7: l7 {                   148                 pm8953_l7: l7 {
149                         regulator-min-microvol    149                         regulator-min-microvolt = <1800000>;
150                         regulator-max-microvol    150                         regulator-max-microvolt = <1900000>;
151                 };                                151                 };
152                                                   152 
153                 pm8953_l8: l8 {                   153                 pm8953_l8: l8 {
154                         regulator-min-microvol    154                         regulator-min-microvolt = <2900000>;
155                         regulator-max-microvol    155                         regulator-max-microvolt = <2900000>;
156                 };                                156                 };
157                                                   157 
158                 pm8953_l9: l9 {                   158                 pm8953_l9: l9 {
159                         regulator-min-microvol    159                         regulator-min-microvolt = <3000000>;
160                         regulator-max-microvol    160                         regulator-max-microvolt = <3300000>;
161                 };                                161                 };
162                                                   162 
163                 pm8953_l10: l10 {                 163                 pm8953_l10: l10 {
164                         regulator-min-microvol    164                         regulator-min-microvolt = <2850000>;
165                         regulator-max-microvol    165                         regulator-max-microvolt = <2850000>;
166                 };                                166                 };
167                                                   167 
168                 pm8953_l11: l11 {                 168                 pm8953_l11: l11 {
169                         regulator-min-microvol    169                         regulator-min-microvolt = <2950000>;
170                         regulator-max-microvol    170                         regulator-max-microvolt = <2950000>;
171                 };                                171                 };
172                                                   172 
173                 pm8953_l12: l12 {                 173                 pm8953_l12: l12 {
174                         regulator-min-microvol    174                         regulator-min-microvolt = <1800000>;
175                         regulator-max-microvol    175                         regulator-max-microvolt = <2950000>;
176                 };                                176                 };
177                                                   177 
178                 pm8953_l13: l13 {                 178                 pm8953_l13: l13 {
179                         regulator-min-microvol    179                         regulator-min-microvolt = <3125000>;
180                         regulator-max-microvol    180                         regulator-max-microvolt = <3125000>;
181                 };                                181                 };
182                                                   182 
183                 pm8953_l16: l16 {                 183                 pm8953_l16: l16 {
184                         regulator-min-microvol    184                         regulator-min-microvolt = <1800000>;
185                         regulator-max-microvol    185                         regulator-max-microvolt = <1800000>;
186                 };                                186                 };
187                                                   187 
188                 pm8953_l17: l17 {                 188                 pm8953_l17: l17 {
189                         regulator-min-microvol    189                         regulator-min-microvolt = <2850000>;
190                         regulator-max-microvol    190                         regulator-max-microvolt = <2850000>;
191                 };                                191                 };
192                                                   192 
193                 pm8953_l19: l19 {                 193                 pm8953_l19: l19 {
194                         regulator-min-microvol    194                         regulator-min-microvolt = <1200000>;
195                         regulator-max-microvol    195                         regulator-max-microvolt = <1350000>;
196                 };                                196                 };
197                                                   197 
198                 pm8953_l22: l22 {                 198                 pm8953_l22: l22 {
199                         regulator-min-microvol    199                         regulator-min-microvolt = <2800000>;
200                         regulator-max-microvol    200                         regulator-max-microvolt = <2850000>;
201                 };                                201                 };
202                                                   202 
203                 pm8953_l23: l23 {                 203                 pm8953_l23: l23 {
204                         regulator-min-microvol    204                         regulator-min-microvolt = <975000>;
205                         regulator-max-microvol    205                         regulator-max-microvolt = <1225000>;
206                 };                                206                 };
207         };                                        207         };
208 };                                                208 };
209                                                   209 
210 &sdhc_1 {                                         210 &sdhc_1 {
211         vmmc-supply = <&pm8953_l8>;               211         vmmc-supply = <&pm8953_l8>;
212         vqmmc-supply = <&pm8953_l5>;              212         vqmmc-supply = <&pm8953_l5>;
213                                                   213 
214         status = "okay";                          214         status = "okay";
215 };                                                215 };
216                                                   216 
217 &sdhc_2 {                                         217 &sdhc_2 {
218         vmmc-supply = <&pm8953_l11>;              218         vmmc-supply = <&pm8953_l11>;
219         vqmmc-supply = <&pm8953_l12>;             219         vqmmc-supply = <&pm8953_l12>;
220                                                   220 
221         pinctrl-names = "default", "sleep";       221         pinctrl-names = "default", "sleep";
222         pinctrl-0 = <&sdc2_clk_on &sdc2_cmd_on    222         pinctrl-0 = <&sdc2_clk_on &sdc2_cmd_on &sdc2_data_on &sdc2_cd_off>;
223         pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_o    223         pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off &sdc2_cd_off>;
224                                                   224 
225         status = "okay";                          225         status = "okay";
226 };                                                226 };
227                                                   227 
228 &tlmm {                                           228 &tlmm {
229         gpio-reserved-ranges = <95 5>, <111 1>    229         gpio-reserved-ranges = <95 5>, <111 1>, <126 1>;
230                                                   230 
231         ts_int_active: ts-int-active-state {      231         ts_int_active: ts-int-active-state {
232                 pins = "gpio65";                  232                 pins = "gpio65";
233                 function = "gpio";                233                 function = "gpio";
234                 drive-strength = <8>;             234                 drive-strength = <8>;
235                 bias-pull-up;                     235                 bias-pull-up;
236         };                                        236         };
237                                                   237 
238         ts_reset_active: ts-reset-active-state    238         ts_reset_active: ts-reset-active-state {
239                 pins = "gpio64";                  239                 pins = "gpio64";
240                 function = "gpio";                240                 function = "gpio";
241                 drive-strength = <0x08>;          241                 drive-strength = <0x08>;
242                 bias-pull-up;                     242                 bias-pull-up;
243         };                                        243         };
244 };                                                244 };
245                                                   245 
246 &usb3 {                                           246 &usb3 {
247         status = "okay";                          247         status = "okay";
248 };                                                248 };
249                                                   249 
250 &usb3_dwc3 {                                      250 &usb3_dwc3 {
251         /delete-property/ usb-role-switch;        251         /delete-property/ usb-role-switch;
252         dr_mode = "peripheral";                   252         dr_mode = "peripheral";
253 };                                                253 };
                                                      

~ [ 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