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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/mediatek/mt8173-elm.dtsi

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/mediatek/mt8173-elm.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/mediatek/mt8173-elm.dtsi (Version linux-6.5.13)


  1 // SPDX-License-Identifier: GPL-2.0-only            1 // SPDX-License-Identifier: GPL-2.0-only
  2 /*                                                  2 /*
  3  * Copyright 2016 MediaTek Inc.                     3  * Copyright 2016 MediaTek Inc.
  4  */                                                 4  */
  5                                                     5 
  6 #include <dt-bindings/input/input.h>                6 #include <dt-bindings/input/input.h>
  7 #include <dt-bindings/input/linux-event-codes.      7 #include <dt-bindings/input/linux-event-codes.h>
  8 #include <dt-bindings/regulator/dlg,da9211-reg      8 #include <dt-bindings/regulator/dlg,da9211-regulator.h>
  9 #include <dt-bindings/gpio/gpio.h>                  9 #include <dt-bindings/gpio/gpio.h>
 10 #include "mt8173.dtsi"                             10 #include "mt8173.dtsi"
 11                                                    11 
 12 / {                                                12 / {
 13         aliases {                                  13         aliases {
 14                 mmc0 = &mmc0;                      14                 mmc0 = &mmc0;
 15                 mmc1 = &mmc1;                      15                 mmc1 = &mmc1;
 16                 mmc2 = &mmc3;                      16                 mmc2 = &mmc3;
 17         };                                         17         };
 18                                                    18 
 19         memory@40000000 {                          19         memory@40000000 {
 20                 device_type = "memory";            20                 device_type = "memory";
 21                 reg = <0 0x40000000 0 0x800000     21                 reg = <0 0x40000000 0 0x80000000>;
 22         };                                         22         };
 23                                                    23 
 24         backlight: backlight {                     24         backlight: backlight {
 25                 compatible = "pwm-backlight";      25                 compatible = "pwm-backlight";
 26                 pwms = <&pwm0 0 1000000>;          26                 pwms = <&pwm0 0 1000000>;
 27                 power-supply = <&bl_fixed_reg>     27                 power-supply = <&bl_fixed_reg>;
 28                 enable-gpios = <&pio 95 GPIO_A     28                 enable-gpios = <&pio 95 GPIO_ACTIVE_HIGH>;
 29                                                    29 
 30                 pinctrl-names = "default";         30                 pinctrl-names = "default";
 31                 pinctrl-0 = <&panel_backlight_     31                 pinctrl-0 = <&panel_backlight_en_pins>;
 32                 status = "okay";                   32                 status = "okay";
 33         };                                         33         };
 34                                                    34 
 35         bl_fixed_reg: fixedregulator2 {            35         bl_fixed_reg: fixedregulator2 {
 36                 compatible = "regulator-fixed"     36                 compatible = "regulator-fixed";
 37                 regulator-name = "bl_fixed";       37                 regulator-name = "bl_fixed";
 38                 regulator-min-microvolt = <180     38                 regulator-min-microvolt = <1800000>;
 39                 regulator-max-microvolt = <180     39                 regulator-max-microvolt = <1800000>;
 40                 startup-delay-us = <1000>;         40                 startup-delay-us = <1000>;
 41                 enable-active-high;                41                 enable-active-high;
 42                 gpio = <&pio 32 GPIO_ACTIVE_HI     42                 gpio = <&pio 32 GPIO_ACTIVE_HIGH>;
 43                 pinctrl-names = "default";         43                 pinctrl-names = "default";
 44                 pinctrl-0 = <&bl_fixed_pins>;      44                 pinctrl-0 = <&bl_fixed_pins>;
 45         };                                         45         };
 46                                                    46 
 47         chosen {                                   47         chosen {
 48                 stdout-path = "serial0:115200n     48                 stdout-path = "serial0:115200n8";
 49         };                                         49         };
 50                                                    50 
 51         gpio_keys: gpio-keys {                     51         gpio_keys: gpio-keys {
 52                 compatible = "gpio-keys";          52                 compatible = "gpio-keys";
 53                 pinctrl-names = "default";         53                 pinctrl-names = "default";
 54                 pinctrl-0 = <&gpio_keys_pins>;     54                 pinctrl-0 = <&gpio_keys_pins>;
 55                                                    55 
 56                 switch-lid {                       56                 switch-lid {
 57                         label = "Lid";             57                         label = "Lid";
 58                         gpios = <&pio 69 GPIO_     58                         gpios = <&pio 69 GPIO_ACTIVE_LOW>;
 59                         linux,code = <SW_LID>;     59                         linux,code = <SW_LID>;
 60                         linux,input-type = <EV     60                         linux,input-type = <EV_SW>;
 61                         wakeup-source;             61                         wakeup-source;
 62                 };                                 62                 };
 63                                                    63 
 64                 switch-power {                     64                 switch-power {
 65                         label = "Power";           65                         label = "Power";
 66                         gpios = <&pio 14 GPIO_     66                         gpios = <&pio 14 GPIO_ACTIVE_HIGH>;
 67                         linux,code = <KEY_POWE     67                         linux,code = <KEY_POWER>;
 68                         debounce-interval = <3     68                         debounce-interval = <30>;
 69                         wakeup-source;             69                         wakeup-source;
 70                 };                                 70                 };
 71                                                    71 
 72                 switch-tablet-mode {               72                 switch-tablet-mode {
 73                         label = "Tablet_mode";     73                         label = "Tablet_mode";
 74                         gpios = <&pio 121 GPIO     74                         gpios = <&pio 121 GPIO_ACTIVE_HIGH>;
 75                         linux,code = <SW_TABLE     75                         linux,code = <SW_TABLET_MODE>;
 76                         linux,input-type = <EV     76                         linux,input-type = <EV_SW>;
 77                         wakeup-source;             77                         wakeup-source;
 78                 };                                 78                 };
 79                                                    79 
 80                 switch-volume-down {               80                 switch-volume-down {
 81                         label = "Volume_down";     81                         label = "Volume_down";
 82                         gpios = <&pio 123 GPIO     82                         gpios = <&pio 123 GPIO_ACTIVE_LOW>;
 83                         linux,code = <KEY_VOLU     83                         linux,code = <KEY_VOLUMEDOWN>;
 84                 };                                 84                 };
 85                                                    85 
 86                 switch-volume-up {                 86                 switch-volume-up {
 87                         label = "Volume_up";       87                         label = "Volume_up";
 88                         gpios = <&pio 124 GPIO     88                         gpios = <&pio 124 GPIO_ACTIVE_LOW>;
 89                         linux,code = <KEY_VOLU     89                         linux,code = <KEY_VOLUMEUP>;
 90                 };                                 90                 };
 91         };                                         91         };
 92                                                    92 
 93         panel_fixed_3v3: regulator1 {              93         panel_fixed_3v3: regulator1 {
 94                 compatible = "regulator-fixed"     94                 compatible = "regulator-fixed";
 95                 regulator-name = "PANEL_3V3";      95                 regulator-name = "PANEL_3V3";
 96                 regulator-min-microvolt = <330     96                 regulator-min-microvolt = <3300000>;
 97                 regulator-max-microvolt = <330     97                 regulator-max-microvolt = <3300000>;
 98                 enable-active-high;                98                 enable-active-high;
 99                 regulator-boot-on;                 99                 regulator-boot-on;
100                 off-on-delay-us = <500000>;       100                 off-on-delay-us = <500000>;
101                 gpio = <&pio 41 GPIO_ACTIVE_HI    101                 gpio = <&pio 41 GPIO_ACTIVE_HIGH>;
102                 pinctrl-names = "default";        102                 pinctrl-names = "default";
103                 pinctrl-0 = <&panel_fixed_pins    103                 pinctrl-0 = <&panel_fixed_pins>;
104         };                                        104         };
105                                                   105 
106         ps8640_fixed_1v2: regulator2 {            106         ps8640_fixed_1v2: regulator2 {
107                 compatible = "regulator-fixed"    107                 compatible = "regulator-fixed";
108                 regulator-name = "PS8640_1V2";    108                 regulator-name = "PS8640_1V2";
109                 regulator-min-microvolt = <120    109                 regulator-min-microvolt = <1200000>;
110                 regulator-max-microvolt = <120    110                 regulator-max-microvolt = <1200000>;
111                 regulator-enable-ramp-delay =     111                 regulator-enable-ramp-delay = <2000>;
112                 enable-active-high;               112                 enable-active-high;
113                 regulator-boot-on;                113                 regulator-boot-on;
114                 gpio = <&pio 30 GPIO_ACTIVE_HI    114                 gpio = <&pio 30 GPIO_ACTIVE_HIGH>;
115                 pinctrl-names = "default";        115                 pinctrl-names = "default";
116                 pinctrl-0 = <&ps8640_fixed_pin    116                 pinctrl-0 = <&ps8640_fixed_pins>;
117         };                                        117         };
118                                                   118 
119         sdio_fixed_3v3: fixedregulator0 {         119         sdio_fixed_3v3: fixedregulator0 {
120                 compatible = "regulator-fixed"    120                 compatible = "regulator-fixed";
121                 regulator-name = "3V3";           121                 regulator-name = "3V3";
122                 regulator-min-microvolt = <330    122                 regulator-min-microvolt = <3300000>;
123                 regulator-max-microvolt = <330    123                 regulator-max-microvolt = <3300000>;
124                 gpio = <&pio 85 GPIO_ACTIVE_HI    124                 gpio = <&pio 85 GPIO_ACTIVE_HIGH>;
125                 pinctrl-names = "default";        125                 pinctrl-names = "default";
126                 pinctrl-0 = <&sdio_fixed_3v3_p    126                 pinctrl-0 = <&sdio_fixed_3v3_pins>;
127         };                                        127         };
128                                                   128 
129         sound: sound {                            129         sound: sound {
130                 compatible = "mediatek,mt8173-    130                 compatible = "mediatek,mt8173-rt5650";
131                 mediatek,audio-codec = <&rt565    131                 mediatek,audio-codec = <&rt5650 &hdmi0>;
132                 mediatek,platform = <&afe>;       132                 mediatek,platform = <&afe>;
133                 pinctrl-names = "default";        133                 pinctrl-names = "default";
134                 pinctrl-0 = <&aud_i2s2>;          134                 pinctrl-0 = <&aud_i2s2>;
135                                                   135 
136                 mediatek,mclk = <1>;              136                 mediatek,mclk = <1>;
137                 codec-capture {                   137                 codec-capture {
138                         sound-dai = <&rt5650 1    138                         sound-dai = <&rt5650 1>;
139                 };                                139                 };
140         };                                        140         };
141                                                   141 
142         hdmicon: connector {                      142         hdmicon: connector {
143                 compatible = "hdmi-connector";    143                 compatible = "hdmi-connector";
144                 label = "hdmi";                   144                 label = "hdmi";
145                 type = "a";                       145                 type = "a";
146                 ddc-i2c-bus = <&hdmiddc0>;        146                 ddc-i2c-bus = <&hdmiddc0>;
147                                                   147 
148                 port {                            148                 port {
149                         hdmi_connector_in: end    149                         hdmi_connector_in: endpoint {
150                                 remote-endpoin    150                                 remote-endpoint = <&hdmi0_out>;
151                         };                        151                         };
152                 };                                152                 };
153         };                                        153         };
154                                                   154 
155         watchdog {                                155         watchdog {
156                 compatible = "arm,smc-wdt";       156                 compatible = "arm,smc-wdt";
157         };                                        157         };
158 };                                                158 };
159                                                   159 
160 /*                                                160 /*
161  * Disable the original MMIO watch dog and swi    161  * Disable the original MMIO watch dog and switch to the SMC watchdog, which
162  * operates on the same MMIO.                     162  * operates on the same MMIO.
163  */                                               163  */
164 &watchdog {                                       164 &watchdog {
165         status = "disabled";                      165         status = "disabled";
166 };                                                166 };
167                                                   167 
168 &mfg_async {                                      168 &mfg_async {
169         domain-supply = <&da9211_vgpu_reg>;       169         domain-supply = <&da9211_vgpu_reg>;
170 };                                                170 };
171                                                   171 
172 &cec {                                            172 &cec {
173         status = "okay";                          173         status = "okay";
174 };                                                174 };
175                                                   175 
176 &cpu0 {                                           176 &cpu0 {
177         proc-supply = <&mt6397_vpca15_reg>;       177         proc-supply = <&mt6397_vpca15_reg>;
178 };                                                178 };
179                                                   179 
180 &cpu1 {                                           180 &cpu1 {
181         proc-supply = <&mt6397_vpca15_reg>;       181         proc-supply = <&mt6397_vpca15_reg>;
182 };                                                182 };
183                                                   183 
184 &cpu2 {                                           184 &cpu2 {
185         proc-supply = <&da9211_vcpu_reg>;         185         proc-supply = <&da9211_vcpu_reg>;
186         sram-supply = <&mt6397_vsramca7_reg>;     186         sram-supply = <&mt6397_vsramca7_reg>;
187 };                                                187 };
188                                                   188 
189 &cpu3 {                                           189 &cpu3 {
190         proc-supply = <&da9211_vcpu_reg>;         190         proc-supply = <&da9211_vcpu_reg>;
191         sram-supply = <&mt6397_vsramca7_reg>;     191         sram-supply = <&mt6397_vsramca7_reg>;
192 };                                                192 };
193                                                   193 
194 &cpu_thermal {                                    194 &cpu_thermal {
195         sustainable-power = <4500>; /* milliwa    195         sustainable-power = <4500>; /* milliwatts */
196         trips {                                   196         trips {
197                 threshold: trip-point0 {          197                 threshold: trip-point0 {
198                         temperature = <60000>;    198                         temperature = <60000>;
199                 };                                199                 };
200                                                   200 
201                 target: trip-point1 {             201                 target: trip-point1 {
202                         temperature = <65000>;    202                         temperature = <65000>;
203                 };                                203                 };
204         };                                        204         };
205 };                                                205 };
206                                                   206 
207 &dsi0 {                                           207 &dsi0 {
208         status = "okay";                          208         status = "okay";
209         ports {                                   209         ports {
210                 port {                            210                 port {
211                         dsi0_out: endpoint {      211                         dsi0_out: endpoint {
212                                 remote-endpoin    212                                 remote-endpoint = <&ps8640_in>;
213                         };                        213                         };
214                 };                                214                 };
215         };                                        215         };
216 };                                                216 };
217                                                   217 
218 &dpi0 {                                           218 &dpi0 {
219         status = "okay";                          219         status = "okay";
220 };                                                220 };
221                                                   221 
222 &hdmi0 {                                          222 &hdmi0 {
223         status = "okay";                          223         status = "okay";
224         ports {                                   224         ports {
225                 port@1 {                          225                 port@1 {
226                         reg = <1>;                226                         reg = <1>;
227                                                   227 
228                         hdmi0_out: endpoint {     228                         hdmi0_out: endpoint {
229                                 remote-endpoin    229                                 remote-endpoint = <&hdmi_connector_in>;
230                         };                        230                         };
231                 };                                231                 };
232         };                                        232         };
233 };                                                233 };
234                                                   234 
235 &hdmi_phy {                                       235 &hdmi_phy {
236         status = "okay";                          236         status = "okay";
237         mediatek,ibias = <0xc>;                   237         mediatek,ibias = <0xc>;
238 };                                                238 };
239                                                   239 
240 &i2c0 {                                           240 &i2c0 {
241         status = "okay";                          241         status = "okay";
242                                                   242 
243         rt5650: audio-codec@1a {                  243         rt5650: audio-codec@1a {
244                 compatible = "realtek,rt5650";    244                 compatible = "realtek,rt5650";
245                 reg = <0x1a>;                     245                 reg = <0x1a>;
246                 avdd-supply = <&mt6397_vgp1_re    246                 avdd-supply = <&mt6397_vgp1_reg>;
247                 cpvdd-supply = <&mt6397_vcama_    247                 cpvdd-supply = <&mt6397_vcama_reg>;
248                 interrupts-extended = <&pio 3  !! 248                 interrupt-parent = <&pio>;
                                                   >> 249                 interrupts = <3 IRQ_TYPE_EDGE_BOTH>;
249                 pinctrl-names = "default";        250                 pinctrl-names = "default";
250                 pinctrl-0 = <&rt5650_irq>;        251                 pinctrl-0 = <&rt5650_irq>;
251                 #sound-dai-cells = <1>;           252                 #sound-dai-cells = <1>;
252                 realtek,dmic1-data-pin = <2>;     253                 realtek,dmic1-data-pin = <2>;
253                 realtek,jd-mode = <2>;            254                 realtek,jd-mode = <2>;
254         };                                        255         };
255                                                   256 
256         ps8640: edp-bridge@8 {                    257         ps8640: edp-bridge@8 {
257                 compatible = "parade,ps8640";     258                 compatible = "parade,ps8640";
258                 reg = <0x8>;                      259                 reg = <0x8>;
259                 powerdown-gpios = <&pio 127 GP    260                 powerdown-gpios = <&pio 127 GPIO_ACTIVE_LOW>;
260                 reset-gpios = <&pio 115 GPIO_A    261                 reset-gpios = <&pio 115 GPIO_ACTIVE_LOW>;
261                 pinctrl-names = "default";        262                 pinctrl-names = "default";
262                 pinctrl-0 = <&ps8640_pins>;       263                 pinctrl-0 = <&ps8640_pins>;
263                 vdd12-supply = <&ps8640_fixed_    264                 vdd12-supply = <&ps8640_fixed_1v2>;
264                 vdd33-supply = <&mt6397_vgp2_r    265                 vdd33-supply = <&mt6397_vgp2_reg>;
265                                                   266 
266                 ports {                           267                 ports {
267                         #address-cells = <1>;     268                         #address-cells = <1>;
268                         #size-cells = <0>;        269                         #size-cells = <0>;
269                                                   270 
270                         port@0 {                  271                         port@0 {
271                                 reg = <0>;        272                                 reg = <0>;
272                                                   273 
273                                 ps8640_in: end    274                                 ps8640_in: endpoint {
274                                         remote    275                                         remote-endpoint = <&dsi0_out>;
275                                 };                276                                 };
276                         };                        277                         };
277                                                   278 
278                         port@1 {                  279                         port@1 {
279                                 reg = <1>;        280                                 reg = <1>;
280                                                   281 
281                                 ps8640_out: en    282                                 ps8640_out: endpoint {
282                                         remote    283                                         remote-endpoint = <&panel_in>;
283                                 };                284                                 };
284                         };                        285                         };
285                 };                                286                 };
286                                                   287 
287                 aux-bus {                         288                 aux-bus {
288                         panel: panel {            289                         panel: panel {
289                                 compatible = "    290                                 compatible = "edp-panel";
290                                 power-supply =    291                                 power-supply = <&panel_fixed_3v3>;
291                                 backlight = <&    292                                 backlight = <&backlight>;
292                                                   293 
293                                 port {            294                                 port {
294                                         panel_    295                                         panel_in: endpoint {
295                                                   296                                                 remote-endpoint = <&ps8640_out>;
296                                         };        297                                         };
297                                 };                298                                 };
298                         };                        299                         };
299                 };                                300                 };
300         };                                        301         };
301 };                                                302 };
302                                                   303 
303 &i2c1 {                                           304 &i2c1 {
304         clock-frequency = <1500000>;              305         clock-frequency = <1500000>;
305         status = "okay";                          306         status = "okay";
306                                                   307 
307         da9211: da9211@68 {                       308         da9211: da9211@68 {
308                 compatible = "dlg,da9211";        309                 compatible = "dlg,da9211";
309                 reg = <0x68>;                     310                 reg = <0x68>;
310                 interrupts-extended = <&pio 15 !! 311                 interrupt-parent = <&pio>;
                                                   >> 312                 interrupts = <15 IRQ_TYPE_LEVEL_LOW>;
311                                                   313 
312                 regulators {                      314                 regulators {
313                         da9211_vcpu_reg: BUCKA    315                         da9211_vcpu_reg: BUCKA {
314                                 regulator-name    316                                 regulator-name = "VBUCKA";
315                                 regulator-min-    317                                 regulator-min-microvolt = < 700000>;
316                                 regulator-max-    318                                 regulator-max-microvolt = <1310000>;
317                                 regulator-min-    319                                 regulator-min-microamp = <2000000>;
318                                 regulator-max-    320                                 regulator-max-microamp = <4400000>;
319                                 regulator-ramp    321                                 regulator-ramp-delay = <10000>;
320                                 regulator-alwa    322                                 regulator-always-on;
321                                 regulator-allo    323                                 regulator-allowed-modes = <DA9211_BUCK_MODE_SYNC
322                                                   324                                                            DA9211_BUCK_MODE_AUTO>;
323                         };                        325                         };
324                                                   326 
325                         da9211_vgpu_reg: BUCKB    327                         da9211_vgpu_reg: BUCKB {
326                                 regulator-name    328                                 regulator-name = "VBUCKB";
327                                 regulator-min-    329                                 regulator-min-microvolt = < 700000>;
328                                 regulator-max-    330                                 regulator-max-microvolt = <1310000>;
329                                 regulator-min-    331                                 regulator-min-microamp = <2000000>;
330                                 regulator-max-    332                                 regulator-max-microamp = <3000000>;
331                                 regulator-ramp    333                                 regulator-ramp-delay = <10000>;
332                         };                        334                         };
333                 };                                335                 };
334         };                                        336         };
335 };                                                337 };
336                                                   338 
337 &i2c2 {                                           339 &i2c2 {
338         status = "okay";                          340         status = "okay";
339                                                   341 
340         tpm: tpm@20 {                             342         tpm: tpm@20 {
341                 compatible = "infineon,slb9645    343                 compatible = "infineon,slb9645tt";
342                 reg = <0x20>;                     344                 reg = <0x20>;
343                 powered-while-suspended;          345                 powered-while-suspended;
344         };                                        346         };
345 };                                                347 };
346                                                   348 
347 &i2c3 {                                           349 &i2c3 {
348         clock-frequency = <400000>;               350         clock-frequency = <400000>;
349         status = "okay";                          351         status = "okay";
350                                                   352 
351         touchscreen: touchscreen@10 {             353         touchscreen: touchscreen@10 {
352                 compatible = "elan,ekth3500";     354                 compatible = "elan,ekth3500";
353                 reg = <0x10>;                     355                 reg = <0x10>;
354                 interrupts-extended = <&pio 88 !! 356                 interrupt-parent = <&pio>;
                                                   >> 357                 interrupts = <88 IRQ_TYPE_LEVEL_LOW>;
355         };                                        358         };
356 };                                                359 };
357                                                   360 
358 &i2c4 {                                           361 &i2c4 {
359         clock-frequency = <400000>;               362         clock-frequency = <400000>;
360         status = "okay";                          363         status = "okay";
361         pinctrl-names = "default";                364         pinctrl-names = "default";
362         pinctrl-0 = <&trackpad_irq>;              365         pinctrl-0 = <&trackpad_irq>;
363                                                   366 
364         trackpad: trackpad@15 {                   367         trackpad: trackpad@15 {
365                 compatible = "elan,ekth3000";     368                 compatible = "elan,ekth3000";
366                 interrupts-extended = <&pio 11 !! 369                 interrupt-parent = <&pio>;
                                                   >> 370                 interrupts = <117 IRQ_TYPE_LEVEL_LOW>;
367                 reg = <0x15>;                     371                 reg = <0x15>;
368                 vcc-supply = <&mt6397_vgp6_reg    372                 vcc-supply = <&mt6397_vgp6_reg>;
369                 wakeup-source;                    373                 wakeup-source;
370         };                                        374         };
371 };                                                375 };
372                                                   376 
373 &mipi_tx0 {                                       377 &mipi_tx0 {
374         status = "okay";                          378         status = "okay";
375 };                                                379 };
376                                                   380 
377 &mmc0 {                                           381 &mmc0 {
378         status = "okay";                          382         status = "okay";
379         pinctrl-names = "default", "state_uhs"    383         pinctrl-names = "default", "state_uhs";
380         pinctrl-0 = <&mmc0_pins_default>;         384         pinctrl-0 = <&mmc0_pins_default>;
381         pinctrl-1 = <&mmc0_pins_uhs>;             385         pinctrl-1 = <&mmc0_pins_uhs>;
382         bus-width = <8>;                          386         bus-width = <8>;
383         max-frequency = <200000000>;              387         max-frequency = <200000000>;
384         cap-mmc-highspeed;                        388         cap-mmc-highspeed;
385         mmc-hs200-1_8v;                           389         mmc-hs200-1_8v;
386         mmc-hs400-1_8v;                           390         mmc-hs400-1_8v;
387         cap-mmc-hw-reset;                         391         cap-mmc-hw-reset;
388         hs400-ds-delay = <0x14015>;               392         hs400-ds-delay = <0x14015>;
389         mediatek,hs200-cmd-int-delay = <30>;      393         mediatek,hs200-cmd-int-delay = <30>;
390         mediatek,hs400-cmd-int-delay = <14>;      394         mediatek,hs400-cmd-int-delay = <14>;
391         mediatek,hs400-cmd-resp-sel-rising;       395         mediatek,hs400-cmd-resp-sel-rising;
392         vmmc-supply = <&mt6397_vemc_3v3_reg>;     396         vmmc-supply = <&mt6397_vemc_3v3_reg>;
393         vqmmc-supply = <&mt6397_vio18_reg>;       397         vqmmc-supply = <&mt6397_vio18_reg>;
394         assigned-clocks = <&topckgen CLK_TOP_M    398         assigned-clocks = <&topckgen CLK_TOP_MSDC50_0_SEL>;
395         assigned-clock-parents = <&topckgen CL    399         assigned-clock-parents = <&topckgen CLK_TOP_MSDCPLL_D2>;
396         non-removable;                            400         non-removable;
397 };                                                401 };
398                                                   402 
399 &mmc1 {                                           403 &mmc1 {
400         status = "okay";                          404         status = "okay";
401         pinctrl-names = "default", "state_uhs"    405         pinctrl-names = "default", "state_uhs";
402         pinctrl-0 = <&mmc1_pins_default>;         406         pinctrl-0 = <&mmc1_pins_default>;
403         pinctrl-1 = <&mmc1_pins_uhs>;             407         pinctrl-1 = <&mmc1_pins_uhs>;
404         bus-width = <4>;                          408         bus-width = <4>;
405         max-frequency = <200000000>;              409         max-frequency = <200000000>;
406         cap-sd-highspeed;                         410         cap-sd-highspeed;
407         sd-uhs-sdr50;                             411         sd-uhs-sdr50;
408         sd-uhs-sdr104;                            412         sd-uhs-sdr104;
409         cd-gpios = <&pio 1 GPIO_ACTIVE_LOW>;      413         cd-gpios = <&pio 1 GPIO_ACTIVE_LOW>;
410         vmmc-supply = <&mt6397_vmch_reg>;         414         vmmc-supply = <&mt6397_vmch_reg>;
411         vqmmc-supply = <&mt6397_vmc_reg>;         415         vqmmc-supply = <&mt6397_vmc_reg>;
412 };                                                416 };
413                                                   417 
414 &mmc3 {                                           418 &mmc3 {
415         status = "okay";                          419         status = "okay";
416         pinctrl-names = "default", "state_uhs"    420         pinctrl-names = "default", "state_uhs";
417         pinctrl-0 = <&mmc3_pins_default>;         421         pinctrl-0 = <&mmc3_pins_default>;
418         pinctrl-1 = <&mmc3_pins_uhs>;             422         pinctrl-1 = <&mmc3_pins_uhs>;
419         bus-width = <4>;                          423         bus-width = <4>;
420         max-frequency = <200000000>;              424         max-frequency = <200000000>;
421         cap-sd-highspeed;                         425         cap-sd-highspeed;
422         sd-uhs-sdr50;                             426         sd-uhs-sdr50;
423         sd-uhs-sdr104;                            427         sd-uhs-sdr104;
424         keep-power-in-suspend;                    428         keep-power-in-suspend;
425         wakeup-source;                            429         wakeup-source;
426         cap-sdio-irq;                             430         cap-sdio-irq;
427         vmmc-supply = <&sdio_fixed_3v3>;          431         vmmc-supply = <&sdio_fixed_3v3>;
428         vqmmc-supply = <&mt6397_vgp3_reg>;        432         vqmmc-supply = <&mt6397_vgp3_reg>;
429         non-removable;                            433         non-removable;
430         cap-power-off-card;                       434         cap-power-off-card;
431                                                   435 
432         #address-cells = <1>;                     436         #address-cells = <1>;
433         #size-cells = <0>;                        437         #size-cells = <0>;
434                                                   438 
435         btmrvl: btmrvl@2 {                        439         btmrvl: btmrvl@2 {
436                 compatible = "marvell,sd8897-b    440                 compatible = "marvell,sd8897-bt";
437                 reg = <2>;                        441                 reg = <2>;
438                 interrupts-extended = <&pio 11 !! 442                 interrupt-parent = <&pio>;
                                                   >> 443                 interrupts = <119 IRQ_TYPE_LEVEL_LOW>;
439                 marvell,wakeup-pin = /bits/ 16    444                 marvell,wakeup-pin = /bits/ 16 <0x0d>;
440                 marvell,wakeup-gap-ms = /bits/    445                 marvell,wakeup-gap-ms = /bits/ 16 <0x64>;
441         };                                        446         };
442                                                   447 
443         mwifiex: mwifiex@1 {                      448         mwifiex: mwifiex@1 {
444                 compatible = "marvell,sd8897";    449                 compatible = "marvell,sd8897";
445                 reg = <1>;                        450                 reg = <1>;
446                 interrupts-extended = <&pio 38 !! 451                 interrupt-parent = <&pio>;
                                                   >> 452                 interrupts = <38 IRQ_TYPE_LEVEL_LOW>;
447                 marvell,wakeup-pin = <3>;         453                 marvell,wakeup-pin = <3>;
448         };                                        454         };
449 };                                                455 };
450                                                   456 
451 &nor_flash {                                      457 &nor_flash {
452         status = "okay";                          458         status = "okay";
453         pinctrl-names = "default";                459         pinctrl-names = "default";
454         pinctrl-0 = <&nor_gpio1_pins>;            460         pinctrl-0 = <&nor_gpio1_pins>;
455                                                   461 
456         flash@0 {                                 462         flash@0 {
457                 compatible = "jedec,spi-nor";     463                 compatible = "jedec,spi-nor";
458                 reg = <0>;                        464                 reg = <0>;
459                 spi-max-frequency = <50000000>    465                 spi-max-frequency = <50000000>;
460         };                                        466         };
461 };                                                467 };
462                                                   468 
463 &pio {                                            469 &pio {
464         gpio-line-names = "EC_INT_1V8",           470         gpio-line-names = "EC_INT_1V8",
465                           "SD_CD_L",              471                           "SD_CD_L",
466                           "ALC5514_IRQ",          472                           "ALC5514_IRQ",
467                           "ALC5650_IRQ",          473                           "ALC5650_IRQ",
468                           /*                      474                           /*
469                            * AP_FLASH_WP_L is     475                            * AP_FLASH_WP_L is crossystem ABI. Schematics
470                            * call it SFWP_B.      476                            * call it SFWP_B.
471                            */                     477                            */
472                           "AP_FLASH_WP_L",        478                           "AP_FLASH_WP_L",
473                           "SFIN",                 479                           "SFIN",
474                           "SFCS0",                480                           "SFCS0",
475                           "SFHOLD",               481                           "SFHOLD",
476                           "SFOUT",                482                           "SFOUT",
477                           "SFCK",                 483                           "SFCK",
478                           "WRAP_EVENT_S_EINT10    484                           "WRAP_EVENT_S_EINT10",
479                           "PMU_INT",              485                           "PMU_INT",
480                           "I2S2_WS_ALC5650",      486                           "I2S2_WS_ALC5650",
481                           "I2S2_BCK_ALC5650",     487                           "I2S2_BCK_ALC5650",
482                           "PWR_BTN_1V8",          488                           "PWR_BTN_1V8",
483                           "DA9212_IRQ",           489                           "DA9212_IRQ",
484                           "IDDIG",                490                           "IDDIG",
485                           "WATCHDOG",             491                           "WATCHDOG",
486                           "CEC",                  492                           "CEC",
487                           "HDMISCK",              493                           "HDMISCK",
488                           "HDMISD",               494                           "HDMISD",
489                           "HTPLG",                495                           "HTPLG",
490                           "MSDC3_DAT0",           496                           "MSDC3_DAT0",
491                           "MSDC3_DAT1",           497                           "MSDC3_DAT1",
492                           "MSDC3_DAT2",           498                           "MSDC3_DAT2",
493                           "MSDC3_DAT3",           499                           "MSDC3_DAT3",
494                           "MSDC3_CLK",            500                           "MSDC3_CLK",
495                           "MSDC3_CMD",            501                           "MSDC3_CMD",
496                           "USB_C0_OC_FLAGB",      502                           "USB_C0_OC_FLAGB",
497                           "USBA_OC1_L",           503                           "USBA_OC1_L",
498                           "PS8640_1V2_ENABLE",    504                           "PS8640_1V2_ENABLE",
499                           "THERM_ALERT_N",        505                           "THERM_ALERT_N",
500                           "PANEL_LCD_POWER_EN"    506                           "PANEL_LCD_POWER_EN",
501                           "ANX7688_CHIP_PD_C",    507                           "ANX7688_CHIP_PD_C",
502                           "EC_IN_RW_1V8",         508                           "EC_IN_RW_1V8",
503                           "ANX7688_1V_EN_C",      509                           "ANX7688_1V_EN_C",
504                           "USB_DP_HPD_C",         510                           "USB_DP_HPD_C",
505                           "TPM_DAVINT_N",         511                           "TPM_DAVINT_N",
506                           "MARVELL8897_IRQ",      512                           "MARVELL8897_IRQ",
507                           "EN_USB_A0_PWR",        513                           "EN_USB_A0_PWR",
508                           "USBA_A0_OC_L",         514                           "USBA_A0_OC_L",
509                           "EN_PP3300_DX_EDP",     515                           "EN_PP3300_DX_EDP",
510                           "",                     516                           "",
511                           "SOC_I2C2_1V8_SDA_40    517                           "SOC_I2C2_1V8_SDA_400K",
512                           "SOC_I2C2_1V8_SCL_40    518                           "SOC_I2C2_1V8_SCL_400K",
513                           "SOC_I2C0_1V8_SDA_40    519                           "SOC_I2C0_1V8_SDA_400K",
514                           "SOC_I2C0_1V8_SCL_40    520                           "SOC_I2C0_1V8_SCL_400K",
515                           "EMMC_ID1",             521                           "EMMC_ID1",
516                           "EMMC_ID0",             522                           "EMMC_ID0",
517                           "MEM_CONFIG3",          523                           "MEM_CONFIG3",
518                           "EMMC_ID2",             524                           "EMMC_ID2",
519                           "MEM_CONFIG1",          525                           "MEM_CONFIG1",
520                           "MEM_CONFIG2",          526                           "MEM_CONFIG2",
521                           "BRD_ID2",              527                           "BRD_ID2",
522                           "MEM_CONFIG0",          528                           "MEM_CONFIG0",
523                           "BRD_ID0",              529                           "BRD_ID0",
524                           "BRD_ID1",              530                           "BRD_ID1",
525                           "EMMC_DAT0",            531                           "EMMC_DAT0",
526                           "EMMC_DAT1",            532                           "EMMC_DAT1",
527                           "EMMC_DAT2",            533                           "EMMC_DAT2",
528                           "EMMC_DAT3",            534                           "EMMC_DAT3",
529                           "EMMC_DAT4",            535                           "EMMC_DAT4",
530                           "EMMC_DAT5",            536                           "EMMC_DAT5",
531                           "EMMC_DAT6",            537                           "EMMC_DAT6",
532                           "EMMC_DAT7",            538                           "EMMC_DAT7",
533                           "EMMC_CLK",             539                           "EMMC_CLK",
534                           "EMMC_CMD",             540                           "EMMC_CMD",
535                           "EMMC_RCLK",            541                           "EMMC_RCLK",
536                           "PLT_RST_L",            542                           "PLT_RST_L",
537                           "LID_OPEN_1V8_L",       543                           "LID_OPEN_1V8_L",
538                           "AUDIO_SPI_MISO_R",     544                           "AUDIO_SPI_MISO_R",
539                           "",                     545                           "",
540                           "AC_OK_1V8",            546                           "AC_OK_1V8",
541                           "SD_DATA0",             547                           "SD_DATA0",
542                           "SD_DATA1",             548                           "SD_DATA1",
543                           "SD_DATA2",             549                           "SD_DATA2",
544                           "SD_DATA3",             550                           "SD_DATA3",
545                           "SD_CLK",               551                           "SD_CLK",
546                           "SD_CMD",               552                           "SD_CMD",
547                           "PWRAP_SPI0_MI",        553                           "PWRAP_SPI0_MI",
548                           "PWRAP_SPI0_MO",        554                           "PWRAP_SPI0_MO",
549                           "PWRAP_SPI0_CK",        555                           "PWRAP_SPI0_CK",
550                           "PWRAP_SPI0_CSN",       556                           "PWRAP_SPI0_CSN",
551                           "",                     557                           "",
552                           "",                     558                           "",
553                           "WIFI_PDN",             559                           "WIFI_PDN",
554                           "RTC32K_1V8",           560                           "RTC32K_1V8",
555                           "DISP_PWM0",            561                           "DISP_PWM0",
556                           "TOUCHSCREEN_INT_L",    562                           "TOUCHSCREEN_INT_L",
557                           "",                     563                           "",
558                           "SRCLKENA0",            564                           "SRCLKENA0",
559                           "SRCLKENA1",            565                           "SRCLKENA1",
560                           "PS8640_MODE_CONF",     566                           "PS8640_MODE_CONF",
561                           "TOUCHSCREEN_RESET_R    567                           "TOUCHSCREEN_RESET_R",
562                           "PLATFORM_PROCHOT_L"    568                           "PLATFORM_PROCHOT_L",
563                           "PANEL_POWER_EN",       569                           "PANEL_POWER_EN",
564                           "REC_MODE_L",           570                           "REC_MODE_L",
565                           "EC_FW_UPDATE_L",       571                           "EC_FW_UPDATE_L",
566                           "ACCEL2_INT_L",         572                           "ACCEL2_INT_L",
567                           "HDMI_DP_INT",          573                           "HDMI_DP_INT",
568                           "ACCELGYRO3_INT_L",     574                           "ACCELGYRO3_INT_L",
569                           "ACCELGYRO4_INT_L",     575                           "ACCELGYRO4_INT_L",
570                           "SPI_EC_CLK",           576                           "SPI_EC_CLK",
571                           "SPI_EC_MI",            577                           "SPI_EC_MI",
572                           "SPI_EC_MO",            578                           "SPI_EC_MO",
573                           "SPI_EC_CSN",           579                           "SPI_EC_CSN",
574                           "SOC_I2C3_1V8_SDA_40    580                           "SOC_I2C3_1V8_SDA_400K",
575                           "SOC_I2C3_1V8_SCL_40    581                           "SOC_I2C3_1V8_SCL_400K",
576                           "",                     582                           "",
577                           "",                     583                           "",
578                           "",                     584                           "",
579                           "",                     585                           "",
580                           "",                     586                           "",
581                           "",                     587                           "",
582                           "",                     588                           "",
583                           "PS8640_SYSRSTN_1V8"    589                           "PS8640_SYSRSTN_1V8",
584                           "APIN_MAX98090_DOUT2    590                           "APIN_MAX98090_DOUT2",
585                           "TP_INT_1V8_L_R",       591                           "TP_INT_1V8_L_R",
586                           "RST_USB_HUB_R",        592                           "RST_USB_HUB_R",
587                           "BT_WAKE_L",            593                           "BT_WAKE_L",
588                           "ACCEL1_INT_L",         594                           "ACCEL1_INT_L",
589                           "TABLET_MODE_L",        595                           "TABLET_MODE_L",
590                           "",                     596                           "",
591                           "V_UP_IN_L_R",          597                           "V_UP_IN_L_R",
592                           "V_DOWN_IN_L_R",        598                           "V_DOWN_IN_L_R",
593                           "SOC_I2C1_1V8_SDA_1M    599                           "SOC_I2C1_1V8_SDA_1M",
594                           "SOC_I2C1_1V8_SCL_1M    600                           "SOC_I2C1_1V8_SCL_1M",
595                           "PS8640_PDN_1V8",       601                           "PS8640_PDN_1V8",
596                           "MAX98090_LRCLK",       602                           "MAX98090_LRCLK",
597                           "MAX98090_BCLK",        603                           "MAX98090_BCLK",
598                           "MAX98090_MCLK",        604                           "MAX98090_MCLK",
599                           "APOUT_MAX98090_DIN"    605                           "APOUT_MAX98090_DIN",
600                           "APIN_MAX98090_DOUT"    606                           "APIN_MAX98090_DOUT",
601                           "SOC_I2C4_1V8_SDA_40    607                           "SOC_I2C4_1V8_SDA_400K",
602                           "SOC_I2C4_1V8_SCL_40    608                           "SOC_I2C4_1V8_SCL_400K";
603                                                   609 
604         aud_i2s2: aud_i2s2 {                      610         aud_i2s2: aud_i2s2 {
605                 pins1 {                           611                 pins1 {
606                         pinmux = <MT8173_PIN_1    612                         pinmux = <MT8173_PIN_128_I2S0_LRCK__FUNC_I2S1_WS>,
607                                  <MT8173_PIN_1    613                                  <MT8173_PIN_129_I2S0_BCK__FUNC_I2S1_BCK>,
608                                  <MT8173_PIN_1    614                                  <MT8173_PIN_130_I2S0_MCK__FUNC_I2S1_MCK>,
609                                  <MT8173_PIN_1    615                                  <MT8173_PIN_131_I2S0_DATA0__FUNC_I2S1_DO_1>,
610                                  <MT8173_PIN_1    616                                  <MT8173_PIN_12_EINT12__FUNC_I2S2_WS>,
611                                  <MT8173_PIN_1    617                                  <MT8173_PIN_13_EINT13__FUNC_I2S2_BCK>,
612                                  <MT8173_PIN_1    618                                  <MT8173_PIN_132_I2S0_DATA1__FUNC_I2S2_DI_2>;
613                         bias-pull-down;           619                         bias-pull-down;
614                 };                                620                 };
615         };                                        621         };
616                                                   622 
617         bl_fixed_pins: bl_fixed_pins {            623         bl_fixed_pins: bl_fixed_pins {
618                 pins1 {                           624                 pins1 {
619                         pinmux = <MT8173_PIN_3    625                         pinmux = <MT8173_PIN_32_UTXD2__FUNC_GPIO32>;
620                         output-low;               626                         output-low;
621                 };                                627                 };
622         };                                        628         };
623                                                   629 
624         bt_wake_pins: bt_wake_pins {              630         bt_wake_pins: bt_wake_pins {
625                 pins1 {                           631                 pins1 {
626                         pinmux = <MT8173_PIN_1    632                         pinmux = <MT8173_PIN_119_KPROW0__FUNC_GPIO119>;
627                         bias-pull-up;             633                         bias-pull-up;
628                 };                                634                 };
629         };                                        635         };
630                                                   636 
631         disp_pwm0_pins: disp_pwm0_pins {          637         disp_pwm0_pins: disp_pwm0_pins {
632                 pins1 {                           638                 pins1 {
633                         pinmux = <MT8173_PIN_8    639                         pinmux = <MT8173_PIN_87_DISP_PWM0__FUNC_DISP_PWM0>;
634                         output-low;               640                         output-low;
635                 };                                641                 };
636         };                                        642         };
637                                                   643 
638         gpio_keys_pins: gpio_keys_pins {          644         gpio_keys_pins: gpio_keys_pins {
639                 volume_pins {                     645                 volume_pins {
640                         pinmux = <MT8173_PIN_1    646                         pinmux = <MT8173_PIN_123_KPCOL1__FUNC_GPIO123>,
641                                  <MT8173_PIN_1    647                                  <MT8173_PIN_124_KPCOL2__FUNC_GPIO124>;
642                         bias-pull-up;             648                         bias-pull-up;
643                 };                                649                 };
644                                                   650 
645                 tablet_mode_pins {                651                 tablet_mode_pins {
646                         pinmux = <MT8173_PIN_1    652                         pinmux = <MT8173_PIN_121_KPROW2__FUNC_GPIO121>;
647                         bias-pull-up;             653                         bias-pull-up;
648                 };                                654                 };
649         };                                        655         };
650                                                   656 
651         hdmi_mux_pins: hdmi_mux_pins {            657         hdmi_mux_pins: hdmi_mux_pins {
652                 pins1 {                           658                 pins1 {
653                         pinmux = <MT8173_PIN_3    659                         pinmux = <MT8173_PIN_36_DAISYNC__FUNC_GPIO36>;
654                 };                                660                 };
655         };                                        661         };
656                                                   662 
657         i2c1_pins_a: i2c1 {                       663         i2c1_pins_a: i2c1 {
658                 da9211_pins {                     664                 da9211_pins {
659                         pinmux = <MT8173_PIN_1    665                         pinmux = <MT8173_PIN_15_EINT15__FUNC_GPIO15>;
660                         bias-pull-up;             666                         bias-pull-up;
661                 };                                667                 };
662         };                                        668         };
663                                                   669 
664         mmc0_pins_default: mmc0default {          670         mmc0_pins_default: mmc0default {
665                 pins_cmd_dat {                    671                 pins_cmd_dat {
666                         pinmux = <MT8173_PIN_5    672                         pinmux = <MT8173_PIN_57_MSDC0_DAT0__FUNC_MSDC0_DAT0>,
667                                  <MT8173_PIN_5    673                                  <MT8173_PIN_58_MSDC0_DAT1__FUNC_MSDC0_DAT1>,
668                                  <MT8173_PIN_5    674                                  <MT8173_PIN_59_MSDC0_DAT2__FUNC_MSDC0_DAT2>,
669                                  <MT8173_PIN_6    675                                  <MT8173_PIN_60_MSDC0_DAT3__FUNC_MSDC0_DAT3>,
670                                  <MT8173_PIN_6    676                                  <MT8173_PIN_61_MSDC0_DAT4__FUNC_MSDC0_DAT4>,
671                                  <MT8173_PIN_6    677                                  <MT8173_PIN_62_MSDC0_DAT5__FUNC_MSDC0_DAT5>,
672                                  <MT8173_PIN_6    678                                  <MT8173_PIN_63_MSDC0_DAT6__FUNC_MSDC0_DAT6>,
673                                  <MT8173_PIN_6    679                                  <MT8173_PIN_64_MSDC0_DAT7__FUNC_MSDC0_DAT7>,
674                                  <MT8173_PIN_6    680                                  <MT8173_PIN_66_MSDC0_CMD__FUNC_MSDC0_CMD>;
675                         bias-pull-up;             681                         bias-pull-up;
676                 };                                682                 };
677                                                   683 
678                 pins_clk {                        684                 pins_clk {
679                         pinmux = <MT8173_PIN_6    685                         pinmux = <MT8173_PIN_65_MSDC0_CLK__FUNC_MSDC0_CLK>;
680                         bias-pull-down;           686                         bias-pull-down;
681                 };                                687                 };
682                                                   688 
683                 pins_rst {                        689                 pins_rst {
684                         pinmux = <MT8173_PIN_6    690                         pinmux = <MT8173_PIN_68_MSDC0_RST___FUNC_MSDC0_RSTB>;
685                         bias-pull-up;             691                         bias-pull-up;
686                 };                                692                 };
687         };                                        693         };
688                                                   694 
689         mmc1_pins_default: mmc1default {          695         mmc1_pins_default: mmc1default {
690                 pins_cmd_dat {                    696                 pins_cmd_dat {
691                         pinmux = <MT8173_PIN_7    697                         pinmux = <MT8173_PIN_73_MSDC1_DAT0__FUNC_MSDC1_DAT0>,
692                                  <MT8173_PIN_7    698                                  <MT8173_PIN_74_MSDC1_DAT1__FUNC_MSDC1_DAT1>,
693                                  <MT8173_PIN_7    699                                  <MT8173_PIN_75_MSDC1_DAT2__FUNC_MSDC1_DAT2>,
694                                  <MT8173_PIN_7    700                                  <MT8173_PIN_76_MSDC1_DAT3__FUNC_MSDC1_DAT3>,
695                                  <MT8173_PIN_7    701                                  <MT8173_PIN_78_MSDC1_CMD__FUNC_MSDC1_CMD>;
696                         input-enable;             702                         input-enable;
697                         drive-strength = <MTK_    703                         drive-strength = <MTK_DRIVE_4mA>;
698                         bias-pull-up = <MTK_PU    704                         bias-pull-up = <MTK_PUPD_SET_R1R0_10>;
699                 };                                705                 };
700                                                   706 
701                 pins_clk {                        707                 pins_clk {
702                         pinmux = <MT8173_PIN_7    708                         pinmux = <MT8173_PIN_77_MSDC1_CLK__FUNC_MSDC1_CLK>;
703                         bias-pull-down;           709                         bias-pull-down;
704                         drive-strength = <MTK_    710                         drive-strength = <MTK_DRIVE_4mA>;
705                 };                                711                 };
706                                                   712 
707                 pins_insert {                     713                 pins_insert {
708                         pinmux = <MT8173_PIN_1    714                         pinmux = <MT8173_PIN_1_EINT1__FUNC_GPIO1>;
709                         bias-pull-up;             715                         bias-pull-up;
710                 };                                716                 };
711         };                                        717         };
712                                                   718 
713         mmc3_pins_default: mmc3default {          719         mmc3_pins_default: mmc3default {
714                 pins_dat {                        720                 pins_dat {
715                         pinmux = <MT8173_PIN_2    721                         pinmux = <MT8173_PIN_22_MSDC3_DAT0__FUNC_MSDC3_DAT0>,
716                                  <MT8173_PIN_2    722                                  <MT8173_PIN_23_MSDC3_DAT1__FUNC_MSDC3_DAT1>,
717                                  <MT8173_PIN_2    723                                  <MT8173_PIN_24_MSDC3_DAT2__FUNC_MSDC3_DAT2>,
718                                  <MT8173_PIN_2    724                                  <MT8173_PIN_25_MSDC3_DAT3__FUNC_MSDC3_DAT3>;
719                         input-enable;             725                         input-enable;
720                         drive-strength = <MTK_    726                         drive-strength = <MTK_DRIVE_8mA>;
721                         bias-pull-up = <MTK_PU    727                         bias-pull-up = <MTK_PUPD_SET_R1R0_10>;
722                 };                                728                 };
723                                                   729 
724                 pins_cmd {                        730                 pins_cmd {
725                         pinmux = <MT8173_PIN_2    731                         pinmux = <MT8173_PIN_27_MSDC3_CMD__FUNC_MSDC3_CMD>;
726                         input-enable;             732                         input-enable;
727                         drive-strength = <MTK_    733                         drive-strength = <MTK_DRIVE_8mA>;
728                         bias-pull-up = <MTK_PU    734                         bias-pull-up = <MTK_PUPD_SET_R1R0_10>;
729                 };                                735                 };
730                                                   736 
731                 pins_clk {                        737                 pins_clk {
732                         pinmux = <MT8173_PIN_2    738                         pinmux = <MT8173_PIN_26_MSDC3_CLK__FUNC_MSDC3_CLK>;
733                         bias-pull-down;           739                         bias-pull-down;
734                         drive-strength = <MTK_    740                         drive-strength = <MTK_DRIVE_8mA>;
735                 };                                741                 };
736         };                                        742         };
737                                                   743 
738         mmc0_pins_uhs: mmc0 {                     744         mmc0_pins_uhs: mmc0 {
739                 pins_cmd_dat {                    745                 pins_cmd_dat {
740                         pinmux = <MT8173_PIN_5    746                         pinmux = <MT8173_PIN_57_MSDC0_DAT0__FUNC_MSDC0_DAT0>,
741                                  <MT8173_PIN_5    747                                  <MT8173_PIN_58_MSDC0_DAT1__FUNC_MSDC0_DAT1>,
742                                  <MT8173_PIN_5    748                                  <MT8173_PIN_59_MSDC0_DAT2__FUNC_MSDC0_DAT2>,
743                                  <MT8173_PIN_6    749                                  <MT8173_PIN_60_MSDC0_DAT3__FUNC_MSDC0_DAT3>,
744                                  <MT8173_PIN_6    750                                  <MT8173_PIN_61_MSDC0_DAT4__FUNC_MSDC0_DAT4>,
745                                  <MT8173_PIN_6    751                                  <MT8173_PIN_62_MSDC0_DAT5__FUNC_MSDC0_DAT5>,
746                                  <MT8173_PIN_6    752                                  <MT8173_PIN_63_MSDC0_DAT6__FUNC_MSDC0_DAT6>,
747                                  <MT8173_PIN_6    753                                  <MT8173_PIN_64_MSDC0_DAT7__FUNC_MSDC0_DAT7>,
748                                  <MT8173_PIN_6    754                                  <MT8173_PIN_66_MSDC0_CMD__FUNC_MSDC0_CMD>;
749                         input-enable;             755                         input-enable;
750                         drive-strength = <MTK_    756                         drive-strength = <MTK_DRIVE_6mA>;
751                         bias-pull-up = <MTK_PU    757                         bias-pull-up = <MTK_PUPD_SET_R1R0_01>;
752                 };                                758                 };
753                                                   759 
754                 pins_clk {                        760                 pins_clk {
755                         pinmux = <MT8173_PIN_6    761                         pinmux = <MT8173_PIN_65_MSDC0_CLK__FUNC_MSDC0_CLK>;
756                         drive-strength = <MTK_    762                         drive-strength = <MTK_DRIVE_6mA>;
757                         bias-pull-down = <MTK_    763                         bias-pull-down = <MTK_PUPD_SET_R1R0_01>;
758                 };                                764                 };
759                                                   765 
760                 pins_ds {                         766                 pins_ds {
761                         pinmux = <MT8173_PIN_6    767                         pinmux = <MT8173_PIN_67_MSDC0_DSL__FUNC_MSDC0_DSL>;
762                         drive-strength = <MTK_    768                         drive-strength = <MTK_DRIVE_10mA>;
763                         bias-pull-down = <MTK_    769                         bias-pull-down = <MTK_PUPD_SET_R1R0_01>;
764                 };                                770                 };
765                                                   771 
766                 pins_rst {                        772                 pins_rst {
767                         pinmux = <MT8173_PIN_6    773                         pinmux = <MT8173_PIN_68_MSDC0_RST___FUNC_MSDC0_RSTB>;
768                         bias-pull-up;             774                         bias-pull-up;
769                 };                                775                 };
770         };                                        776         };
771                                                   777 
772         mmc1_pins_uhs: mmc1 {                     778         mmc1_pins_uhs: mmc1 {
773                 pins_cmd_dat {                    779                 pins_cmd_dat {
774                         pinmux = <MT8173_PIN_7    780                         pinmux = <MT8173_PIN_73_MSDC1_DAT0__FUNC_MSDC1_DAT0>,
775                                  <MT8173_PIN_7    781                                  <MT8173_PIN_74_MSDC1_DAT1__FUNC_MSDC1_DAT1>,
776                                  <MT8173_PIN_7    782                                  <MT8173_PIN_75_MSDC1_DAT2__FUNC_MSDC1_DAT2>,
777                                  <MT8173_PIN_7    783                                  <MT8173_PIN_76_MSDC1_DAT3__FUNC_MSDC1_DAT3>,
778                                  <MT8173_PIN_7    784                                  <MT8173_PIN_78_MSDC1_CMD__FUNC_MSDC1_CMD>;
779                         input-enable;             785                         input-enable;
780                         drive-strength = <MTK_    786                         drive-strength = <MTK_DRIVE_6mA>;
781                         bias-pull-up = <MTK_PU    787                         bias-pull-up = <MTK_PUPD_SET_R1R0_10>;
782                 };                                788                 };
783                                                   789 
784                 pins_clk {                        790                 pins_clk {
785                         pinmux = <MT8173_PIN_7    791                         pinmux = <MT8173_PIN_77_MSDC1_CLK__FUNC_MSDC1_CLK>;
786                         drive-strength = <MTK_    792                         drive-strength = <MTK_DRIVE_8mA>;
787                         bias-pull-down = <MTK_    793                         bias-pull-down = <MTK_PUPD_SET_R1R0_10>;
788                 };                                794                 };
789         };                                        795         };
790                                                   796 
791         mmc3_pins_uhs: mmc3 {                     797         mmc3_pins_uhs: mmc3 {
792                 pins_dat {                        798                 pins_dat {
793                         pinmux = <MT8173_PIN_2    799                         pinmux = <MT8173_PIN_22_MSDC3_DAT0__FUNC_MSDC3_DAT0>,
794                                  <MT8173_PIN_2    800                                  <MT8173_PIN_23_MSDC3_DAT1__FUNC_MSDC3_DAT1>,
795                                  <MT8173_PIN_2    801                                  <MT8173_PIN_24_MSDC3_DAT2__FUNC_MSDC3_DAT2>,
796                                  <MT8173_PIN_2    802                                  <MT8173_PIN_25_MSDC3_DAT3__FUNC_MSDC3_DAT3>;
797                         input-enable;             803                         input-enable;
798                         drive-strength = <MTK_    804                         drive-strength = <MTK_DRIVE_8mA>;
799                         bias-pull-up = <MTK_PU    805                         bias-pull-up = <MTK_PUPD_SET_R1R0_10>;
800                 };                                806                 };
801                                                   807 
802                 pins_cmd {                        808                 pins_cmd {
803                         pinmux = <MT8173_PIN_2    809                         pinmux = <MT8173_PIN_27_MSDC3_CMD__FUNC_MSDC3_CMD>;
804                         input-enable;             810                         input-enable;
805                         drive-strength = <MTK_    811                         drive-strength = <MTK_DRIVE_8mA>;
806                         bias-pull-up = <MTK_PU    812                         bias-pull-up = <MTK_PUPD_SET_R1R0_10>;
807                 };                                813                 };
808                                                   814 
809                 pins_clk {                        815                 pins_clk {
810                         pinmux = <MT8173_PIN_2    816                         pinmux = <MT8173_PIN_26_MSDC3_CLK__FUNC_MSDC3_CLK>;
811                         drive-strength = <MTK_    817                         drive-strength = <MTK_DRIVE_8mA>;
812                         bias-pull-down = <MTK_    818                         bias-pull-down = <MTK_PUPD_SET_R1R0_10>;
813                 };                                819                 };
814         };                                        820         };
815                                                   821 
816         nor_gpio1_pins: nor {                     822         nor_gpio1_pins: nor {
817                 pins1 {                           823                 pins1 {
818                         pinmux = <MT8173_PIN_6    824                         pinmux = <MT8173_PIN_6_EINT6__FUNC_SFCS0>,
819                                  <MT8173_PIN_7    825                                  <MT8173_PIN_7_EINT7__FUNC_SFHOLD>,
820                                  <MT8173_PIN_8    826                                  <MT8173_PIN_8_EINT8__FUNC_SFIN>;
821                         input-enable;             827                         input-enable;
822                         drive-strength = <MTK_    828                         drive-strength = <MTK_DRIVE_4mA>;
823                         bias-pull-up;             829                         bias-pull-up;
824                 };                                830                 };
825                                                   831 
826                 pins2 {                           832                 pins2 {
827                         pinmux = <MT8173_PIN_5    833                         pinmux = <MT8173_PIN_5_EINT5__FUNC_SFOUT>;
828                         drive-strength = <MTK_    834                         drive-strength = <MTK_DRIVE_4mA>;
829                         bias-pull-up;             835                         bias-pull-up;
830                 };                                836                 };
831                                                   837 
832                 pins_clk {                        838                 pins_clk {
833                         pinmux = <MT8173_PIN_9    839                         pinmux = <MT8173_PIN_9_EINT9__FUNC_SFCK>;
834                         input-enable;             840                         input-enable;
835                         drive-strength = <MTK_    841                         drive-strength = <MTK_DRIVE_4mA>;
836                         bias-pull-up;             842                         bias-pull-up;
837                 };                                843                 };
838         };                                        844         };
839                                                   845 
840         panel_backlight_en_pins: panel_backlig    846         panel_backlight_en_pins: panel_backlight_en_pins {
841                 pins1 {                           847                 pins1 {
842                         pinmux = <MT8173_PIN_9    848                         pinmux = <MT8173_PIN_95_PCM_TX__FUNC_GPIO95>;
843                 };                                849                 };
844         };                                        850         };
845                                                   851 
846         panel_fixed_pins: panel_fixed_pins {      852         panel_fixed_pins: panel_fixed_pins {
847                 pins1 {                           853                 pins1 {
848                         pinmux = <MT8173_PIN_4    854                         pinmux = <MT8173_PIN_41_CMMCLK__FUNC_GPIO41>;
849                 };                                855                 };
850         };                                        856         };
851                                                   857 
852         ps8640_pins: ps8640_pins {                858         ps8640_pins: ps8640_pins {
853                 pins1 {                           859                 pins1 {
854                         pinmux = <MT8173_PIN_9    860                         pinmux = <MT8173_PIN_92_PCM_CLK__FUNC_GPIO92>,
855                                  <MT8173_PIN_1    861                                  <MT8173_PIN_115_URTS0__FUNC_GPIO115>,
856                                  <MT8173_PIN_1    862                                  <MT8173_PIN_127_LCM_RST__FUNC_GPIO127>;
857                 };                                863                 };
858         };                                        864         };
859                                                   865 
860         ps8640_fixed_pins: ps8640_fixed_pins {    866         ps8640_fixed_pins: ps8640_fixed_pins {
861                 pins1 {                           867                 pins1 {
862                         pinmux = <MT8173_PIN_3    868                         pinmux = <MT8173_PIN_30_URTS2__FUNC_GPIO30>;
863                 };                                869                 };
864         };                                        870         };
865                                                   871 
866         rt5650_irq: rt5650_irq {                  872         rt5650_irq: rt5650_irq {
867                 pins1 {                           873                 pins1 {
868                         pinmux = <MT8173_PIN_3    874                         pinmux = <MT8173_PIN_3_EINT3__FUNC_GPIO3>;
869                         bias-pull-down;           875                         bias-pull-down;
870                 };                                876                 };
871         };                                        877         };
872                                                   878 
873         sdio_fixed_3v3_pins: sdio_fixed_3v3_pi    879         sdio_fixed_3v3_pins: sdio_fixed_3v3_pins {
874                 pins1 {                           880                 pins1 {
875                         pinmux = <MT8173_PIN_8    881                         pinmux = <MT8173_PIN_85_AUD_DAT_MOSI__FUNC_GPIO85>;
876                         output-low;               882                         output-low;
877                 };                                883                 };
878         };                                        884         };
879                                                   885 
880         spi_pins_a: spi1 {                        886         spi_pins_a: spi1 {
881                 pins1 {                           887                 pins1 {
882                         pinmux = <MT8173_PIN_0    888                         pinmux = <MT8173_PIN_0_EINT0__FUNC_GPIO0>;
883                         bias-pull-up;             889                         bias-pull-up;
884                 };                                890                 };
885                                                   891 
886                 pins_spi {                        892                 pins_spi {
887                         pinmux = <MT8173_PIN_1    893                         pinmux = <MT8173_PIN_102_MSDC2_DAT2__FUNC_SPI_CK_1_>,
888                                  <MT8173_PIN_1    894                                  <MT8173_PIN_103_MSDC2_DAT3__FUNC_SPI_MI_1_>,
889                                  <MT8173_PIN_1    895                                  <MT8173_PIN_104_MSDC2_CLK__FUNC_SPI_MO_1_>,
890                                  <MT8173_PIN_1    896                                  <MT8173_PIN_105_MSDC2_CMD__FUNC_SPI_CS_1_>;
891                         bias-disable;             897                         bias-disable;
892                 };                                898                 };
893         };                                        899         };
894                                                   900 
895         trackpad_irq: trackpad_irq {              901         trackpad_irq: trackpad_irq {
896                 pins1 {                           902                 pins1 {
897                         pinmux = <MT8173_PIN_1    903                         pinmux = <MT8173_PIN_117_URXD3__FUNC_GPIO117>;
898                         input-enable;             904                         input-enable;
899                         bias-pull-up;             905                         bias-pull-up;
900                 };                                906                 };
901         };                                        907         };
902                                                   908 
903         usb_pins: usb {                           909         usb_pins: usb {
904                 pins1 {                           910                 pins1 {
905                         pinmux = <MT8173_PIN_1    911                         pinmux = <MT8173_PIN_101_MSDC2_DAT1__FUNC_GPIO101>;
906                         output-high;              912                         output-high;
907                         bias-disable;             913                         bias-disable;
908                 };                                914                 };
909         };                                        915         };
910                                                   916 
911         wifi_wake_pins: wifi_wake_pins {          917         wifi_wake_pins: wifi_wake_pins {
912                 pins1 {                           918                 pins1 {
913                         pinmux = <MT8173_PIN_3    919                         pinmux = <MT8173_PIN_38_CONN_RST__FUNC_GPIO38>;
914                         bias-pull-up;             920                         bias-pull-up;
915                 };                                921                 };
916         };                                        922         };
917 };                                                923 };
918                                                   924 
919 &pwm0 {                                           925 &pwm0 {
920         pinctrl-names = "default";                926         pinctrl-names = "default";
921         pinctrl-0 = <&disp_pwm0_pins>;            927         pinctrl-0 = <&disp_pwm0_pins>;
922         status = "okay";                          928         status = "okay";
923 };                                                929 };
924                                                   930 
925 &pwrap {                                          931 &pwrap {
926         pmic: pmic {                              932         pmic: pmic {
927                 compatible = "mediatek,mt6397"    933                 compatible = "mediatek,mt6397";
928                 #address-cells = <1>;             934                 #address-cells = <1>;
929                 #size-cells = <1>;                935                 #size-cells = <1>;
930                 interrupts-extended = <&pio 11 !! 936                 interrupt-parent = <&pio>;
                                                   >> 937                 interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
931                 interrupt-controller;             938                 interrupt-controller;
932                 #interrupt-cells = <2>;           939                 #interrupt-cells = <2>;
933                                                   940 
934                 clock: mt6397clock {              941                 clock: mt6397clock {
935                         compatible = "mediatek    942                         compatible = "mediatek,mt6397-clk";
936                         #clock-cells = <1>;       943                         #clock-cells = <1>;
937                 };                                944                 };
938                                                   945 
939                 pio6397: pinctrl {                946                 pio6397: pinctrl {
940                         compatible = "mediatek    947                         compatible = "mediatek,mt6397-pinctrl";
941                         gpio-controller;          948                         gpio-controller;
942                         #gpio-cells = <2>;        949                         #gpio-cells = <2>;
943                 };                                950                 };
944                                                   951 
945                 regulator: mt6397regulator {      952                 regulator: mt6397regulator {
946                         compatible = "mediatek    953                         compatible = "mediatek,mt6397-regulator";
947                                                   954 
948                         mt6397_vpca15_reg: buc    955                         mt6397_vpca15_reg: buck_vpca15 {
949                                 regulator-comp    956                                 regulator-compatible = "buck_vpca15";
950                                 regulator-name    957                                 regulator-name = "vpca15";
951                                 regulator-min-    958                                 regulator-min-microvolt = < 700000>;
952                                 regulator-max-    959                                 regulator-max-microvolt = <1350000>;
953                                 regulator-ramp    960                                 regulator-ramp-delay = <12500>;
954                                 regulator-alwa    961                                 regulator-always-on;
955                                 regulator-allo    962                                 regulator-allowed-modes = <0 1>;
956                         };                        963                         };
957                                                   964 
958                         mt6397_vpca7_reg: buck    965                         mt6397_vpca7_reg: buck_vpca7 {
959                                 regulator-comp    966                                 regulator-compatible = "buck_vpca7";
960                                 regulator-name    967                                 regulator-name = "vpca7";
961                                 regulator-min-    968                                 regulator-min-microvolt = < 700000>;
962                                 regulator-max-    969                                 regulator-max-microvolt = <1350000>;
963                                 regulator-ramp    970                                 regulator-ramp-delay = <12500>;
964                                 regulator-enab    971                                 regulator-enable-ramp-delay = <115>;
965                                 regulator-alwa    972                                 regulator-always-on;
966                         };                        973                         };
967                                                   974 
968                         mt6397_vsramca15_reg:     975                         mt6397_vsramca15_reg: buck_vsramca15 {
969                                 regulator-comp    976                                 regulator-compatible = "buck_vsramca15";
970                                 regulator-name    977                                 regulator-name = "vsramca15";
971                                 regulator-min-    978                                 regulator-min-microvolt = < 700000>;
972                                 regulator-max-    979                                 regulator-max-microvolt = <1350000>;
973                                 regulator-ramp    980                                 regulator-ramp-delay = <12500>;
974                                 regulator-alwa    981                                 regulator-always-on;
975                         };                        982                         };
976                                                   983 
977                         mt6397_vsramca7_reg: b    984                         mt6397_vsramca7_reg: buck_vsramca7 {
978                                 regulator-comp    985                                 regulator-compatible = "buck_vsramca7";
979                                 regulator-name    986                                 regulator-name = "vsramca7";
980                                 regulator-min-    987                                 regulator-min-microvolt = < 700000>;
981                                 regulator-max-    988                                 regulator-max-microvolt = <1350000>;
982                                 regulator-ramp    989                                 regulator-ramp-delay = <12500>;
983                                 regulator-alwa    990                                 regulator-always-on;
984                         };                        991                         };
985                                                   992 
986                         mt6397_vcore_reg: buck    993                         mt6397_vcore_reg: buck_vcore {
987                                 regulator-comp    994                                 regulator-compatible = "buck_vcore";
988                                 regulator-name    995                                 regulator-name = "vcore";
989                                 regulator-min-    996                                 regulator-min-microvolt = < 700000>;
990                                 regulator-max-    997                                 regulator-max-microvolt = <1350000>;
991                                 regulator-ramp    998                                 regulator-ramp-delay = <12500>;
992                                 regulator-alwa    999                                 regulator-always-on;
993                         };                        1000                         };
994                                                   1001 
995                         mt6397_vgpu_reg: buck_    1002                         mt6397_vgpu_reg: buck_vgpu {
996                                 regulator-comp    1003                                 regulator-compatible = "buck_vgpu";
997                                 regulator-name    1004                                 regulator-name = "vgpu";
998                                 regulator-min-    1005                                 regulator-min-microvolt = < 700000>;
999                                 regulator-max-    1006                                 regulator-max-microvolt = <1350000>;
1000                                 regulator-ram    1007                                 regulator-ramp-delay = <12500>;
1001                                 regulator-ena    1008                                 regulator-enable-ramp-delay = <115>;
1002                         };                       1009                         };
1003                                                  1010 
1004                         mt6397_vdrm_reg: buck    1011                         mt6397_vdrm_reg: buck_vdrm {
1005                                 regulator-com    1012                                 regulator-compatible = "buck_vdrm";
1006                                 regulator-nam    1013                                 regulator-name = "vdrm";
1007                                 regulator-min    1014                                 regulator-min-microvolt = <1200000>;
1008                                 regulator-max    1015                                 regulator-max-microvolt = <1400000>;
1009                                 regulator-ram    1016                                 regulator-ramp-delay = <12500>;
1010                                 regulator-alw    1017                                 regulator-always-on;
1011                         };                       1018                         };
1012                                                  1019 
1013                         mt6397_vio18_reg: buc    1020                         mt6397_vio18_reg: buck_vio18 {
1014                                 regulator-com    1021                                 regulator-compatible = "buck_vio18";
1015                                 regulator-nam    1022                                 regulator-name = "vio18";
1016                                 regulator-min    1023                                 regulator-min-microvolt = <1620000>;
1017                                 regulator-max    1024                                 regulator-max-microvolt = <1980000>;
1018                                 regulator-ram    1025                                 regulator-ramp-delay = <12500>;
1019                                 regulator-alw    1026                                 regulator-always-on;
1020                         };                       1027                         };
1021                                                  1028 
1022                         mt6397_vtcxo_reg: ldo    1029                         mt6397_vtcxo_reg: ldo_vtcxo {
1023                                 regulator-com    1030                                 regulator-compatible = "ldo_vtcxo";
1024                                 regulator-nam    1031                                 regulator-name = "vtcxo";
1025                                 regulator-alw    1032                                 regulator-always-on;
1026                         };                       1033                         };
1027                                                  1034 
1028                         mt6397_va28_reg: ldo_    1035                         mt6397_va28_reg: ldo_va28 {
1029                                 regulator-com    1036                                 regulator-compatible = "ldo_va28";
1030                                 regulator-nam    1037                                 regulator-name = "va28";
1031                         };                       1038                         };
1032                                                  1039 
1033                         mt6397_vcama_reg: ldo    1040                         mt6397_vcama_reg: ldo_vcama {
1034                                 regulator-com    1041                                 regulator-compatible = "ldo_vcama";
1035                                 regulator-nam    1042                                 regulator-name = "vcama";
1036                                 regulator-min    1043                                 regulator-min-microvolt = <1800000>;
1037                                 regulator-max    1044                                 regulator-max-microvolt = <1800000>;
1038                                 regulator-ena    1045                                 regulator-enable-ramp-delay = <218>;
1039                         };                       1046                         };
1040                                                  1047 
1041                         mt6397_vio28_reg: ldo    1048                         mt6397_vio28_reg: ldo_vio28 {
1042                                 regulator-com    1049                                 regulator-compatible = "ldo_vio28";
1043                                 regulator-nam    1050                                 regulator-name = "vio28";
1044                                 regulator-alw    1051                                 regulator-always-on;
1045                         };                       1052                         };
1046                                                  1053 
1047                         mt6397_vusb_reg: ldo_    1054                         mt6397_vusb_reg: ldo_vusb {
1048                                 regulator-com    1055                                 regulator-compatible = "ldo_vusb";
1049                                 regulator-nam    1056                                 regulator-name = "vusb";
1050                         };                       1057                         };
1051                                                  1058 
1052                         mt6397_vmc_reg: ldo_v    1059                         mt6397_vmc_reg: ldo_vmc {
1053                                 regulator-com    1060                                 regulator-compatible = "ldo_vmc";
1054                                 regulator-nam    1061                                 regulator-name = "vmc";
1055                                 regulator-min    1062                                 regulator-min-microvolt = <1800000>;
1056                                 regulator-max    1063                                 regulator-max-microvolt = <3300000>;
1057                                 regulator-ena    1064                                 regulator-enable-ramp-delay = <218>;
1058                         };                       1065                         };
1059                                                  1066 
1060                         mt6397_vmch_reg: ldo_    1067                         mt6397_vmch_reg: ldo_vmch {
1061                                 regulator-com    1068                                 regulator-compatible = "ldo_vmch";
1062                                 regulator-nam    1069                                 regulator-name = "vmch";
1063                                 regulator-min    1070                                 regulator-min-microvolt = <3000000>;
1064                                 regulator-max    1071                                 regulator-max-microvolt = <3300000>;
1065                                 regulator-ena    1072                                 regulator-enable-ramp-delay = <218>;
1066                         };                       1073                         };
1067                                                  1074 
1068                         mt6397_vemc_3v3_reg:     1075                         mt6397_vemc_3v3_reg: ldo_vemc3v3 {
1069                                 regulator-com    1076                                 regulator-compatible = "ldo_vemc3v3";
1070                                 regulator-nam    1077                                 regulator-name = "vemc_3v3";
1071                                 regulator-min    1078                                 regulator-min-microvolt = <3000000>;
1072                                 regulator-max    1079                                 regulator-max-microvolt = <3300000>;
1073                                 regulator-ena    1080                                 regulator-enable-ramp-delay = <218>;
1074                         };                       1081                         };
1075                                                  1082 
1076                         mt6397_vgp1_reg: ldo_    1083                         mt6397_vgp1_reg: ldo_vgp1 {
1077                                 regulator-com    1084                                 regulator-compatible = "ldo_vgp1";
1078                                 regulator-nam    1085                                 regulator-name = "vcamd";
1079                                 regulator-min    1086                                 regulator-min-microvolt = <1800000>;
1080                                 regulator-max    1087                                 regulator-max-microvolt = <1800000>;
1081                                 regulator-ena    1088                                 regulator-enable-ramp-delay = <240>;
1082                         };                       1089                         };
1083                                                  1090 
1084                         mt6397_vgp2_reg: ldo_    1091                         mt6397_vgp2_reg: ldo_vgp2 {
1085                                 regulator-com    1092                                 regulator-compatible = "ldo_vgp2";
1086                                 regulator-nam    1093                                 regulator-name = "vcamio";
1087                                 regulator-min    1094                                 regulator-min-microvolt = <3300000>;
1088                                 regulator-max    1095                                 regulator-max-microvolt = <3300000>;
1089                                 regulator-ena    1096                                 regulator-enable-ramp-delay = <218>;
1090                         };                       1097                         };
1091                                                  1098 
1092                         mt6397_vgp3_reg: ldo_    1099                         mt6397_vgp3_reg: ldo_vgp3 {
1093                                 regulator-com    1100                                 regulator-compatible = "ldo_vgp3";
1094                                 regulator-nam    1101                                 regulator-name = "vcamaf";
1095                                 regulator-min    1102                                 regulator-min-microvolt = <1800000>;
1096                                 regulator-max    1103                                 regulator-max-microvolt = <1800000>;
1097                                 regulator-ena    1104                                 regulator-enable-ramp-delay = <218>;
1098                         };                       1105                         };
1099                                                  1106 
1100                         mt6397_vgp4_reg: ldo_    1107                         mt6397_vgp4_reg: ldo_vgp4 {
1101                                 regulator-com    1108                                 regulator-compatible = "ldo_vgp4";
1102                                 regulator-nam    1109                                 regulator-name = "vgp4";
1103                                 regulator-min    1110                                 regulator-min-microvolt = <1200000>;
1104                                 regulator-max    1111                                 regulator-max-microvolt = <3300000>;
1105                                 regulator-ena    1112                                 regulator-enable-ramp-delay = <218>;
1106                         };                       1113                         };
1107                                                  1114 
1108                         mt6397_vgp5_reg: ldo_    1115                         mt6397_vgp5_reg: ldo_vgp5 {
1109                                 regulator-com    1116                                 regulator-compatible = "ldo_vgp5";
1110                                 regulator-nam    1117                                 regulator-name = "vgp5";
1111                                 regulator-min    1118                                 regulator-min-microvolt = <1200000>;
1112                                 regulator-max    1119                                 regulator-max-microvolt = <3000000>;
1113                                 regulator-ena    1120                                 regulator-enable-ramp-delay = <218>;
1114                         };                       1121                         };
1115                                                  1122 
1116                         mt6397_vgp6_reg: ldo_    1123                         mt6397_vgp6_reg: ldo_vgp6 {
1117                                 regulator-com    1124                                 regulator-compatible = "ldo_vgp6";
1118                                 regulator-nam    1125                                 regulator-name = "vgp6";
1119                                 regulator-min    1126                                 regulator-min-microvolt = <3300000>;
1120                                 regulator-max    1127                                 regulator-max-microvolt = <3300000>;
1121                                 regulator-ena    1128                                 regulator-enable-ramp-delay = <218>;
1122                                 regulator-alw    1129                                 regulator-always-on;
1123                         };                       1130                         };
1124                                                  1131 
1125                         mt6397_vibr_reg: ldo_    1132                         mt6397_vibr_reg: ldo_vibr {
1126                                 regulator-com    1133                                 regulator-compatible = "ldo_vibr";
1127                                 regulator-nam    1134                                 regulator-name = "vibr";
1128                                 regulator-min    1135                                 regulator-min-microvolt = <1300000>;
1129                                 regulator-max    1136                                 regulator-max-microvolt = <3300000>;
1130                                 regulator-ena    1137                                 regulator-enable-ramp-delay = <218>;
1131                         };                       1138                         };
1132                 };                               1139                 };
1133                                                  1140 
1134                 rtc: mt6397rtc {                 1141                 rtc: mt6397rtc {
1135                         compatible = "mediate    1142                         compatible = "mediatek,mt6397-rtc";
1136                 };                               1143                 };
                                                   >> 1144 
                                                   >> 1145                 syscfg_pctl_pmic: syscfg_pctl_pmic@c000 {
                                                   >> 1146                         compatible = "mediatek,mt6397-pctl-pmic-syscfg",
                                                   >> 1147                                      "syscon";
                                                   >> 1148                         reg = <0 0x0000c000 0 0x0108>;
                                                   >> 1149                 };
