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