Loading...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 | /*
* Copyright (c) 2017-2019 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "skeleton.dtsi"
#include <dt-bindings/interrupt-controller/intel-ioapic.h>
#include <dt-bindings/i2c/i2c.h>
#include <dt-bindings/pcie/pcie.h>
/ {
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
device_type = "cpu";
compatible = "intel,apollo_lake";
d-cache-line-size = <64>;
reg = <0>;
};
};
dram0: memory@0 {
device_type = "memory";
reg = <0x0 DT_DRAM_SIZE>;
};
intc: ioapic@fec00000 {
compatible = "intel,ioapic";
reg = <0xfec00000 0x1000>;
interrupt-controller;
#interrupt-cells = <3>;
};
pcie0 {
label = "PCIE_0";
#address-cells = <1>;
#size-cells = <1>;
compatible = "intel,pcie";
ranges;
uart0: uart@c000 {
compatible = "ns16550";
reg = <PCIE_BDF(0,0x18,0) PCIE_ID(0x8086,0x5abc)>;
label = "UART_0";
clock-frequency = <1843200>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
status = "okay";
current-speed = <115200>;
};
uart1: uart@c100 {
compatible = "ns16550";
reg = <PCIE_BDF(0,0x18,1) PCIE_ID(0x8086,0x5abe)>;
label = "UART_1";
clock-frequency = <1843200>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
status = "okay";
current-speed = <115200>;
};
uart2: uart@c200 {
compatible = "ns16550";
reg = <PCIE_BDF(0,0x18,2) PCIE_ID(0x8086,0x5ac0)>;
label = "UART_2";
clock-frequency = <1843200>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
status = "okay";
current-speed = <115200>;
};
uart3: uart@c300 {
compatible = "ns16550";
reg = <PCIE_BDF(0,0x18,3) PCIE_ID(0x8086,0x5aee)>;
label = "UART_3";
clock-frequency = <1843200>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
status = "okay";
current-speed = <115200>;
};
i2c0: i2c@b000 {
compatible = "snps,designware-i2c";
clock-frequency = <I2C_BITRATE_STANDARD>;
#address-cells = <1>;
#size-cells = <0>;
reg = <PCIE_BDF(0,0x16,0) PCIE_ID(0x8086,0x5aac)>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "I2C_0";
status = "okay";
};
i2c1: i2c@b100 {
compatible = "snps,designware-i2c";
clock-frequency = <I2C_BITRATE_STANDARD>;
#address-cells = <1>;
#size-cells = <0>;
reg = <PCIE_BDF(0,0x16,1) PCIE_ID(0x8086,0x5aae)>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "I2C_1";
status = "okay";
};
i2c2: i2c@b200 {
compatible = "snps,designware-i2c";
clock-frequency = <I2C_BITRATE_STANDARD>;
#address-cells = <1>;
#size-cells = <0>;
reg = <PCIE_BDF(0,0x16,2) PCIE_ID(0x8086,0x5ab0)>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "I2C_2";
status = "okay";
};
i2c3: i2c@b300 {
compatible = "snps,designware-i2c";
clock-frequency = <I2C_BITRATE_STANDARD>;
#address-cells = <1>;
#size-cells = <0>;
reg = <PCIE_BDF(0,0x16,3) PCIE_ID(0x8086,0x5ab2)>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "I2C_3";
status = "okay";
};
i2c4: i2c@b800 {
compatible = "snps,designware-i2c";
clock-frequency = <I2C_BITRATE_STANDARD>;
#address-cells = <1>;
#size-cells = <0>;
reg = <PCIE_BDF(0,0x17,0) PCIE_ID(0x8086,0x5ab4)>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "I2C_4";
status = "okay";
};
i2c5: i2c@b900 {
compatible = "snps,designware-i2c";
clock-frequency = <I2C_BITRATE_STANDARD>;
#address-cells = <1>;
#size-cells = <0>;
reg = <PCIE_BDF(0,0x17,1) PCIE_ID(0x8086,0x5ab6)>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "I2C_5";
status = "okay";
};
i2c6: i2c@ba00 {
compatible = "snps,designware-i2c";
clock-frequency = <I2C_BITRATE_STANDARD>;
#address-cells = <1>;
#size-cells = <0>;
reg = <PCIE_BDF(0,0x17,2) PCIE_ID(0x8086,0x5ab8)>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "I2C_6";
status = "okay";
};
i2c7: i2c@bb00 {
compatible = "snps,designware-i2c";
clock-frequency = <I2C_BITRATE_STANDARD>;
#address-cells = <1>;
#size-cells = <0>;
reg = <PCIE_BDF(0,0x17,3) PCIE_ID(0x8086,0x5aba)>;
interrupts = <PCIE_IRQ_DETECT IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "I2C_7";
status = "okay";
};
};
soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
ranges;
vtd: vtd@fed65000 {
compatible = "intel,vt-d";
label = "VTD_0";
reg = <0xfed65000 0x1000>;
status = "disabled";
};
gpio_n_000_031: gpio@d0c50000 {
compatible = "intel,gpio";
reg = <0xd0c50000 0x1000>;
interrupts = <14 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "GPIO_N_000";
gpio-controller;
#gpio-cells = <2>;
ngpios = <32>;
pin-offset = <0>;
status = "okay";
};
gpio_n_032_063: gpio@d0c50001 {
compatible = "intel,gpio";
reg = <0xd0c50001 0x1000>;
interrupts = <14 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "GPIO_N_032";
gpio-controller;
#gpio-cells = <2>;
ngpios = <32>;
pin-offset = <32>;
status = "okay";
};
gpio_n_064_077: gpio@d0c50002 {
compatible = "intel,gpio";
reg = <0xd0c50002 0x1000>;
interrupts = <14 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "GPIO_N_064";
gpio-controller;
#gpio-cells = <2>;
ngpios = <14>;
pin-offset = <64>;
status = "okay";
};
gpio_nw_000_031: gpio@d0c40000 {
compatible = "intel,gpio";
reg = <0xd0c40000 0x1000>;
interrupts = <14 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "GPIO_NW_000";
gpio-controller;
#gpio-cells = <2>;
ngpios = <32>;
pin-offset = <0>;
status = "okay";
};
gpio_nw_032_063: gpio@d0c40001 {
compatible = "intel,gpio";
reg = <0xd0c40001 0x1000>;
interrupts = <14 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "GPIO_NW_032";
gpio-controller;
#gpio-cells = <2>;
ngpios = <32>;
pin-offset = <32>;
status = "okay";
};
gpio_nw_064_076: gpio@d0c40002 {
compatible = "intel,gpio";
reg = <0xd0c40002 0x1000>;
interrupts = <14 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "GPIO_NW_064";
gpio-controller;
#gpio-cells = <2>;
ngpios = <13>;
pin-offset = <64>;
status = "okay";
};
gpio_w_000_031: gpio@d0c70000 {
compatible = "intel,gpio";
reg = <0xd0c70000 0x1000>;
interrupts = <14 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "GPIO_W_000";
gpio-controller;
#gpio-cells = <2>;
ngpios = <32>;
pin-offset = <0>;
status = "okay";
};
gpio_w_032_046: gpio@d0c70001 {
compatible = "intel,gpio";
reg = <0xd0c70001 0x1000>;
interrupts = <14 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "GPIO_W_032";
gpio-controller;
#gpio-cells = <2>;
ngpios = <15>;
pin-offset = <32>;
status = "okay";
};
gpio_sw_000_031: gpio@d0c00000 {
compatible = "intel,gpio";
reg = <0xd0c00000 0x1000>;
interrupts = <14 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "GPIO_SW_000";
gpio-controller;
#gpio-cells = <2>;
ngpios = <32>;
pin-offset = <0>;
status = "okay";
};
gpio_sw_032_042: gpio@d0c00001 {
compatible = "intel,gpio";
reg = <0xd0c00001 0x1000>;
interrupts = <14 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>;
label = "GPIO_SW_032";
gpio-controller;
#gpio-cells = <2>;
ngpios = <11>;
pin-offset = <32>;
status = "okay";
};
hpet: hpet@fed00000 {
label = "HPET";
compatible = "intel,hpet";
reg = <0xfed00000 0x400>;
interrupts = <2 IRQ_TYPE_FIXED_EDGE_RISING 4>;
interrupt-parent = <&intc>;
status = "okay";
};
};
gpio_n: gpio-north {
/* n north 78 */
compatible = "intel,apollo-lake-gpio";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map =
<0 0 &gpio_n_000_031 0 0>,
<1 0 &gpio_n_000_031 1 0>,
<2 0 &gpio_n_000_031 2 0>,
<3 0 &gpio_n_000_031 3 0>,
<4 0 &gpio_n_000_031 4 0>,
<5 0 &gpio_n_000_031 5 0>,
<6 0 &gpio_n_000_031 6 0>,
<7 0 &gpio_n_000_031 7 0>,
<8 0 &gpio_n_000_031 8 0>,
<9 0 &gpio_n_000_031 9 0>,
<10 0 &gpio_n_000_031 10 0>,
<11 0 &gpio_n_000_031 11 0>,
<12 0 &gpio_n_000_031 12 0>,
<13 0 &gpio_n_000_031 13 0>,
<14 0 &gpio_n_000_031 14 0>,
<15 0 &gpio_n_000_031 15 0>,
<16 0 &gpio_n_000_031 16 0>,
<17 0 &gpio_n_000_031 17 0>,
<18 0 &gpio_n_000_031 18 0>,
<19 0 &gpio_n_000_031 19 0>,
<20 0 &gpio_n_000_031 20 0>,
<21 0 &gpio_n_000_031 21 0>,
<22 0 &gpio_n_000_031 22 0>,
<23 0 &gpio_n_000_031 23 0>,
<24 0 &gpio_n_000_031 24 0>,
<25 0 &gpio_n_000_031 25 0>,
<26 0 &gpio_n_000_031 26 0>,
<27 0 &gpio_n_000_031 27 0>,
<28 0 &gpio_n_000_031 28 0>,
<29 0 &gpio_n_000_031 29 0>,
<30 0 &gpio_n_000_031 30 0>,
<31 0 &gpio_n_000_031 31 0>,
<32 0 &gpio_n_032_063 0 0>,
<33 0 &gpio_n_032_063 1 0>,
<34 0 &gpio_n_032_063 2 0>,
<35 0 &gpio_n_032_063 3 0>,
<36 0 &gpio_n_032_063 4 0>,
<37 0 &gpio_n_032_063 5 0>,
<38 0 &gpio_n_032_063 6 0>,
<39 0 &gpio_n_032_063 7 0>,
<40 0 &gpio_n_032_063 8 0>,
<41 0 &gpio_n_032_063 9 0>,
<42 0 &gpio_n_032_063 10 0>,
<43 0 &gpio_n_032_063 11 0>,
<44 0 &gpio_n_032_063 12 0>,
<45 0 &gpio_n_032_063 13 0>,
<46 0 &gpio_n_032_063 14 0>,
<47 0 &gpio_n_032_063 15 0>,
<48 0 &gpio_n_032_063 16 0>,
<49 0 &gpio_n_032_063 17 0>,
<50 0 &gpio_n_032_063 18 0>,
<51 0 &gpio_n_032_063 19 0>,
<52 0 &gpio_n_032_063 20 0>,
<53 0 &gpio_n_032_063 21 0>,
<54 0 &gpio_n_032_063 22 0>,
<55 0 &gpio_n_032_063 23 0>,
<56 0 &gpio_n_032_063 24 0>,
<57 0 &gpio_n_032_063 25 0>,
<58 0 &gpio_n_032_063 26 0>,
<59 0 &gpio_n_032_063 27 0>,
<60 0 &gpio_n_032_063 28 0>,
<61 0 &gpio_n_032_063 29 0>,
<62 0 &gpio_n_032_063 30 0>,
<63 0 &gpio_n_032_063 31 0>,
<64 0 &gpio_n_064_077 0 0>,
<65 0 &gpio_n_064_077 1 0>,
<66 0 &gpio_n_064_077 2 0>,
<67 0 &gpio_n_064_077 3 0>,
<68 0 &gpio_n_064_077 4 0>,
<69 0 &gpio_n_064_077 5 0>,
<70 0 &gpio_n_064_077 6 0>,
<71 0 &gpio_n_064_077 7 0>,
<72 0 &gpio_n_064_077 8 0>,
<73 0 &gpio_n_064_077 9 0>,
<74 0 &gpio_n_064_077 10 0>,
<75 0 &gpio_n_064_077 11 0>,
<76 0 &gpio_n_064_077 12 0>,
<77 0 &gpio_n_064_077 13 0>;
};
gpio_nw: gpio-northwest {
/* nw northwest 77 */
compatible = "intel,apollo-lake-gpio";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map =
<0 0 &gpio_nw_000_031 0 0>,
<1 0 &gpio_nw_000_031 1 0>,
<2 0 &gpio_nw_000_031 2 0>,
<3 0 &gpio_nw_000_031 3 0>,
<4 0 &gpio_nw_000_031 4 0>,
<5 0 &gpio_nw_000_031 5 0>,
<6 0 &gpio_nw_000_031 6 0>,
<7 0 &gpio_nw_000_031 7 0>,
<8 0 &gpio_nw_000_031 8 0>,
<9 0 &gpio_nw_000_031 9 0>,
<10 0 &gpio_nw_000_031 10 0>,
<11 0 &gpio_nw_000_031 11 0>,
<12 0 &gpio_nw_000_031 12 0>,
<13 0 &gpio_nw_000_031 13 0>,
<14 0 &gpio_nw_000_031 14 0>,
<15 0 &gpio_nw_000_031 15 0>,
<16 0 &gpio_nw_000_031 16 0>,
<17 0 &gpio_nw_000_031 17 0>,
<18 0 &gpio_nw_000_031 18 0>,
<19 0 &gpio_nw_000_031 19 0>,
<20 0 &gpio_nw_000_031 20 0>,
<21 0 &gpio_nw_000_031 21 0>,
<22 0 &gpio_nw_000_031 22 0>,
<23 0 &gpio_nw_000_031 23 0>,
<24 0 &gpio_nw_000_031 24 0>,
<25 0 &gpio_nw_000_031 25 0>,
<26 0 &gpio_nw_000_031 26 0>,
<27 0 &gpio_nw_000_031 27 0>,
<28 0 &gpio_nw_000_031 28 0>,
<29 0 &gpio_nw_000_031 29 0>,
<30 0 &gpio_nw_000_031 30 0>,
<31 0 &gpio_nw_000_031 31 0>,
<32 0 &gpio_nw_032_063 0 0>,
<33 0 &gpio_nw_032_063 1 0>,
<34 0 &gpio_nw_032_063 2 0>,
<35 0 &gpio_nw_032_063 3 0>,
<36 0 &gpio_nw_032_063 4 0>,
<37 0 &gpio_nw_032_063 5 0>,
<38 0 &gpio_nw_032_063 6 0>,
<39 0 &gpio_nw_032_063 7 0>,
<40 0 &gpio_nw_032_063 8 0>,
<41 0 &gpio_nw_032_063 9 0>,
<42 0 &gpio_nw_032_063 10 0>,
<43 0 &gpio_nw_032_063 11 0>,
<44 0 &gpio_nw_032_063 12 0>,
<45 0 &gpio_nw_032_063 13 0>,
<46 0 &gpio_nw_032_063 14 0>,
<47 0 &gpio_nw_032_063 15 0>,
<48 0 &gpio_nw_032_063 16 0>,
<49 0 &gpio_nw_032_063 17 0>,
<50 0 &gpio_nw_032_063 18 0>,
<51 0 &gpio_nw_032_063 19 0>,
<52 0 &gpio_nw_032_063 20 0>,
<53 0 &gpio_nw_032_063 21 0>,
<54 0 &gpio_nw_032_063 22 0>,
<55 0 &gpio_nw_032_063 23 0>,
<56 0 &gpio_nw_032_063 24 0>,
<57 0 &gpio_nw_032_063 25 0>,
<58 0 &gpio_nw_032_063 26 0>,
<59 0 &gpio_nw_032_063 27 0>,
<60 0 &gpio_nw_032_063 28 0>,
<61 0 &gpio_nw_032_063 29 0>,
<62 0 &gpio_nw_032_063 30 0>,
<63 0 &gpio_nw_032_063 31 0>,
<64 0 &gpio_nw_064_076 0 0>,
<65 0 &gpio_nw_064_076 1 0>,
<66 0 &gpio_nw_064_076 2 0>,
<67 0 &gpio_nw_064_076 3 0>,
<68 0 &gpio_nw_064_076 4 0>,
<69 0 &gpio_nw_064_076 5 0>,
<70 0 &gpio_nw_064_076 6 0>,
<71 0 &gpio_nw_064_076 7 0>,
<72 0 &gpio_nw_064_076 8 0>,
<73 0 &gpio_nw_064_076 9 0>,
<74 0 &gpio_nw_064_076 10 0>,
<75 0 &gpio_nw_064_076 11 0>,
<76 0 &gpio_nw_064_076 12 0>;
};
gpio_w: gpio-west {
/* w west 47 */
compatible = "intel,apollo-lake-gpio";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map =
<0 0 &gpio_w_000_031 0 0>,
<1 0 &gpio_w_000_031 1 0>,
<2 0 &gpio_w_000_031 2 0>,
<3 0 &gpio_w_000_031 3 0>,
<4 0 &gpio_w_000_031 4 0>,
<5 0 &gpio_w_000_031 5 0>,
<6 0 &gpio_w_000_031 6 0>,
<7 0 &gpio_w_000_031 7 0>,
<8 0 &gpio_w_000_031 8 0>,
<9 0 &gpio_w_000_031 9 0>,
<10 0 &gpio_w_000_031 10 0>,
<11 0 &gpio_w_000_031 11 0>,
<12 0 &gpio_w_000_031 12 0>,
<13 0 &gpio_w_000_031 13 0>,
<14 0 &gpio_w_000_031 14 0>,
<15 0 &gpio_w_000_031 15 0>,
<16 0 &gpio_w_000_031 16 0>,
<17 0 &gpio_w_000_031 17 0>,
<18 0 &gpio_w_000_031 18 0>,
<19 0 &gpio_w_000_031 19 0>,
<20 0 &gpio_w_000_031 20 0>,
<21 0 &gpio_w_000_031 21 0>,
<22 0 &gpio_w_000_031 22 0>,
<23 0 &gpio_w_000_031 23 0>,
<24 0 &gpio_w_000_031 24 0>,
<25 0 &gpio_w_000_031 25 0>,
<26 0 &gpio_w_000_031 26 0>,
<27 0 &gpio_w_000_031 27 0>,
<28 0 &gpio_w_000_031 28 0>,
<29 0 &gpio_w_000_031 29 0>,
<30 0 &gpio_w_000_031 30 0>,
<31 0 &gpio_w_000_031 31 0>,
<32 0 &gpio_w_032_046 0 0>,
<33 0 &gpio_w_032_046 1 0>,
<34 0 &gpio_w_032_046 2 0>,
<35 0 &gpio_w_032_046 3 0>,
<36 0 &gpio_w_032_046 4 0>,
<37 0 &gpio_w_032_046 5 0>,
<38 0 &gpio_w_032_046 6 0>,
<39 0 &gpio_w_032_046 7 0>,
<40 0 &gpio_w_032_046 8 0>,
<41 0 &gpio_w_032_046 9 0>,
<42 0 &gpio_w_032_046 10 0>,
<43 0 &gpio_w_032_046 11 0>,
<44 0 &gpio_w_032_046 12 0>,
<45 0 &gpio_w_032_046 13 0>,
<46 0 &gpio_w_032_046 14 0>;
};
gpio_sw: gpio-southwest {
/* sw southwest 42 */
compatible = "intel,apollo-lake-gpio";
#gpio-cells = <2>;
gpio-map-mask = <0xffffffff 0xffffffc0>;
gpio-map-pass-thru = <0 0x3f>;
gpio-map =
<0 0 &gpio_sw_000_031 0 0>,
<1 0 &gpio_sw_000_031 1 0>,
<2 0 &gpio_sw_000_031 2 0>,
<3 0 &gpio_sw_000_031 3 0>,
<4 0 &gpio_sw_000_031 4 0>,
<5 0 &gpio_sw_000_031 5 0>,
<6 0 &gpio_sw_000_031 6 0>,
<7 0 &gpio_sw_000_031 7 0>,
<8 0 &gpio_sw_000_031 8 0>,
<9 0 &gpio_sw_000_031 9 0>,
<10 0 &gpio_sw_000_031 10 0>,
<11 0 &gpio_sw_000_031 11 0>,
<12 0 &gpio_sw_000_031 12 0>,
<13 0 &gpio_sw_000_031 13 0>,
<14 0 &gpio_sw_000_031 14 0>,
<15 0 &gpio_sw_000_031 15 0>,
<16 0 &gpio_sw_000_031 16 0>,
<17 0 &gpio_sw_000_031 17 0>,
<18 0 &gpio_sw_000_031 18 0>,
<19 0 &gpio_sw_000_031 19 0>,
<20 0 &gpio_sw_000_031 20 0>,
<21 0 &gpio_sw_000_031 21 0>,
<22 0 &gpio_sw_000_031 22 0>,
<23 0 &gpio_sw_000_031 23 0>,
<24 0 &gpio_sw_000_031 24 0>,
<25 0 &gpio_sw_000_031 25 0>,
<26 0 &gpio_sw_000_031 26 0>,
<27 0 &gpio_sw_000_031 27 0>,
<28 0 &gpio_sw_000_031 28 0>,
<29 0 &gpio_sw_000_031 29 0>,
<30 0 &gpio_sw_000_031 30 0>,
<31 0 &gpio_sw_000_031 31 0>,
<32 0 &gpio_sw_032_042 0 0>,
<33 0 &gpio_sw_032_042 1 0>,
<34 0 &gpio_sw_032_042 2 0>,
<35 0 &gpio_sw_032_042 3 0>,
<36 0 &gpio_sw_032_042 4 0>,
<37 0 &gpio_sw_032_042 5 0>,
<38 0 &gpio_sw_032_042 6 0>,
<39 0 &gpio_sw_032_042 7 0>,
<40 0 &gpio_sw_032_042 8 0>,
<41 0 &gpio_sw_032_042 9 0>,
<42 0 &gpio_sw_032_042 10 0>;
};
};
|