Merge branch 'for-5.8' into for-linus
[linux-2.6-microblaze.git] / arch / arm / boot / dts / aspeed-g5.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 #include <dt-bindings/clock/aspeed-clock.h>
3
4 / {
5         model = "Aspeed BMC";
6         compatible = "aspeed,ast2500";
7         #address-cells = <1>;
8         #size-cells = <1>;
9         interrupt-parent = <&vic>;
10
11         aliases {
12                 i2c0 = &i2c0;
13                 i2c1 = &i2c1;
14                 i2c2 = &i2c2;
15                 i2c3 = &i2c3;
16                 i2c4 = &i2c4;
17                 i2c5 = &i2c5;
18                 i2c6 = &i2c6;
19                 i2c7 = &i2c7;
20                 i2c8 = &i2c8;
21                 i2c9 = &i2c9;
22                 i2c10 = &i2c10;
23                 i2c11 = &i2c11;
24                 i2c12 = &i2c12;
25                 i2c13 = &i2c13;
26                 serial0 = &uart1;
27                 serial1 = &uart2;
28                 serial2 = &uart3;
29                 serial3 = &uart4;
30                 serial4 = &uart5;
31                 serial5 = &vuart;
32         };
33
34         cpus {
35                 #address-cells = <1>;
36                 #size-cells = <0>;
37
38                 cpu@0 {
39                         compatible = "arm,arm1176jzf-s";
40                         device_type = "cpu";
41                         reg = <0>;
42                 };
43         };
44
45         memory@80000000 {
46                 device_type = "memory";
47                 reg = <0x80000000 0>;
48         };
49
50         ahb {
51                 compatible = "simple-bus";
52                 #address-cells = <1>;
53                 #size-cells = <1>;
54                 ranges;
55
56                 fmc: spi@1e620000 {
57                         reg = < 0x1e620000 0xc4
58                                 0x20000000 0x10000000 >;
59                         #address-cells = <1>;
60                         #size-cells = <0>;
61                         compatible = "aspeed,ast2500-fmc";
62                         clocks = <&syscon ASPEED_CLK_AHB>;
63                         status = "disabled";
64                         interrupts = <19>;
65                         flash@0 {
66                                 reg = < 0 >;
67                                 compatible = "jedec,spi-nor";
68                                 spi-max-frequency = <50000000>;
69                                 status = "disabled";
70                         };
71                         flash@1 {
72                                 reg = < 1 >;
73                                 compatible = "jedec,spi-nor";
74                                 spi-max-frequency = <50000000>;
75                                 status = "disabled";
76                         };
77                         flash@2 {
78                                 reg = < 2 >;
79                                 compatible = "jedec,spi-nor";
80                                 spi-max-frequency = <50000000>;
81                                 status = "disabled";
82                         };
83                 };
84
85                 spi1: spi@1e630000 {
86                         reg = < 0x1e630000 0xc4
87                                 0x30000000 0x08000000 >;
88                         #address-cells = <1>;
89                         #size-cells = <0>;
90                         compatible = "aspeed,ast2500-spi";
91                         clocks = <&syscon ASPEED_CLK_AHB>;
92                         status = "disabled";
93                         flash@0 {
94                                 reg = < 0 >;
95                                 compatible = "jedec,spi-nor";
96                                 spi-max-frequency = <50000000>;
97                                 status = "disabled";
98                         };
99                         flash@1 {
100                                 reg = < 1 >;
101                                 compatible = "jedec,spi-nor";
102                                 spi-max-frequency = <50000000>;
103                                 status = "disabled";
104                         };
105                 };
106
107                 spi2: spi@1e631000 {
108                         reg = < 0x1e631000 0xc4
109                                 0x38000000 0x08000000 >;
110                         #address-cells = <1>;
111                         #size-cells = <0>;
112                         compatible = "aspeed,ast2500-spi";
113                         clocks = <&syscon ASPEED_CLK_AHB>;
114                         status = "disabled";
115                         flash@0 {
116                                 reg = < 0 >;
117                                 compatible = "jedec,spi-nor";
118                                 spi-max-frequency = <50000000>;
119                                 status = "disabled";
120                         };
121                         flash@1 {
122                                 reg = < 1 >;
123                                 compatible = "jedec,spi-nor";
124                                 spi-max-frequency = <50000000>;
125                                 status = "disabled";
126                         };
127                 };
128
129                 vic: interrupt-controller@1e6c0080 {
130                         compatible = "aspeed,ast2400-vic";
131                         interrupt-controller;
132                         #interrupt-cells = <1>;
133                         valid-sources = <0xfefff7ff 0x0807ffff>;
134                         reg = <0x1e6c0080 0x80>;
135                 };
136
137                 cvic: copro-interrupt-controller@1e6c2000 {
138                         compatible = "aspeed,ast2500-cvic", "aspeed-cvic";
139                         valid-sources = <0xffffffff>;
140                         copro-sw-interrupts = <1>;
141                         reg = <0x1e6c2000 0x80>;
142                 };
143
144                 mac0: ethernet@1e660000 {
145                         compatible = "aspeed,ast2500-mac", "faraday,ftgmac100";
146                         reg = <0x1e660000 0x180>;
147                         interrupts = <2>;
148                         clocks = <&syscon ASPEED_CLK_GATE_MAC1CLK>;
149                         status = "disabled";
150                 };
151
152                 mac1: ethernet@1e680000 {
153                         compatible = "aspeed,ast2500-mac", "faraday,ftgmac100";
154                         reg = <0x1e680000 0x180>;
155                         interrupts = <3>;
156                         clocks = <&syscon ASPEED_CLK_GATE_MAC2CLK>;
157                         status = "disabled";
158                 };
159
160                 ehci0: usb@1e6a1000 {
161                         compatible = "aspeed,ast2500-ehci", "generic-ehci";
162                         reg = <0x1e6a1000 0x100>;
163                         interrupts = <5>;
164                         clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>;
165                         pinctrl-names = "default";
166                         pinctrl-0 = <&pinctrl_usb2ah_default>;
167                         status = "disabled";
168                 };
169
170                 ehci1: usb@1e6a3000 {
171                         compatible = "aspeed,ast2500-ehci", "generic-ehci";
172                         reg = <0x1e6a3000 0x100>;
173                         interrupts = <13>;
174                         clocks = <&syscon ASPEED_CLK_GATE_USBPORT2CLK>;
175                         pinctrl-names = "default";
176                         pinctrl-0 = <&pinctrl_usb2bh_default>;
177                         status = "disabled";
178                 };
179
180                 uhci: usb@1e6b0000 {
181                         compatible = "aspeed,ast2500-uhci", "generic-uhci";
182                         reg = <0x1e6b0000 0x100>;
183                         interrupts = <14>;
184                         #ports = <2>;
185                         clocks = <&syscon ASPEED_CLK_GATE_USBUHCICLK>;
186                         status = "disabled";
187                         /*
188                          * No default pinmux, it will follow EHCI, use an explicit pinmux
189                          * override if you don't enable EHCI
190                          */
191                 };
192
193                 vhub: usb-vhub@1e6a0000 {
194                         compatible = "aspeed,ast2500-usb-vhub";
195                         reg = <0x1e6a0000 0x300>;
196                         interrupts = <5>;
197                         clocks = <&syscon ASPEED_CLK_GATE_USBPORT1CLK>;
198                         aspeed,vhub-downstream-ports = <5>;
199                         aspeed,vhub-generic-endpoints = <15>;
200                         pinctrl-names = "default";
201                         pinctrl-0 = <&pinctrl_usb2ad_default>;
202                         status = "disabled";
203                 };
204
205                 apb {
206                         compatible = "simple-bus";
207                         #address-cells = <1>;
208                         #size-cells = <1>;
209                         ranges;
210
211                         edac: memory-controller@1e6e0000 {
212                                 compatible = "aspeed,ast2500-sdram-edac";
213                                 reg = <0x1e6e0000 0x174>;
214                                 interrupts = <0>;
215                                 status = "disabled";
216                         };
217
218                         syscon: syscon@1e6e2000 {
219                                 compatible = "aspeed,ast2500-scu", "syscon", "simple-mfd";
220                                 reg = <0x1e6e2000 0x1a8>;
221                                 #address-cells = <1>;
222                                 #size-cells = <1>;
223                                 ranges = <0 0x1e6e2000 0x1000>;
224                                 #clock-cells = <1>;
225                                 #reset-cells = <1>;
226
227                                 p2a: p2a-control@2c {
228                                         compatible = "aspeed,ast2500-p2a-ctrl";
229                                         reg = <0x2c 0x4>;
230                                         status = "disabled";
231                                 };
232
233                                 pinctrl: pinctrl@80 {
234                                         compatible = "aspeed,ast2500-pinctrl";
235                                         reg = <0x80 0x18>, <0xa0 0x10>;
236                                         aspeed,external-nodes = <&gfx>, <&lhc>;
237                                 };
238                         };
239
240                         rng: hwrng@1e6e2078 {
241                                 compatible = "timeriomem_rng";
242                                 reg = <0x1e6e2078 0x4>;
243                                 period = <1>;
244                                 quality = <100>;
245                         };
246
247                         gfx: display@1e6e6000 {
248                                 compatible = "aspeed,ast2500-gfx", "syscon";
249                                 reg = <0x1e6e6000 0x1000>;
250                                 reg-io-width = <4>;
251                                 clocks = <&syscon ASPEED_CLK_GATE_D1CLK>;
252                                 resets = <&syscon ASPEED_RESET_CRT1>;
253                                 status = "disabled";
254                                 interrupts = <0x19>;
255                         };
256
257                         adc: adc@1e6e9000 {
258                                 compatible = "aspeed,ast2500-adc";
259                                 reg = <0x1e6e9000 0xb0>;
260                                 clocks = <&syscon ASPEED_CLK_APB>;
261                                 resets = <&syscon ASPEED_RESET_ADC>;
262                                 #io-channel-cells = <1>;
263                                 status = "disabled";
264                         };
265
266                         video: video@1e700000 {
267                                 compatible = "aspeed,ast2500-video-engine";
268                                 reg = <0x1e700000 0x1000>;
269                                 clocks = <&syscon ASPEED_CLK_GATE_VCLK>,
270                                          <&syscon ASPEED_CLK_GATE_ECLK>;
271                                 clock-names = "vclk", "eclk";
272                                 interrupts = <7>;
273                                 status = "disabled";
274                         };
275
276                         sram: sram@1e720000 {
277                                 compatible = "mmio-sram";
278                                 reg = <0x1e720000 0x9000>;      // 36K
279                         };
280
281                         sdmmc: sd-controller@1e740000 {
282                                 compatible = "aspeed,ast2500-sd-controller";
283                                 reg = <0x1e740000 0x100>;
284                                 #address-cells = <1>;
285                                 #size-cells = <1>;
286                                 ranges = <0 0x1e740000 0x10000>;
287                                 clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;
288                                 status = "disabled";
289
290                                 sdhci0: sdhci@100 {
291                                         compatible = "aspeed,ast2500-sdhci";
292                                         reg = <0x100 0x100>;
293                                         interrupts = <26>;
294                                         sdhci,auto-cmd12;
295                                         clocks = <&syscon ASPEED_CLK_SDIO>;
296                                         status = "disabled";
297                                 };
298
299                                 sdhci1: sdhci@200 {
300                                         compatible = "aspeed,ast2500-sdhci";
301                                         reg = <0x200 0x100>;
302                                         interrupts = <26>;
303                                         sdhci,auto-cmd12;
304                                         clocks = <&syscon ASPEED_CLK_SDIO>;
305                                         status = "disabled";
306                                 };
307                         };
308
309                         gpio: gpio@1e780000 {
310                                 #gpio-cells = <2>;
311                                 gpio-controller;
312                                 compatible = "aspeed,ast2500-gpio";
313                                 reg = <0x1e780000 0x200>;
314                                 interrupts = <20>;
315                                 gpio-ranges = <&pinctrl 0 0 232>;
316                                 clocks = <&syscon ASPEED_CLK_APB>;
317                                 interrupt-controller;
318                                 #interrupt-cells = <2>;
319                         };
320
321                         sgpio: sgpio@1e780200 {
322                                 #gpio-cells = <2>;
323                                 compatible = "aspeed,ast2500-sgpio";
324                                 gpio-controller;
325                                 interrupts = <40>;
326                                 reg = <0x1e780200 0x0100>;
327                                 clocks = <&syscon ASPEED_CLK_APB>;
328                                 interrupt-controller;
329                                 ngpios = <8>;
330                                 bus-frequency = <12000000>;
331                                 pinctrl-names = "default";
332                                 pinctrl-0 = <&pinctrl_sgpm_default>;
333                                 status = "disabled";
334                         };
335
336                         rtc: rtc@1e781000 {
337                                 compatible = "aspeed,ast2500-rtc";
338                                 reg = <0x1e781000 0x18>;
339                                 status = "disabled";
340                         };
341
342                         timer: timer@1e782000 {
343                                 /* This timer is a Faraday FTTMR010 derivative */
344                                 compatible = "aspeed,ast2400-timer";
345                                 reg = <0x1e782000 0x90>;
346                                 interrupts = <16 17 18 35 36 37 38 39>;
347                                 clocks = <&syscon ASPEED_CLK_APB>;
348                                 clock-names = "PCLK";
349                         };
350
351                         uart1: serial@1e783000 {
352                                 compatible = "ns16550a";
353                                 reg = <0x1e783000 0x20>;
354                                 reg-shift = <2>;
355                                 interrupts = <9>;
356                                 clocks = <&syscon ASPEED_CLK_GATE_UART1CLK>;
357                                 resets = <&lpc_reset 4>;
358                                 no-loopback-test;
359                                 status = "disabled";
360                         };
361
362                         uart5: serial@1e784000 {
363                                 compatible = "ns16550a";
364                                 reg = <0x1e784000 0x20>;
365                                 reg-shift = <2>;
366                                 interrupts = <10>;
367                                 clocks = <&syscon ASPEED_CLK_GATE_UART5CLK>;
368                                 no-loopback-test;
369                                 status = "disabled";
370                         };
371
372                         wdt1: watchdog@1e785000 {
373                                 compatible = "aspeed,ast2500-wdt";
374                                 reg = <0x1e785000 0x20>;
375                                 clocks = <&syscon ASPEED_CLK_APB>;
376                         };
377
378                         wdt2: watchdog@1e785020 {
379                                 compatible = "aspeed,ast2500-wdt";
380                                 reg = <0x1e785020 0x20>;
381                                 clocks = <&syscon ASPEED_CLK_APB>;
382                         };
383
384                         wdt3: watchdog@1e785040 {
385                                 compatible = "aspeed,ast2500-wdt";
386                                 reg = <0x1e785040 0x20>;
387                                 clocks = <&syscon ASPEED_CLK_APB>;
388                                 status = "disabled";
389                         };
390
391                         pwm_tacho: pwm-tacho-controller@1e786000 {
392                                 compatible = "aspeed,ast2500-pwm-tacho";
393                                 #address-cells = <1>;
394                                 #size-cells = <0>;
395                                 reg = <0x1e786000 0x1000>;
396                                 clocks = <&syscon ASPEED_CLK_24M>;
397                                 resets = <&syscon ASPEED_RESET_PWM>;
398                                 status = "disabled";
399                         };
400
401                         vuart: serial@1e787000 {
402                                 compatible = "aspeed,ast2500-vuart";
403                                 reg = <0x1e787000 0x40>;
404                                 reg-shift = <2>;
405                                 interrupts = <8>;
406                                 clocks = <&syscon ASPEED_CLK_APB>;
407                                 no-loopback-test;
408                                 aspeed,sirq-polarity-sense = <&syscon 0x70 25>;
409                                 status = "disabled";
410                         };
411
412                         lpc: lpc@1e789000 {
413                                 compatible = "aspeed,ast2500-lpc", "simple-mfd";
414                                 reg = <0x1e789000 0x1000>;
415
416                                 #address-cells = <1>;
417                                 #size-cells = <1>;
418                                 ranges = <0x0 0x1e789000 0x1000>;
419
420                                 lpc_bmc: lpc-bmc@0 {
421                                         compatible = "aspeed,ast2500-lpc-bmc", "simple-mfd", "syscon";
422                                         reg = <0x0 0x80>;
423                                         reg-io-width = <4>;
424
425                                         #address-cells = <1>;
426                                         #size-cells = <1>;
427                                         ranges = <0x0 0x0 0x80>;
428
429                                         kcs1: kcs1@0 {
430                                                 compatible = "aspeed,ast2500-kcs-bmc";
431                                                 interrupts = <8>;
432                                                 kcs_chan = <1>;
433                                                 status = "disabled";
434                                         };
435                                         kcs2: kcs2@0 {
436                                                 compatible = "aspeed,ast2500-kcs-bmc";
437                                                 interrupts = <8>;
438                                                 kcs_chan = <2>;
439                                                 status = "disabled";
440                                         };
441                                         kcs3: kcs3@0 {
442                                                 compatible = "aspeed,ast2500-kcs-bmc";
443                                                 interrupts = <8>;
444                                                 kcs_chan = <3>;
445                                                 status = "disabled";
446                                         };
447                                 };
448
449                                 lpc_host: lpc-host@80 {
450                                         compatible = "aspeed,ast2500-lpc-host", "simple-mfd", "syscon";
451                                         reg = <0x80 0x1e0>;
452                                         reg-io-width = <4>;
453
454                                         #address-cells = <1>;
455                                         #size-cells = <1>;
456                                         ranges = <0x0 0x80 0x1e0>;
457
458                                         kcs4: kcs4@0 {
459                                                 compatible = "aspeed,ast2500-kcs-bmc";
460                                                 interrupts = <8>;
461                                                 kcs_chan = <4>;
462                                                 status = "disabled";
463                                         };
464
465                                         lpc_ctrl: lpc-ctrl@0 {
466                                                 compatible = "aspeed,ast2500-lpc-ctrl";
467                                                 reg = <0x0 0x10>;
468                                                 clocks = <&syscon ASPEED_CLK_GATE_LCLK>;
469                                                 status = "disabled";
470                                         };
471
472                                         lpc_snoop: lpc-snoop@10 {
473                                                 compatible = "aspeed,ast2500-lpc-snoop";
474                                                 reg = <0x10 0x8>;
475                                                 interrupts = <8>;
476                                                 status = "disabled";
477                                         };
478
479                                         lpc_reset: reset-controller@18 {
480                                                 compatible = "aspeed,ast2500-lpc-reset";
481                                                 reg = <0x18 0x4>;
482                                                 #reset-cells = <1>;
483                                         };
484
485                                         lhc: lhc@20 {
486                                                 compatible = "aspeed,ast2500-lhc";
487                                                 reg = <0x20 0x24 0x48 0x8>;
488                                         };
489
490
491                                         ibt: ibt@c0 {
492                                                 compatible = "aspeed,ast2500-ibt-bmc";
493                                                 reg = <0xc0 0x18>;
494                                                 interrupts = <8>;
495                                                 status = "disabled";
496                                         };
497                                 };
498                         };
499
500                         uart2: serial@1e78d000 {
501                                 compatible = "ns16550a";
502                                 reg = <0x1e78d000 0x20>;
503                                 reg-shift = <2>;
504                                 interrupts = <32>;
505                                 clocks = <&syscon ASPEED_CLK_GATE_UART2CLK>;
506                                 resets = <&lpc_reset 5>;
507                                 no-loopback-test;
508                                 status = "disabled";
509                         };
510
511                         uart3: serial@1e78e000 {
512                                 compatible = "ns16550a";
513                                 reg = <0x1e78e000 0x20>;
514                                 reg-shift = <2>;
515                                 interrupts = <33>;
516                                 clocks = <&syscon ASPEED_CLK_GATE_UART3CLK>;
517                                 resets = <&lpc_reset 6>;
518                                 no-loopback-test;
519                                 status = "disabled";
520                         };
521
522                         uart4: serial@1e78f000 {
523                                 compatible = "ns16550a";
524                                 reg = <0x1e78f000 0x20>;
525                                 reg-shift = <2>;
526                                 interrupts = <34>;
527                                 clocks = <&syscon ASPEED_CLK_GATE_UART4CLK>;
528                                 resets = <&lpc_reset 7>;
529                                 no-loopback-test;
530                                 status = "disabled";
531                         };
532
533                         i2c: bus@1e78a000 {
534                                 compatible = "simple-bus";
535                                 #address-cells = <1>;
536                                 #size-cells = <1>;
537                                 ranges = <0 0x1e78a000 0x1000>;
538                         };
539                 };
540         };
541 };
542
543 &i2c {
544         i2c_ic: interrupt-controller@0 {
545                 #interrupt-cells = <1>;
546                 compatible = "aspeed,ast2500-i2c-ic";
547                 reg = <0x0 0x40>;
548                 interrupts = <12>;
549                 interrupt-controller;
550         };
551
552         i2c0: i2c-bus@40 {
553                 #address-cells = <1>;
554                 #size-cells = <0>;
555                 #interrupt-cells = <1>;
556
557                 reg = <0x40 0x40>;
558                 compatible = "aspeed,ast2500-i2c-bus";
559                 clocks = <&syscon ASPEED_CLK_APB>;
560                 resets = <&syscon ASPEED_RESET_I2C>;
561                 bus-frequency = <100000>;
562                 interrupts = <0>;
563                 interrupt-parent = <&i2c_ic>;
564                 status = "disabled";
565                 /* Does not need pinctrl properties */
566         };
567
568         i2c1: i2c-bus@80 {
569                 #address-cells = <1>;
570                 #size-cells = <0>;
571                 #interrupt-cells = <1>;
572
573                 reg = <0x80 0x40>;
574                 compatible = "aspeed,ast2500-i2c-bus";
575                 clocks = <&syscon ASPEED_CLK_APB>;
576                 resets = <&syscon ASPEED_RESET_I2C>;
577                 bus-frequency = <100000>;
578                 interrupts = <1>;
579                 interrupt-parent = <&i2c_ic>;
580                 status = "disabled";
581                 /* Does not need pinctrl properties */
582         };
583
584         i2c2: i2c-bus@c0 {
585                 #address-cells = <1>;
586                 #size-cells = <0>;
587                 #interrupt-cells = <1>;
588
589                 reg = <0xc0 0x40>;
590                 compatible = "aspeed,ast2500-i2c-bus";
591                 clocks = <&syscon ASPEED_CLK_APB>;
592                 resets = <&syscon ASPEED_RESET_I2C>;
593                 bus-frequency = <100000>;
594                 interrupts = <2>;
595                 interrupt-parent = <&i2c_ic>;
596                 pinctrl-names = "default";
597                 pinctrl-0 = <&pinctrl_i2c3_default>;
598                 status = "disabled";
599         };
600
601         i2c3: i2c-bus@100 {
602                 #address-cells = <1>;
603                 #size-cells = <0>;
604                 #interrupt-cells = <1>;
605
606                 reg = <0x100 0x40>;
607                 compatible = "aspeed,ast2500-i2c-bus";
608                 clocks = <&syscon ASPEED_CLK_APB>;
609                 resets = <&syscon ASPEED_RESET_I2C>;
610                 bus-frequency = <100000>;
611                 interrupts = <3>;
612                 interrupt-parent = <&i2c_ic>;
613                 pinctrl-names = "default";
614                 pinctrl-0 = <&pinctrl_i2c4_default>;
615                 status = "disabled";
616         };
617
618         i2c4: i2c-bus@140 {
619                 #address-cells = <1>;
620                 #size-cells = <0>;
621                 #interrupt-cells = <1>;
622
623                 reg = <0x140 0x40>;
624                 compatible = "aspeed,ast2500-i2c-bus";
625                 clocks = <&syscon ASPEED_CLK_APB>;
626                 resets = <&syscon ASPEED_RESET_I2C>;
627                 bus-frequency = <100000>;
628                 interrupts = <4>;
629                 interrupt-parent = <&i2c_ic>;
630                 pinctrl-names = "default";
631                 pinctrl-0 = <&pinctrl_i2c5_default>;
632                 status = "disabled";
633         };
634
635         i2c5: i2c-bus@180 {
636                 #address-cells = <1>;
637                 #size-cells = <0>;
638                 #interrupt-cells = <1>;
639
640                 reg = <0x180 0x40>;
641                 compatible = "aspeed,ast2500-i2c-bus";
642                 clocks = <&syscon ASPEED_CLK_APB>;
643                 resets = <&syscon ASPEED_RESET_I2C>;
644                 bus-frequency = <100000>;
645                 interrupts = <5>;
646                 interrupt-parent = <&i2c_ic>;
647                 pinctrl-names = "default";
648                 pinctrl-0 = <&pinctrl_i2c6_default>;
649                 status = "disabled";
650         };
651
652         i2c6: i2c-bus@1c0 {
653                 #address-cells = <1>;
654                 #size-cells = <0>;
655                 #interrupt-cells = <1>;
656
657                 reg = <0x1c0 0x40>;
658                 compatible = "aspeed,ast2500-i2c-bus";
659                 clocks = <&syscon ASPEED_CLK_APB>;
660                 resets = <&syscon ASPEED_RESET_I2C>;
661                 bus-frequency = <100000>;
662                 interrupts = <6>;
663                 interrupt-parent = <&i2c_ic>;
664                 pinctrl-names = "default";
665                 pinctrl-0 = <&pinctrl_i2c7_default>;
666                 status = "disabled";
667         };
668
669         i2c7: i2c-bus@300 {
670                 #address-cells = <1>;
671                 #size-cells = <0>;
672                 #interrupt-cells = <1>;
673
674                 reg = <0x300 0x40>;
675                 compatible = "aspeed,ast2500-i2c-bus";
676                 clocks = <&syscon ASPEED_CLK_APB>;
677                 resets = <&syscon ASPEED_RESET_I2C>;
678                 bus-frequency = <100000>;
679                 interrupts = <7>;
680                 interrupt-parent = <&i2c_ic>;
681                 pinctrl-names = "default";
682                 pinctrl-0 = <&pinctrl_i2c8_default>;
683                 status = "disabled";
684         };
685
686         i2c8: i2c-bus@340 {
687                 #address-cells = <1>;
688                 #size-cells = <0>;
689                 #interrupt-cells = <1>;
690
691                 reg = <0x340 0x40>;
692                 compatible = "aspeed,ast2500-i2c-bus";
693                 clocks = <&syscon ASPEED_CLK_APB>;
694                 resets = <&syscon ASPEED_RESET_I2C>;
695                 bus-frequency = <100000>;
696                 interrupts = <8>;
697                 interrupt-parent = <&i2c_ic>;
698                 pinctrl-names = "default";
699                 pinctrl-0 = <&pinctrl_i2c9_default>;
700                 status = "disabled";
701         };
702
703         i2c9: i2c-bus@380 {
704                 #address-cells = <1>;
705                 #size-cells = <0>;
706                 #interrupt-cells = <1>;
707
708                 reg = <0x380 0x40>;
709                 compatible = "aspeed,ast2500-i2c-bus";
710                 clocks = <&syscon ASPEED_CLK_APB>;
711                 resets = <&syscon ASPEED_RESET_I2C>;
712                 bus-frequency = <100000>;
713                 interrupts = <9>;
714                 interrupt-parent = <&i2c_ic>;
715                 pinctrl-names = "default";
716                 pinctrl-0 = <&pinctrl_i2c10_default>;
717                 status = "disabled";
718         };
719
720         i2c10: i2c-bus@3c0 {
721                 #address-cells = <1>;
722                 #size-cells = <0>;
723                 #interrupt-cells = <1>;
724
725                 reg = <0x3c0 0x40>;
726                 compatible = "aspeed,ast2500-i2c-bus";
727                 clocks = <&syscon ASPEED_CLK_APB>;
728                 resets = <&syscon ASPEED_RESET_I2C>;
729                 bus-frequency = <100000>;
730                 interrupts = <10>;
731                 interrupt-parent = <&i2c_ic>;
732                 pinctrl-names = "default";
733                 pinctrl-0 = <&pinctrl_i2c11_default>;
734                 status = "disabled";
735         };
736
737         i2c11: i2c-bus@400 {
738                 #address-cells = <1>;
739                 #size-cells = <0>;
740                 #interrupt-cells = <1>;
741
742                 reg = <0x400 0x40>;
743                 compatible = "aspeed,ast2500-i2c-bus";
744                 clocks = <&syscon ASPEED_CLK_APB>;
745                 resets = <&syscon ASPEED_RESET_I2C>;
746                 bus-frequency = <100000>;
747                 interrupts = <11>;
748                 interrupt-parent = <&i2c_ic>;
749                 pinctrl-names = "default";
750                 pinctrl-0 = <&pinctrl_i2c12_default>;
751                 status = "disabled";
752         };
753
754         i2c12: i2c-bus@440 {
755                 #address-cells = <1>;
756                 #size-cells = <0>;
757                 #interrupt-cells = <1>;
758
759                 reg = <0x440 0x40>;
760                 compatible = "aspeed,ast2500-i2c-bus";
761                 clocks = <&syscon ASPEED_CLK_APB>;
762                 resets = <&syscon ASPEED_RESET_I2C>;
763                 bus-frequency = <100000>;
764                 interrupts = <12>;
765                 interrupt-parent = <&i2c_ic>;
766                 pinctrl-names = "default";
767                 pinctrl-0 = <&pinctrl_i2c13_default>;
768                 status = "disabled";
769         };
770
771         i2c13: i2c-bus@480 {
772                 #address-cells = <1>;
773                 #size-cells = <0>;
774                 #interrupt-cells = <1>;
775
776                 reg = <0x480 0x40>;
777                 compatible = "aspeed,ast2500-i2c-bus";
778                 clocks = <&syscon ASPEED_CLK_APB>;
779                 resets = <&syscon ASPEED_RESET_I2C>;
780                 bus-frequency = <100000>;
781                 interrupts = <13>;
782                 interrupt-parent = <&i2c_ic>;
783                 pinctrl-names = "default";
784                 pinctrl-0 = <&pinctrl_i2c14_default>;
785                 status = "disabled";
786         };
787 };
788
789 &pinctrl {
790         pinctrl_acpi_default: acpi_default {
791                 function = "ACPI";
792                 groups = "ACPI";
793         };
794
795         pinctrl_adc0_default: adc0_default {
796                 function = "ADC0";
797                 groups = "ADC0";
798         };
799
800         pinctrl_adc1_default: adc1_default {
801                 function = "ADC1";
802                 groups = "ADC1";
803         };
804
805         pinctrl_adc10_default: adc10_default {
806                 function = "ADC10";
807                 groups = "ADC10";
808         };
809
810         pinctrl_adc11_default: adc11_default {
811                 function = "ADC11";
812                 groups = "ADC11";
813         };
814
815         pinctrl_adc12_default: adc12_default {
816                 function = "ADC12";
817                 groups = "ADC12";
818         };
819
820         pinctrl_adc13_default: adc13_default {
821                 function = "ADC13";
822                 groups = "ADC13";
823         };
824
825         pinctrl_adc14_default: adc14_default {
826                 function = "ADC14";
827                 groups = "ADC14";
828         };
829
830         pinctrl_adc15_default: adc15_default {
831                 function = "ADC15";
832                 groups = "ADC15";
833         };
834
835         pinctrl_adc2_default: adc2_default {
836                 function = "ADC2";
837                 groups = "ADC2";
838         };
839
840         pinctrl_adc3_default: adc3_default {
841                 function = "ADC3";
842                 groups = "ADC3";
843         };
844
845         pinctrl_adc4_default: adc4_default {
846                 function = "ADC4";
847                 groups = "ADC4";
848         };
849
850         pinctrl_adc5_default: adc5_default {
851                 function = "ADC5";
852                 groups = "ADC5";
853         };
854
855         pinctrl_adc6_default: adc6_default {
856                 function = "ADC6";
857                 groups = "ADC6";
858         };
859
860         pinctrl_adc7_default: adc7_default {
861                 function = "ADC7";
862                 groups = "ADC7";
863         };
864
865         pinctrl_adc8_default: adc8_default {
866                 function = "ADC8";
867                 groups = "ADC8";
868         };
869
870         pinctrl_adc9_default: adc9_default {
871                 function = "ADC9";
872                 groups = "ADC9";
873         };
874
875         pinctrl_bmcint_default: bmcint_default {
876                 function = "BMCINT";
877                 groups = "BMCINT";
878         };
879
880         pinctrl_ddcclk_default: ddcclk_default {
881                 function = "DDCCLK";
882                 groups = "DDCCLK";
883         };
884
885         pinctrl_ddcdat_default: ddcdat_default {
886                 function = "DDCDAT";
887                 groups = "DDCDAT";
888         };
889
890         pinctrl_espi_default: espi_default {
891                 function = "ESPI";
892                 groups = "ESPI";
893         };
894
895         pinctrl_fwspics1_default: fwspics1_default {
896                 function = "FWSPICS1";
897                 groups = "FWSPICS1";
898         };
899
900         pinctrl_fwspics2_default: fwspics2_default {
901                 function = "FWSPICS2";
902                 groups = "FWSPICS2";
903         };
904
905         pinctrl_gpid0_default: gpid0_default {
906                 function = "GPID0";
907                 groups = "GPID0";
908         };
909
910         pinctrl_gpid2_default: gpid2_default {
911                 function = "GPID2";
912                 groups = "GPID2";
913         };
914
915         pinctrl_gpid4_default: gpid4_default {
916                 function = "GPID4";
917                 groups = "GPID4";
918         };
919
920         pinctrl_gpid6_default: gpid6_default {
921                 function = "GPID6";
922                 groups = "GPID6";
923         };
924
925         pinctrl_gpie0_default: gpie0_default {
926                 function = "GPIE0";
927                 groups = "GPIE0";
928         };
929
930         pinctrl_gpie2_default: gpie2_default {
931                 function = "GPIE2";
932                 groups = "GPIE2";
933         };
934
935         pinctrl_gpie4_default: gpie4_default {
936                 function = "GPIE4";
937                 groups = "GPIE4";
938         };
939
940         pinctrl_gpie6_default: gpie6_default {
941                 function = "GPIE6";
942                 groups = "GPIE6";
943         };
944
945         pinctrl_i2c10_default: i2c10_default {
946                 function = "I2C10";
947                 groups = "I2C10";
948         };
949
950         pinctrl_i2c11_default: i2c11_default {
951                 function = "I2C11";
952                 groups = "I2C11";
953         };
954
955         pinctrl_i2c12_default: i2c12_default {
956                 function = "I2C12";
957                 groups = "I2C12";
958         };
959
960         pinctrl_i2c13_default: i2c13_default {
961                 function = "I2C13";
962                 groups = "I2C13";
963         };
964
965         pinctrl_i2c14_default: i2c14_default {
966                 function = "I2C14";
967                 groups = "I2C14";
968         };
969
970         pinctrl_i2c3_default: i2c3_default {
971                 function = "I2C3";
972                 groups = "I2C3";
973         };
974
975         pinctrl_i2c4_default: i2c4_default {
976                 function = "I2C4";
977                 groups = "I2C4";
978         };
979
980         pinctrl_i2c5_default: i2c5_default {
981                 function = "I2C5";
982                 groups = "I2C5";
983         };
984
985         pinctrl_i2c6_default: i2c6_default {
986                 function = "I2C6";
987                 groups = "I2C6";
988         };
989
990         pinctrl_i2c7_default: i2c7_default {
991                 function = "I2C7";
992                 groups = "I2C7";
993         };
994
995         pinctrl_i2c8_default: i2c8_default {
996                 function = "I2C8";
997                 groups = "I2C8";
998         };
999
1000         pinctrl_i2c9_default: i2c9_default {
1001                 function = "I2C9";
1002                 groups = "I2C9";
1003         };
1004
1005         pinctrl_lad0_default: lad0_default {
1006                 function = "LAD0";
1007                 groups = "LAD0";
1008         };
1009
1010         pinctrl_lad1_default: lad1_default {
1011                 function = "LAD1";
1012                 groups = "LAD1";
1013         };
1014
1015         pinctrl_lad2_default: lad2_default {
1016                 function = "LAD2";
1017                 groups = "LAD2";
1018         };
1019
1020         pinctrl_lad3_default: lad3_default {
1021                 function = "LAD3";
1022                 groups = "LAD3";
1023         };
1024
1025         pinctrl_lclk_default: lclk_default {
1026                 function = "LCLK";
1027                 groups = "LCLK";
1028         };
1029
1030         pinctrl_lframe_default: lframe_default {
1031                 function = "LFRAME";
1032                 groups = "LFRAME";
1033         };
1034
1035         pinctrl_lpchc_default: lpchc_default {
1036                 function = "LPCHC";
1037                 groups = "LPCHC";
1038         };
1039
1040         pinctrl_lpcpd_default: lpcpd_default {
1041                 function = "LPCPD";
1042                 groups = "LPCPD";
1043         };
1044
1045         pinctrl_lpcplus_default: lpcplus_default {
1046                 function = "LPCPLUS";
1047                 groups = "LPCPLUS";
1048         };
1049
1050         pinctrl_lpcpme_default: lpcpme_default {
1051                 function = "LPCPME";
1052                 groups = "LPCPME";
1053         };
1054
1055         pinctrl_lpcrst_default: lpcrst_default {
1056                 function = "LPCRST";
1057                 groups = "LPCRST";
1058         };
1059
1060         pinctrl_lpcsmi_default: lpcsmi_default {
1061                 function = "LPCSMI";
1062                 groups = "LPCSMI";
1063         };
1064
1065         pinctrl_lsirq_default: lsirq_default {
1066                 function = "LSIRQ";
1067                 groups = "LSIRQ";
1068         };
1069
1070         pinctrl_mac1link_default: mac1link_default {
1071                 function = "MAC1LINK";
1072                 groups = "MAC1LINK";
1073         };
1074
1075         pinctrl_mac2link_default: mac2link_default {
1076                 function = "MAC2LINK";
1077                 groups = "MAC2LINK";
1078         };
1079
1080         pinctrl_mdio1_default: mdio1_default {
1081                 function = "MDIO1";
1082                 groups = "MDIO1";
1083         };
1084
1085         pinctrl_mdio2_default: mdio2_default {
1086                 function = "MDIO2";
1087                 groups = "MDIO2";
1088         };
1089
1090         pinctrl_ncts1_default: ncts1_default {
1091                 function = "NCTS1";
1092                 groups = "NCTS1";
1093         };
1094
1095         pinctrl_ncts2_default: ncts2_default {
1096                 function = "NCTS2";
1097                 groups = "NCTS2";
1098         };
1099
1100         pinctrl_ncts3_default: ncts3_default {
1101                 function = "NCTS3";
1102                 groups = "NCTS3";
1103         };
1104
1105         pinctrl_ncts4_default: ncts4_default {
1106                 function = "NCTS4";
1107                 groups = "NCTS4";
1108         };
1109
1110         pinctrl_ndcd1_default: ndcd1_default {
1111                 function = "NDCD1";
1112                 groups = "NDCD1";
1113         };
1114
1115         pinctrl_ndcd2_default: ndcd2_default {
1116                 function = "NDCD2";
1117                 groups = "NDCD2";
1118         };
1119
1120         pinctrl_ndcd3_default: ndcd3_default {
1121                 function = "NDCD3";
1122                 groups = "NDCD3";
1123         };
1124
1125         pinctrl_ndcd4_default: ndcd4_default {
1126                 function = "NDCD4";
1127                 groups = "NDCD4";
1128         };
1129
1130         pinctrl_ndsr1_default: ndsr1_default {
1131                 function = "NDSR1";
1132                 groups = "NDSR1";
1133         };
1134
1135         pinctrl_ndsr2_default: ndsr2_default {
1136                 function = "NDSR2";
1137                 groups = "NDSR2";
1138         };
1139
1140         pinctrl_ndsr3_default: ndsr3_default {
1141                 function = "NDSR3";
1142                 groups = "NDSR3";
1143         };
1144
1145         pinctrl_ndsr4_default: ndsr4_default {
1146                 function = "NDSR4";
1147                 groups = "NDSR4";
1148         };
1149
1150         pinctrl_ndtr1_default: ndtr1_default {
1151                 function = "NDTR1";
1152                 groups = "NDTR1";
1153         };
1154
1155         pinctrl_ndtr2_default: ndtr2_default {
1156                 function = "NDTR2";
1157                 groups = "NDTR2";
1158         };
1159
1160         pinctrl_ndtr3_default: ndtr3_default {
1161                 function = "NDTR3";
1162                 groups = "NDTR3";
1163         };
1164
1165         pinctrl_ndtr4_default: ndtr4_default {
1166                 function = "NDTR4";
1167                 groups = "NDTR4";
1168         };
1169
1170         pinctrl_nri1_default: nri1_default {
1171                 function = "NRI1";
1172                 groups = "NRI1";
1173         };
1174
1175         pinctrl_nri2_default: nri2_default {
1176                 function = "NRI2";
1177                 groups = "NRI2";
1178         };
1179
1180         pinctrl_nri3_default: nri3_default {
1181                 function = "NRI3";
1182                 groups = "NRI3";
1183         };
1184
1185         pinctrl_nri4_default: nri4_default {
1186                 function = "NRI4";
1187                 groups = "NRI4";
1188         };
1189
1190         pinctrl_nrts1_default: nrts1_default {
1191                 function = "NRTS1";
1192                 groups = "NRTS1";
1193         };
1194
1195         pinctrl_nrts2_default: nrts2_default {
1196                 function = "NRTS2";
1197                 groups = "NRTS2";
1198         };
1199
1200         pinctrl_nrts3_default: nrts3_default {
1201                 function = "NRTS3";
1202                 groups = "NRTS3";
1203         };
1204
1205         pinctrl_nrts4_default: nrts4_default {
1206                 function = "NRTS4";
1207                 groups = "NRTS4";
1208         };
1209
1210         pinctrl_oscclk_default: oscclk_default {
1211                 function = "OSCCLK";
1212                 groups = "OSCCLK";
1213         };
1214
1215         pinctrl_pewake_default: pewake_default {
1216                 function = "PEWAKE";
1217                 groups = "PEWAKE";
1218         };
1219
1220         pinctrl_pnor_default: pnor_default {
1221                 function = "PNOR";
1222                 groups = "PNOR";
1223         };
1224
1225         pinctrl_pwm0_default: pwm0_default {
1226                 function = "PWM0";
1227                 groups = "PWM0";
1228         };
1229
1230         pinctrl_pwm1_default: pwm1_default {
1231                 function = "PWM1";
1232                 groups = "PWM1";
1233         };
1234
1235         pinctrl_pwm2_default: pwm2_default {
1236                 function = "PWM2";
1237                 groups = "PWM2";
1238         };
1239
1240         pinctrl_pwm3_default: pwm3_default {
1241                 function = "PWM3";
1242                 groups = "PWM3";
1243         };
1244
1245         pinctrl_pwm4_default: pwm4_default {
1246                 function = "PWM4";
1247                 groups = "PWM4";
1248         };
1249
1250         pinctrl_pwm5_default: pwm5_default {
1251                 function = "PWM5";
1252                 groups = "PWM5";
1253         };
1254
1255         pinctrl_pwm6_default: pwm6_default {
1256                 function = "PWM6";
1257                 groups = "PWM6";
1258         };
1259
1260         pinctrl_pwm7_default: pwm7_default {
1261                 function = "PWM7";
1262                 groups = "PWM7";
1263         };
1264
1265         pinctrl_rgmii1_default: rgmii1_default {
1266                 function = "RGMII1";
1267                 groups = "RGMII1";
1268         };
1269
1270         pinctrl_rgmii2_default: rgmii2_default {
1271                 function = "RGMII2";
1272                 groups = "RGMII2";
1273         };
1274
1275         pinctrl_rmii1_default: rmii1_default {
1276                 function = "RMII1";
1277                 groups = "RMII1";
1278         };
1279
1280         pinctrl_rmii2_default: rmii2_default {
1281                 function = "RMII2";
1282                 groups = "RMII2";
1283         };
1284
1285         pinctrl_rxd1_default: rxd1_default {
1286                 function = "RXD1";
1287                 groups = "RXD1";
1288         };
1289
1290         pinctrl_rxd2_default: rxd2_default {
1291                 function = "RXD2";
1292                 groups = "RXD2";
1293         };
1294
1295         pinctrl_rxd3_default: rxd3_default {
1296                 function = "RXD3";
1297                 groups = "RXD3";
1298         };
1299
1300         pinctrl_rxd4_default: rxd4_default {
1301                 function = "RXD4";
1302                 groups = "RXD4";
1303         };
1304
1305         pinctrl_salt1_default: salt1_default {
1306                 function = "SALT1";
1307                 groups = "SALT1";
1308         };
1309
1310         pinctrl_salt10_default: salt10_default {
1311                 function = "SALT10";
1312                 groups = "SALT10";
1313         };
1314
1315         pinctrl_salt11_default: salt11_default {
1316                 function = "SALT11";
1317                 groups = "SALT11";
1318         };
1319
1320         pinctrl_salt12_default: salt12_default {
1321                 function = "SALT12";
1322                 groups = "SALT12";
1323         };
1324
1325         pinctrl_salt13_default: salt13_default {
1326                 function = "SALT13";
1327                 groups = "SALT13";
1328         };
1329
1330         pinctrl_salt14_default: salt14_default {
1331                 function = "SALT14";
1332                 groups = "SALT14";
1333         };
1334
1335         pinctrl_salt2_default: salt2_default {
1336                 function = "SALT2";
1337                 groups = "SALT2";
1338         };
1339
1340         pinctrl_salt3_default: salt3_default {
1341                 function = "SALT3";
1342                 groups = "SALT3";
1343         };
1344
1345         pinctrl_salt4_default: salt4_default {
1346                 function = "SALT4";
1347                 groups = "SALT4";
1348         };
1349
1350         pinctrl_salt5_default: salt5_default {
1351                 function = "SALT5";
1352                 groups = "SALT5";
1353         };
1354
1355         pinctrl_salt6_default: salt6_default {
1356                 function = "SALT6";
1357                 groups = "SALT6";
1358         };
1359
1360         pinctrl_salt7_default: salt7_default {
1361                 function = "SALT7";
1362                 groups = "SALT7";
1363         };
1364
1365         pinctrl_salt8_default: salt8_default {
1366                 function = "SALT8";
1367                 groups = "SALT8";
1368         };
1369
1370         pinctrl_salt9_default: salt9_default {
1371                 function = "SALT9";
1372                 groups = "SALT9";
1373         };
1374
1375         pinctrl_scl1_default: scl1_default {
1376                 function = "SCL1";
1377                 groups = "SCL1";
1378         };
1379
1380         pinctrl_scl2_default: scl2_default {
1381                 function = "SCL2";
1382                 groups = "SCL2";
1383         };
1384
1385         pinctrl_sd1_default: sd1_default {
1386                 function = "SD1";
1387                 groups = "SD1";
1388         };
1389
1390         pinctrl_sd2_default: sd2_default {
1391                 function = "SD2";
1392                 groups = "SD2";
1393         };
1394
1395         pinctrl_sda1_default: sda1_default {
1396                 function = "SDA1";
1397                 groups = "SDA1";
1398         };
1399
1400         pinctrl_sda2_default: sda2_default {
1401                 function = "SDA2";
1402                 groups = "SDA2";
1403         };
1404
1405         pinctrl_sgpm_default: sgpm_default {
1406                 function = "SGPM";
1407                 groups = "SGPM";
1408         };
1409
1410         pinctrl_sgps1_default: sgps1_default {
1411                 function = "SGPS1";
1412                 groups = "SGPS1";
1413         };
1414
1415         pinctrl_sgps2_default: sgps2_default {
1416                 function = "SGPS2";
1417                 groups = "SGPS2";
1418         };
1419
1420         pinctrl_sioonctrl_default: sioonctrl_default {
1421                 function = "SIOONCTRL";
1422                 groups = "SIOONCTRL";
1423         };
1424
1425         pinctrl_siopbi_default: siopbi_default {
1426                 function = "SIOPBI";
1427                 groups = "SIOPBI";
1428         };
1429
1430         pinctrl_siopbo_default: siopbo_default {
1431                 function = "SIOPBO";
1432                 groups = "SIOPBO";
1433         };
1434
1435         pinctrl_siopwreq_default: siopwreq_default {
1436                 function = "SIOPWREQ";
1437                 groups = "SIOPWREQ";
1438         };
1439
1440         pinctrl_siopwrgd_default: siopwrgd_default {
1441                 function = "SIOPWRGD";
1442                 groups = "SIOPWRGD";
1443         };
1444
1445         pinctrl_sios3_default: sios3_default {
1446                 function = "SIOS3";
1447                 groups = "SIOS3";
1448         };
1449
1450         pinctrl_sios5_default: sios5_default {
1451                 function = "SIOS5";
1452                 groups = "SIOS5";
1453         };
1454
1455         pinctrl_siosci_default: siosci_default {
1456                 function = "SIOSCI";
1457                 groups = "SIOSCI";
1458         };
1459
1460         pinctrl_spi1_default: spi1_default {
1461                 function = "SPI1";
1462                 groups = "SPI1";
1463         };
1464
1465         pinctrl_spi1cs1_default: spi1cs1_default {
1466                 function = "SPI1CS1";
1467                 groups = "SPI1CS1";
1468         };
1469
1470         pinctrl_spi1debug_default: spi1debug_default {
1471                 function = "SPI1DEBUG";
1472                 groups = "SPI1DEBUG";
1473         };
1474
1475         pinctrl_spi1passthru_default: spi1passthru_default {
1476                 function = "SPI1PASSTHRU";
1477                 groups = "SPI1PASSTHRU";
1478         };
1479
1480         pinctrl_spi2ck_default: spi2ck_default {
1481                 function = "SPI2CK";
1482                 groups = "SPI2CK";
1483         };
1484
1485         pinctrl_spi2cs0_default: spi2cs0_default {
1486                 function = "SPI2CS0";
1487                 groups = "SPI2CS0";
1488         };
1489
1490         pinctrl_spi2cs1_default: spi2cs1_default {
1491                 function = "SPI2CS1";
1492                 groups = "SPI2CS1";
1493         };
1494
1495         pinctrl_spi2miso_default: spi2miso_default {
1496                 function = "SPI2MISO";
1497                 groups = "SPI2MISO";
1498         };
1499
1500         pinctrl_spi2mosi_default: spi2mosi_default {
1501                 function = "SPI2MOSI";
1502                 groups = "SPI2MOSI";
1503         };
1504
1505         pinctrl_timer3_default: timer3_default {
1506                 function = "TIMER3";
1507                 groups = "TIMER3";
1508         };
1509
1510         pinctrl_timer4_default: timer4_default {
1511                 function = "TIMER4";
1512                 groups = "TIMER4";
1513         };
1514
1515         pinctrl_timer5_default: timer5_default {
1516                 function = "TIMER5";
1517                 groups = "TIMER5";
1518         };
1519
1520         pinctrl_timer6_default: timer6_default {
1521                 function = "TIMER6";
1522                 groups = "TIMER6";
1523         };
1524
1525         pinctrl_timer7_default: timer7_default {
1526                 function = "TIMER7";
1527                 groups = "TIMER7";
1528         };
1529
1530         pinctrl_timer8_default: timer8_default {
1531                 function = "TIMER8";
1532                 groups = "TIMER8";
1533         };
1534
1535         pinctrl_txd1_default: txd1_default {
1536                 function = "TXD1";
1537                 groups = "TXD1";
1538         };
1539
1540         pinctrl_txd2_default: txd2_default {
1541                 function = "TXD2";
1542                 groups = "TXD2";
1543         };
1544
1545         pinctrl_txd3_default: txd3_default {
1546                 function = "TXD3";
1547                 groups = "TXD3";
1548         };
1549
1550         pinctrl_txd4_default: txd4_default {
1551                 function = "TXD4";
1552                 groups = "TXD4";
1553         };
1554
1555         pinctrl_uart6_default: uart6_default {
1556                 function = "UART6";
1557                 groups = "UART6";
1558         };
1559
1560         pinctrl_usbcki_default: usbcki_default {
1561                 function = "USBCKI";
1562                 groups = "USBCKI";
1563         };
1564
1565         pinctrl_usb2ah_default: usb2ah_default {
1566                 function = "USB2AH";
1567                 groups = "USB2AH";
1568         };
1569
1570         pinctrl_usb2ad_default: usb2ad_default {
1571                 function = "USB2AD";
1572                 groups = "USB2AD";
1573         };
1574
1575         pinctrl_usb11bhid_default: usb11bhid_default {
1576                 function = "USB11BHID";
1577                 groups = "USB11BHID";
1578         };
1579
1580         pinctrl_usb2bh_default: usb2bh_default {
1581                 function = "USB2BH";
1582                 groups = "USB2BH";
1583         };
1584
1585         pinctrl_vgabiosrom_default: vgabiosrom_default {
1586                 function = "VGABIOSROM";
1587                 groups = "VGABIOSROM";
1588         };
1589
1590         pinctrl_vgahs_default: vgahs_default {
1591                 function = "VGAHS";
1592                 groups = "VGAHS";
1593         };
1594
1595         pinctrl_vgavs_default: vgavs_default {
1596                 function = "VGAVS";
1597                 groups = "VGAVS";
1598         };
1599
1600         pinctrl_vpi24_default: vpi24_default {
1601                 function = "VPI24";
1602                 groups = "VPI24";
1603         };
1604
1605         pinctrl_vpo_default: vpo_default {
1606                 function = "VPO";
1607                 groups = "VPO";
1608         };
1609
1610         pinctrl_wdtrst1_default: wdtrst1_default {
1611                 function = "WDTRST1";
1612                 groups = "WDTRST1";
1613         };
1614
1615         pinctrl_wdtrst2_default: wdtrst2_default {
1616                 function = "WDTRST2";
1617                 groups = "WDTRST2";
1618         };
1619 };