1137         };                                       1150         };
1138 };                                               1151 };
1139                                                  1152 
1140 &spi {                                           1153 &spi {
1141         pinctrl-names = "default";               1154         pinctrl-names = "default";
1142         pinctrl-0 = <&spi_pins_a>;               1155         pinctrl-0 = <&spi_pins_a>;
1143         mediatek,pad-select = <1>;               1156         mediatek,pad-select = <1>;
1144         status = "okay";                         1157         status = "okay";
1145         /* clients */                            1158         /* clients */
1146         cros_ec: ec@0 {                          1159         cros_ec: ec@0 {
1147                 compatible = "google,cros-ec-    1160                 compatible = "google,cros-ec-spi";
1148                 reg = <0x0>;                     1161                 reg = <0x0>;
1149                 spi-max-frequency = <12000000    1162                 spi-max-frequency = <12000000>;
1150                 interrupts-extended = <&pio 0 !! 1163                 interrupt-parent = <&pio>;
                                                   >> 1164                 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
1151                 google,cros-ec-spi-msg-delay     1165                 google,cros-ec-spi-msg-delay = <500>;
1152                 wakeup-source;                << 
1153                                                  1166 
1154                 i2c_tunnel: i2c-tunnel0 {        1167                 i2c_tunnel: i2c-tunnel0 {
1155                         compatible = "google,    1168                         compatible = "google,cros-ec-i2c-tunnel";
1156                         google,remote-bus = <    1169                         google,remote-bus = <0>;
1157                         #address-cells = <1>;    1170                         #address-cells = <1>;
1158                         #size-cells = <0>;       1171                         #size-cells = <0>;
1159                                                  1172 
1160                         battery: sbs-battery@    1173                         battery: sbs-battery@b {
1161                                 compatible =     1174                                 compatible = "sbs,sbs-battery";
1162                                 reg = <0xb>;     1175                                 reg = <0xb>;
1163                                 sbs,i2c-retry    1176                                 sbs,i2c-retry-count = <2>;
1164                                 sbs,poll-retr    1177                                 sbs,poll-retry-count = <1>;
1165                         };                       1178                         };
1166                 };                               1179                 };
1167         };                                       1180         };
1168 };                                               1181 };
1169                                                  1182 
1170 &ssusb {                                         1183 &ssusb {
1171         dr_mode = "host";                        1184         dr_mode = "host";
1172         wakeup-source;                           1185         wakeup-source;
1173         vusb33-supply = <&mt6397_vusb_reg>;      1186         vusb33-supply = <&mt6397_vusb_reg>;
1174         status = "okay";                         1187         status = "okay";
1175 };                                               1188 };
1176                                                  1189 
1177 &thermal {                                       1190 &thermal {
1178         bank0-supply = <&mt6397_vpca15_reg>;     1191         bank0-supply = <&mt6397_vpca15_reg>;
1179         bank1-supply = <&da9211_vcpu_reg>;       1192         bank1-supply = <&da9211_vcpu_reg>;
1180 };                                               1193 };
1181                                                  1194 
1182 &uart0 {                                         1195 &uart0 {
1183         status = "okay";                         1196         status = "okay";
1184 };                                               1197 };
1185                                                  1198 
1186 &usb_host {                                      1199 &usb_host {
1187         pinctrl-names = "default";               1200         pinctrl-names = "default";
1188         pinctrl-0 = <&usb_pins>;                 1201         pinctrl-0 = <&usb_pins>;
1189         vusb33-supply = <&mt6397_vusb_reg>;      1202         vusb33-supply = <&mt6397_vusb_reg>;
1190         status = "okay";                         1203         status = "okay";
1191 };                                               1204 };
1192                                                  1205 
1193 #include <arm/cros-ec-keyboard.dtsi>             1206 #include <arm/cros-ec-keyboard.dtsi>
                                                      

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