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