| .. | .. |
|---|
| 49 | 49 | spi2 = &ecspi3; |
|---|
| 50 | 50 | spi3 = &ecspi4; |
|---|
| 51 | 51 | spi4 = &ecspi5; |
|---|
| 52 | + usb0 = &usbotg1; |
|---|
| 53 | + usb1 = &usbotg2; |
|---|
| 54 | + usb2 = &usbh; |
|---|
| 52 | 55 | usbphy0 = &usbphy1; |
|---|
| 53 | 56 | usbphy1 = &usbphy2; |
|---|
| 54 | 57 | }; |
|---|
| .. | .. |
|---|
| 87 | 90 | "pll1_sw", "pll1_sys"; |
|---|
| 88 | 91 | arm-supply = <®_arm>; |
|---|
| 89 | 92 | soc-supply = <®_soc>; |
|---|
| 93 | + nvmem-cells = <&cpu_speed_grade>; |
|---|
| 94 | + nvmem-cell-names = "speed_grade"; |
|---|
| 90 | 95 | }; |
|---|
| 91 | | - }; |
|---|
| 92 | | - |
|---|
| 93 | | - intc: interrupt-controller@a01000 { |
|---|
| 94 | | - compatible = "arm,cortex-a9-gic"; |
|---|
| 95 | | - #interrupt-cells = <3>; |
|---|
| 96 | | - interrupt-controller; |
|---|
| 97 | | - reg = <0x00a01000 0x1000>, |
|---|
| 98 | | - <0x00a00100 0x100>; |
|---|
| 99 | | - interrupt-parent = <&intc>; |
|---|
| 100 | 96 | }; |
|---|
| 101 | 97 | |
|---|
| 102 | 98 | ckil: clock-ckil { |
|---|
| .. | .. |
|---|
| 141 | 137 | clock-output-names = "anaclk2"; |
|---|
| 142 | 138 | }; |
|---|
| 143 | 139 | |
|---|
| 144 | | - tempmon: tempmon { |
|---|
| 145 | | - compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon"; |
|---|
| 146 | | - interrupt-parent = <&gpc>; |
|---|
| 147 | | - interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 148 | | - fsl,tempmon = <&anatop>; |
|---|
| 149 | | - nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>; |
|---|
| 150 | | - nvmem-cell-names = "calib", "temp_grade"; |
|---|
| 151 | | - clocks = <&clks IMX6SX_CLK_PLL3_USB_OTG>; |
|---|
| 140 | + mqs: mqs { |
|---|
| 141 | + compatible = "fsl,imx6sx-mqs"; |
|---|
| 142 | + gpr = <&gpr>; |
|---|
| 143 | + status = "disabled"; |
|---|
| 152 | 144 | }; |
|---|
| 153 | 145 | |
|---|
| 154 | 146 | pmu { |
|---|
| 155 | 147 | compatible = "arm,cortex-a9-pmu"; |
|---|
| 156 | 148 | interrupt-parent = <&gpc>; |
|---|
| 157 | 149 | interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 150 | + }; |
|---|
| 151 | + |
|---|
| 152 | + usbphynop1: usbphynop1 { |
|---|
| 153 | + compatible = "usb-nop-xceiv"; |
|---|
| 154 | + #phy-cells = <0>; |
|---|
| 158 | 155 | }; |
|---|
| 159 | 156 | |
|---|
| 160 | 157 | soc { |
|---|
| .. | .. |
|---|
| 167 | 164 | ocram_s: sram@8f8000 { |
|---|
| 168 | 165 | compatible = "mmio-sram"; |
|---|
| 169 | 166 | reg = <0x008f8000 0x4000>; |
|---|
| 167 | + ranges = <0 0x008f8000 0x4000>; |
|---|
| 168 | + #address-cells = <1>; |
|---|
| 169 | + #size-cells = <1>; |
|---|
| 170 | 170 | clocks = <&clks IMX6SX_CLK_OCRAM_S>; |
|---|
| 171 | 171 | }; |
|---|
| 172 | 172 | |
|---|
| 173 | 173 | ocram: sram@900000 { |
|---|
| 174 | 174 | compatible = "mmio-sram"; |
|---|
| 175 | 175 | reg = <0x00900000 0x20000>; |
|---|
| 176 | + ranges = <0 0x00900000 0x20000>; |
|---|
| 177 | + #address-cells = <1>; |
|---|
| 178 | + #size-cells = <1>; |
|---|
| 176 | 179 | clocks = <&clks IMX6SX_CLK_OCRAM>; |
|---|
| 177 | 180 | }; |
|---|
| 178 | 181 | |
|---|
| 179 | | - L2: l2-cache@a02000 { |
|---|
| 182 | + intc: interrupt-controller@a01000 { |
|---|
| 183 | + compatible = "arm,cortex-a9-gic"; |
|---|
| 184 | + #interrupt-cells = <3>; |
|---|
| 185 | + interrupt-controller; |
|---|
| 186 | + reg = <0x00a01000 0x1000>, |
|---|
| 187 | + <0x00a00100 0x100>; |
|---|
| 188 | + interrupt-parent = <&intc>; |
|---|
| 189 | + }; |
|---|
| 190 | + |
|---|
| 191 | + L2: cache-controller@a02000 { |
|---|
| 180 | 192 | compatible = "arm,pl310-cache"; |
|---|
| 181 | 193 | reg = <0x00a02000 0x1000>; |
|---|
| 182 | 194 | interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 197 | 209 | power-domains = <&pd_pu>; |
|---|
| 198 | 210 | }; |
|---|
| 199 | 211 | |
|---|
| 200 | | - dma_apbh: dma-apbh@1804000 { |
|---|
| 212 | + dma_apbh: dma-controller@1804000 { |
|---|
| 201 | 213 | compatible = "fsl,imx6sx-dma-apbh", "fsl,imx28-dma-apbh"; |
|---|
| 202 | 214 | reg = <0x01804000 0x2000>; |
|---|
| 203 | 215 | interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>, |
|---|
| .. | .. |
|---|
| 210 | 222 | clocks = <&clks IMX6SX_CLK_APBH_DMA>; |
|---|
| 211 | 223 | }; |
|---|
| 212 | 224 | |
|---|
| 213 | | - gpmi: gpmi-nand@1806000{ |
|---|
| 225 | + gpmi: nand-controller@1806000{ |
|---|
| 214 | 226 | compatible = "fsl,imx6sx-gpmi-nand"; |
|---|
| 215 | 227 | #address-cells = <1>; |
|---|
| 216 | 228 | #size-cells = <1>; |
|---|
| .. | .. |
|---|
| 230 | 242 | status = "disabled"; |
|---|
| 231 | 243 | }; |
|---|
| 232 | 244 | |
|---|
| 233 | | - aips1: aips-bus@2000000 { |
|---|
| 245 | + aips1: bus@2000000 { |
|---|
| 234 | 246 | compatible = "fsl,aips-bus", "simple-bus"; |
|---|
| 235 | 247 | #address-cells = <1>; |
|---|
| 236 | 248 | #size-cells = <1>; |
|---|
| .. | .. |
|---|
| 266 | 278 | status = "disabled"; |
|---|
| 267 | 279 | }; |
|---|
| 268 | 280 | |
|---|
| 269 | | - ecspi1: ecspi@2008000 { |
|---|
| 281 | + ecspi1: spi@2008000 { |
|---|
| 270 | 282 | #address-cells = <1>; |
|---|
| 271 | 283 | #size-cells = <0>; |
|---|
| 272 | 284 | compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi"; |
|---|
| .. | .. |
|---|
| 278 | 290 | status = "disabled"; |
|---|
| 279 | 291 | }; |
|---|
| 280 | 292 | |
|---|
| 281 | | - ecspi2: ecspi@200c000 { |
|---|
| 293 | + ecspi2: spi@200c000 { |
|---|
| 282 | 294 | #address-cells = <1>; |
|---|
| 283 | 295 | #size-cells = <0>; |
|---|
| 284 | 296 | compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi"; |
|---|
| .. | .. |
|---|
| 290 | 302 | status = "disabled"; |
|---|
| 291 | 303 | }; |
|---|
| 292 | 304 | |
|---|
| 293 | | - ecspi3: ecspi@2010000 { |
|---|
| 305 | + ecspi3: spi@2010000 { |
|---|
| 294 | 306 | #address-cells = <1>; |
|---|
| 295 | 307 | #size-cells = <0>; |
|---|
| 296 | 308 | compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi"; |
|---|
| .. | .. |
|---|
| 302 | 314 | status = "disabled"; |
|---|
| 303 | 315 | }; |
|---|
| 304 | 316 | |
|---|
| 305 | | - ecspi4: ecspi@2014000 { |
|---|
| 317 | + ecspi4: spi@2014000 { |
|---|
| 306 | 318 | #address-cells = <1>; |
|---|
| 307 | 319 | #size-cells = <0>; |
|---|
| 308 | 320 | compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi"; |
|---|
| .. | .. |
|---|
| 328 | 340 | }; |
|---|
| 329 | 341 | |
|---|
| 330 | 342 | esai: esai@2024000 { |
|---|
| 343 | + compatible = "fsl,imx6sx-esai", "fsl,imx35-esai"; |
|---|
| 331 | 344 | reg = <0x02024000 0x4000>; |
|---|
| 332 | 345 | interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 333 | 346 | clocks = <&clks IMX6SX_CLK_ESAI_IPG>, |
|---|
| .. | .. |
|---|
| 337 | 350 | <&clks IMX6SX_CLK_SPBA>; |
|---|
| 338 | 351 | clock-names = "core", "mem", "extal", |
|---|
| 339 | 352 | "fsys", "spba"; |
|---|
| 353 | + dmas = <&sdma 23 21 0>, |
|---|
| 354 | + <&sdma 24 21 0>; |
|---|
| 355 | + dma-names = "rx", "tx"; |
|---|
| 340 | 356 | status = "disabled"; |
|---|
| 341 | 357 | }; |
|---|
| 342 | 358 | |
|---|
| .. | .. |
|---|
| 383 | 399 | }; |
|---|
| 384 | 400 | |
|---|
| 385 | 401 | asrc: asrc@2034000 { |
|---|
| 402 | + compatible = "fsl,imx6sx-asrc", "fsl,imx53-asrc"; |
|---|
| 386 | 403 | reg = <0x02034000 0x4000>; |
|---|
| 387 | 404 | interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 388 | | - clocks = <&clks IMX6SX_CLK_ASRC_MEM>, |
|---|
| 389 | | - <&clks IMX6SX_CLK_ASRC_IPG>, |
|---|
| 390 | | - <&clks IMX6SX_CLK_SPDIF>, |
|---|
| 391 | | - <&clks IMX6SX_CLK_SPBA>; |
|---|
| 392 | | - clock-names = "mem", "ipg", "asrck", "spba"; |
|---|
| 393 | | - dmas = <&sdma 17 20 1>, <&sdma 18 20 1>, |
|---|
| 394 | | - <&sdma 19 20 1>, <&sdma 20 20 1>, |
|---|
| 395 | | - <&sdma 21 20 1>, <&sdma 22 20 1>; |
|---|
| 405 | + clocks = <&clks IMX6SX_CLK_ASRC_IPG>, |
|---|
| 406 | + <&clks IMX6SX_CLK_ASRC_MEM>, <&clks 0>, |
|---|
| 407 | + <&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>, |
|---|
| 408 | + <&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>, |
|---|
| 409 | + <&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>, |
|---|
| 410 | + <&clks IMX6SX_CLK_SPDIF>, <&clks 0>, <&clks 0>, |
|---|
| 411 | + <&clks IMX6SX_CLK_SPBA>; |
|---|
| 412 | + clock-names = "mem", "ipg", "asrck_0", |
|---|
| 413 | + "asrck_1", "asrck_2", "asrck_3", "asrck_4", |
|---|
| 414 | + "asrck_5", "asrck_6", "asrck_7", "asrck_8", |
|---|
| 415 | + "asrck_9", "asrck_a", "asrck_b", "asrck_c", |
|---|
| 416 | + "asrck_d", "asrck_e", "asrck_f", "spba"; |
|---|
| 417 | + dmas = <&sdma 17 23 1>, <&sdma 18 23 1>, |
|---|
| 418 | + <&sdma 19 23 1>, <&sdma 20 23 1>, |
|---|
| 419 | + <&sdma 21 23 1>, <&sdma 22 23 1>; |
|---|
| 396 | 420 | dma-names = "rxa", "rxb", "rxc", |
|---|
| 397 | 421 | "txa", "txb", "txc"; |
|---|
| 422 | + fsl,asrc-rate = <48000>; |
|---|
| 423 | + fsl,asrc-width = <16>; |
|---|
| 398 | 424 | status = "okay"; |
|---|
| 399 | 425 | }; |
|---|
| 400 | 426 | }; |
|---|
| .. | .. |
|---|
| 406 | 432 | clocks = <&clks IMX6SX_CLK_PWM1>, |
|---|
| 407 | 433 | <&clks IMX6SX_CLK_PWM1>; |
|---|
| 408 | 434 | clock-names = "ipg", "per"; |
|---|
| 409 | | - #pwm-cells = <2>; |
|---|
| 435 | + #pwm-cells = <3>; |
|---|
| 410 | 436 | }; |
|---|
| 411 | 437 | |
|---|
| 412 | 438 | pwm2: pwm@2084000 { |
|---|
| .. | .. |
|---|
| 416 | 442 | clocks = <&clks IMX6SX_CLK_PWM2>, |
|---|
| 417 | 443 | <&clks IMX6SX_CLK_PWM2>; |
|---|
| 418 | 444 | clock-names = "ipg", "per"; |
|---|
| 419 | | - #pwm-cells = <2>; |
|---|
| 445 | + #pwm-cells = <3>; |
|---|
| 420 | 446 | }; |
|---|
| 421 | 447 | |
|---|
| 422 | 448 | pwm3: pwm@2088000 { |
|---|
| .. | .. |
|---|
| 426 | 452 | clocks = <&clks IMX6SX_CLK_PWM3>, |
|---|
| 427 | 453 | <&clks IMX6SX_CLK_PWM3>; |
|---|
| 428 | 454 | clock-names = "ipg", "per"; |
|---|
| 429 | | - #pwm-cells = <2>; |
|---|
| 455 | + #pwm-cells = <3>; |
|---|
| 430 | 456 | }; |
|---|
| 431 | 457 | |
|---|
| 432 | 458 | pwm4: pwm@208c000 { |
|---|
| .. | .. |
|---|
| 436 | 462 | clocks = <&clks IMX6SX_CLK_PWM4>, |
|---|
| 437 | 463 | <&clks IMX6SX_CLK_PWM4>; |
|---|
| 438 | 464 | clock-names = "ipg", "per"; |
|---|
| 439 | | - #pwm-cells = <2>; |
|---|
| 465 | + #pwm-cells = <3>; |
|---|
| 440 | 466 | }; |
|---|
| 441 | 467 | |
|---|
| 442 | 468 | flexcan1: can@2090000 { |
|---|
| .. | .. |
|---|
| 446 | 472 | clocks = <&clks IMX6SX_CLK_CAN1_IPG>, |
|---|
| 447 | 473 | <&clks IMX6SX_CLK_CAN1_SERIAL>; |
|---|
| 448 | 474 | clock-names = "ipg", "per"; |
|---|
| 475 | + fsl,stop-mode = <&gpr 0x10 1 0x10 17>; |
|---|
| 449 | 476 | status = "disabled"; |
|---|
| 450 | 477 | }; |
|---|
| 451 | 478 | |
|---|
| .. | .. |
|---|
| 456 | 483 | clocks = <&clks IMX6SX_CLK_CAN2_IPG>, |
|---|
| 457 | 484 | <&clks IMX6SX_CLK_CAN2_SERIAL>; |
|---|
| 458 | 485 | clock-names = "ipg", "per"; |
|---|
| 486 | + fsl,stop-mode = <&gpr 0x10 2 0x10 18>; |
|---|
| 459 | 487 | status = "disabled"; |
|---|
| 460 | 488 | }; |
|---|
| 461 | 489 | |
|---|
| 462 | | - gpt: gpt@2098000 { |
|---|
| 490 | + gpt: timer@2098000 { |
|---|
| 463 | 491 | compatible = "fsl,imx6sx-gpt", "fsl,imx6dl-gpt"; |
|---|
| 464 | 492 | reg = <0x02098000 0x4000>; |
|---|
| 465 | 493 | interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 552 | 580 | gpio-ranges = <&iomuxc 0 148 10>, <&iomuxc 10 169 2>; |
|---|
| 553 | 581 | }; |
|---|
| 554 | 582 | |
|---|
| 555 | | - kpp: kpp@20b8000 { |
|---|
| 583 | + kpp: keypad@20b8000 { |
|---|
| 556 | 584 | compatible = "fsl,imx6sx-kpp", "fsl,imx21-kpp"; |
|---|
| 557 | 585 | reg = <0x020b8000 0x4000>; |
|---|
| 558 | 586 | interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 559 | | - clocks = <&clks IMX6SX_CLK_DUMMY>; |
|---|
| 587 | + clocks = <&clks IMX6SX_CLK_IPG>; |
|---|
| 560 | 588 | status = "disabled"; |
|---|
| 561 | 589 | }; |
|---|
| 562 | 590 | |
|---|
| 563 | | - wdog1: wdog@20bc000 { |
|---|
| 591 | + wdog1: watchdog@20bc000 { |
|---|
| 564 | 592 | compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt"; |
|---|
| 565 | 593 | reg = <0x020bc000 0x4000>; |
|---|
| 566 | 594 | interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 567 | | - clocks = <&clks IMX6SX_CLK_DUMMY>; |
|---|
| 595 | + clocks = <&clks IMX6SX_CLK_IPG>; |
|---|
| 568 | 596 | }; |
|---|
| 569 | 597 | |
|---|
| 570 | | - wdog2: wdog@20c0000 { |
|---|
| 598 | + wdog2: watchdog@20c0000 { |
|---|
| 571 | 599 | compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt"; |
|---|
| 572 | 600 | reg = <0x020c0000 0x4000>; |
|---|
| 573 | 601 | interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 574 | | - clocks = <&clks IMX6SX_CLK_DUMMY>; |
|---|
| 602 | + clocks = <&clks IMX6SX_CLK_IPG>; |
|---|
| 575 | 603 | status = "disabled"; |
|---|
| 576 | 604 | }; |
|---|
| 577 | 605 | |
|---|
| 578 | | - clks: ccm@20c4000 { |
|---|
| 606 | + clks: clock-controller@20c4000 { |
|---|
| 579 | 607 | compatible = "fsl,imx6sx-ccm"; |
|---|
| 580 | 608 | reg = <0x020c4000 0x4000>; |
|---|
| 581 | 609 | interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>, |
|---|
| .. | .. |
|---|
| 587 | 615 | |
|---|
| 588 | 616 | anatop: anatop@20c8000 { |
|---|
| 589 | 617 | compatible = "fsl,imx6sx-anatop", "fsl,imx6q-anatop", |
|---|
| 590 | | - "syscon", "simple-bus"; |
|---|
| 618 | + "syscon", "simple-mfd"; |
|---|
| 591 | 619 | reg = <0x020c8000 0x1000>; |
|---|
| 592 | 620 | interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>, |
|---|
| 593 | 621 | <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>, |
|---|
| 594 | 622 | <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 595 | 623 | |
|---|
| 596 | | - regulator-1p1 { |
|---|
| 624 | + reg_vdd1p1: regulator-1p1 { |
|---|
| 597 | 625 | compatible = "fsl,anatop-regulator"; |
|---|
| 598 | 626 | regulator-name = "vdd1p1"; |
|---|
| 599 | 627 | regulator-min-microvolt = <1000000>; |
|---|
| .. | .. |
|---|
| 608 | 636 | anatop-enable-bit = <0>; |
|---|
| 609 | 637 | }; |
|---|
| 610 | 638 | |
|---|
| 611 | | - regulator-3p0 { |
|---|
| 639 | + reg_vdd3p0: regulator-3p0 { |
|---|
| 612 | 640 | compatible = "fsl,anatop-regulator"; |
|---|
| 613 | 641 | regulator-name = "vdd3p0"; |
|---|
| 614 | 642 | regulator-min-microvolt = <2800000>; |
|---|
| .. | .. |
|---|
| 623 | 651 | anatop-enable-bit = <0>; |
|---|
| 624 | 652 | }; |
|---|
| 625 | 653 | |
|---|
| 626 | | - regulator-2p5 { |
|---|
| 654 | + reg_vdd2p5: regulator-2p5 { |
|---|
| 627 | 655 | compatible = "fsl,anatop-regulator"; |
|---|
| 628 | 656 | regulator-name = "vdd2p5"; |
|---|
| 629 | 657 | regulator-min-microvolt = <2250000>; |
|---|
| .. | .. |
|---|
| 687 | 715 | anatop-min-voltage = <725000>; |
|---|
| 688 | 716 | anatop-max-voltage = <1450000>; |
|---|
| 689 | 717 | }; |
|---|
| 718 | + |
|---|
| 719 | + tempmon: tempmon { |
|---|
| 720 | + compatible = "fsl,imx6sx-tempmon", "fsl,imx6q-tempmon"; |
|---|
| 721 | + interrupt-parent = <&gpc>; |
|---|
| 722 | + interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 723 | + fsl,tempmon = <&anatop>; |
|---|
| 724 | + nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>; |
|---|
| 725 | + nvmem-cell-names = "calib", "temp_grade"; |
|---|
| 726 | + clocks = <&clks IMX6SX_CLK_PLL3_USB_OTG>; |
|---|
| 727 | + }; |
|---|
| 690 | 728 | }; |
|---|
| 691 | 729 | |
|---|
| 692 | 730 | usbphy1: usbphy@20c9000 { |
|---|
| .. | .. |
|---|
| 731 | 769 | interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 732 | 770 | linux,keycode = <KEY_POWER>; |
|---|
| 733 | 771 | wakeup-source; |
|---|
| 772 | + status = "disabled"; |
|---|
| 734 | 773 | }; |
|---|
| 735 | 774 | }; |
|---|
| 736 | 775 | |
|---|
| .. | .. |
|---|
| 744 | 783 | interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 745 | 784 | }; |
|---|
| 746 | 785 | |
|---|
| 747 | | - src: src@20d8000 { |
|---|
| 786 | + src: reset-controller@20d8000 { |
|---|
| 748 | 787 | compatible = "fsl,imx6sx-src", "fsl,imx51-src"; |
|---|
| 749 | 788 | reg = <0x020d8000 0x4000>; |
|---|
| 750 | 789 | interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>, |
|---|
| .. | .. |
|---|
| 778 | 817 | clocks = <&clks IMX6SX_CLK_GPU>; |
|---|
| 779 | 818 | }; |
|---|
| 780 | 819 | |
|---|
| 820 | + pd_disp: power-domain@2 { |
|---|
| 821 | + reg = <2>; |
|---|
| 822 | + #power-domain-cells = <0>; |
|---|
| 823 | + clocks = <&clks IMX6SX_CLK_PXP_AXI>, |
|---|
| 824 | + <&clks IMX6SX_CLK_DISPLAY_AXI>, |
|---|
| 825 | + <&clks IMX6SX_CLK_LCDIF1_PIX>, |
|---|
| 826 | + <&clks IMX6SX_CLK_LCDIF_APB>, |
|---|
| 827 | + <&clks IMX6SX_CLK_LCDIF2_PIX>, |
|---|
| 828 | + <&clks IMX6SX_CLK_CSI>, |
|---|
| 829 | + <&clks IMX6SX_CLK_VADC>; |
|---|
| 830 | + }; |
|---|
| 831 | + |
|---|
| 781 | 832 | pd_pci: power-domain@3 { |
|---|
| 782 | 833 | reg = <3>; |
|---|
| 783 | 834 | #power-domain-cells = <0>; |
|---|
| .. | .. |
|---|
| 786 | 837 | }; |
|---|
| 787 | 838 | }; |
|---|
| 788 | 839 | |
|---|
| 789 | | - iomuxc: iomuxc@20e0000 { |
|---|
| 840 | + iomuxc: pinctrl@20e0000 { |
|---|
| 790 | 841 | compatible = "fsl,imx6sx-iomuxc"; |
|---|
| 791 | 842 | reg = <0x020e0000 0x4000>; |
|---|
| 792 | 843 | }; |
|---|
| .. | .. |
|---|
| 797 | 848 | reg = <0x020e4000 0x4000>; |
|---|
| 798 | 849 | }; |
|---|
| 799 | 850 | |
|---|
| 800 | | - sdma: sdma@20ec000 { |
|---|
| 851 | + sdma: dma-controller@20ec000 { |
|---|
| 801 | 852 | compatible = "fsl,imx6sx-sdma", "fsl,imx6q-sdma"; |
|---|
| 802 | 853 | reg = <0x020ec000 0x4000>; |
|---|
| 803 | 854 | interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 810 | 861 | }; |
|---|
| 811 | 862 | }; |
|---|
| 812 | 863 | |
|---|
| 813 | | - aips2: aips-bus@2100000 { |
|---|
| 864 | + aips2: bus@2100000 { |
|---|
| 814 | 865 | compatible = "fsl,aips-bus", "simple-bus"; |
|---|
| 815 | 866 | #address-cells = <1>; |
|---|
| 816 | 867 | #size-cells = <1>; |
|---|
| 817 | 868 | reg = <0x02100000 0x100000>; |
|---|
| 818 | 869 | ranges; |
|---|
| 819 | 870 | |
|---|
| 820 | | - crypto: caam@2100000 { |
|---|
| 871 | + crypto: crypto@2100000 { |
|---|
| 821 | 872 | compatible = "fsl,sec-v4.0"; |
|---|
| 822 | 873 | #address-cells = <1>; |
|---|
| 823 | 874 | #size-cells = <1>; |
|---|
| .. | .. |
|---|
| 830 | 881 | <&clks IMX6SX_CLK_EIM_SLOW>; |
|---|
| 831 | 882 | clock-names = "mem", "aclk", "ipg", "emi_slow"; |
|---|
| 832 | 883 | |
|---|
| 833 | | - sec_jr0: jr0@1000 { |
|---|
| 884 | + sec_jr0: jr@1000 { |
|---|
| 834 | 885 | compatible = "fsl,sec-v4.0-job-ring"; |
|---|
| 835 | 886 | reg = <0x1000 0x1000>; |
|---|
| 836 | 887 | interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 837 | 888 | }; |
|---|
| 838 | 889 | |
|---|
| 839 | | - sec_jr1: jr1@2000 { |
|---|
| 890 | + sec_jr1: jr@2000 { |
|---|
| 840 | 891 | compatible = "fsl,sec-v4.0-job-ring"; |
|---|
| 841 | 892 | reg = <0x2000 0x1000>; |
|---|
| 842 | 893 | interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 875 | 926 | reg = <0x02184400 0x200>; |
|---|
| 876 | 927 | interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 877 | 928 | clocks = <&clks IMX6SX_CLK_USBOH3>; |
|---|
| 929 | + fsl,usbphy = <&usbphynop1>; |
|---|
| 878 | 930 | fsl,usbmisc = <&usbmisc 2>; |
|---|
| 879 | 931 | phy_type = "hsic"; |
|---|
| 880 | 932 | fsl,anatop = <&anatop>; |
|---|
| .. | .. |
|---|
| 905 | 957 | <&clks IMX6SX_CLK_ENET_PTP>; |
|---|
| 906 | 958 | clock-names = "ipg", "ahb", "ptp", |
|---|
| 907 | 959 | "enet_clk_ref", "enet_out"; |
|---|
| 908 | | - fsl,num-tx-queues=<3>; |
|---|
| 909 | | - fsl,num-rx-queues=<3>; |
|---|
| 960 | + fsl,num-tx-queues = <3>; |
|---|
| 961 | + fsl,num-rx-queues = <3>; |
|---|
| 962 | + fsl,stop-mode = <&gpr 0x10 3>; |
|---|
| 910 | 963 | status = "disabled"; |
|---|
| 911 | 964 | }; |
|---|
| 912 | 965 | |
|---|
| .. | .. |
|---|
| 919 | 972 | status = "disabled"; |
|---|
| 920 | 973 | }; |
|---|
| 921 | 974 | |
|---|
| 922 | | - usdhc1: usdhc@2190000 { |
|---|
| 975 | + usdhc1: mmc@2190000 { |
|---|
| 923 | 976 | compatible = "fsl,imx6sx-usdhc", "fsl,imx6sl-usdhc"; |
|---|
| 924 | 977 | reg = <0x02190000 0x4000>; |
|---|
| 925 | 978 | interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 931 | 984 | status = "disabled"; |
|---|
| 932 | 985 | }; |
|---|
| 933 | 986 | |
|---|
| 934 | | - usdhc2: usdhc@2194000 { |
|---|
| 987 | + usdhc2: mmc@2194000 { |
|---|
| 935 | 988 | compatible = "fsl,imx6sx-usdhc", "fsl,imx6sl-usdhc"; |
|---|
| 936 | 989 | reg = <0x02194000 0x4000>; |
|---|
| 937 | 990 | interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 943 | 996 | status = "disabled"; |
|---|
| 944 | 997 | }; |
|---|
| 945 | 998 | |
|---|
| 946 | | - usdhc3: usdhc@2198000 { |
|---|
| 999 | + usdhc3: mmc@2198000 { |
|---|
| 947 | 1000 | compatible = "fsl,imx6sx-usdhc", "fsl,imx6sl-usdhc"; |
|---|
| 948 | 1001 | reg = <0x02198000 0x4000>; |
|---|
| 949 | 1002 | interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 955 | 1008 | status = "disabled"; |
|---|
| 956 | 1009 | }; |
|---|
| 957 | 1010 | |
|---|
| 958 | | - usdhc4: usdhc@219c000 { |
|---|
| 1011 | + usdhc4: mmc@219c000 { |
|---|
| 959 | 1012 | compatible = "fsl,imx6sx-usdhc", "fsl,imx6sl-usdhc"; |
|---|
| 960 | 1013 | reg = <0x0219c000 0x4000>; |
|---|
| 961 | 1014 | interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 997 | 1050 | status = "disabled"; |
|---|
| 998 | 1051 | }; |
|---|
| 999 | 1052 | |
|---|
| 1000 | | - mmdc: mmdc@21b0000 { |
|---|
| 1053 | + memory-controller@21b0000 { |
|---|
| 1001 | 1054 | compatible = "fsl,imx6sx-mmdc", "fsl,imx6q-mmdc"; |
|---|
| 1002 | 1055 | reg = <0x021b0000 0x4000>; |
|---|
| 1056 | + clocks = <&clks IMX6SX_CLK_MMDC_P0_IPG>; |
|---|
| 1003 | 1057 | }; |
|---|
| 1004 | 1058 | |
|---|
| 1005 | 1059 | fec2: ethernet@21b4000 { |
|---|
| .. | .. |
|---|
| 1015 | 1069 | <&clks IMX6SX_CLK_ENET_PTP>; |
|---|
| 1016 | 1070 | clock-names = "ipg", "ahb", "ptp", |
|---|
| 1017 | 1071 | "enet_clk_ref", "enet_out"; |
|---|
| 1072 | + fsl,stop-mode = <&gpr 0x10 4>; |
|---|
| 1018 | 1073 | status = "disabled"; |
|---|
| 1019 | 1074 | }; |
|---|
| 1020 | 1075 | |
|---|
| .. | .. |
|---|
| 1029 | 1084 | status = "disabled"; |
|---|
| 1030 | 1085 | }; |
|---|
| 1031 | 1086 | |
|---|
| 1032 | | - ocotp: ocotp@21bc000 { |
|---|
| 1087 | + ocotp: efuse@21bc000 { |
|---|
| 1033 | 1088 | #address-cells = <1>; |
|---|
| 1034 | 1089 | #size-cells = <1>; |
|---|
| 1035 | 1090 | compatible = "fsl,imx6sx-ocotp", "syscon"; |
|---|
| 1036 | 1091 | reg = <0x021bc000 0x4000>; |
|---|
| 1037 | 1092 | clocks = <&clks IMX6SX_CLK_OCOTP>; |
|---|
| 1093 | + |
|---|
| 1094 | + cpu_speed_grade: speed-grade@10 { |
|---|
| 1095 | + reg = <0x10 4>; |
|---|
| 1096 | + }; |
|---|
| 1038 | 1097 | |
|---|
| 1039 | 1098 | tempmon_calib: calib@38 { |
|---|
| 1040 | 1099 | reg = <0x38 4>; |
|---|
| .. | .. |
|---|
| 1077 | 1136 | status = "disabled"; |
|---|
| 1078 | 1137 | }; |
|---|
| 1079 | 1138 | |
|---|
| 1080 | | - qspi1: qspi@21e0000 { |
|---|
| 1139 | + qspi1: spi@21e0000 { |
|---|
| 1081 | 1140 | #address-cells = <1>; |
|---|
| 1082 | 1141 | #size-cells = <0>; |
|---|
| 1083 | 1142 | compatible = "fsl,imx6sx-qspi"; |
|---|
| .. | .. |
|---|
| 1090 | 1149 | status = "disabled"; |
|---|
| 1091 | 1150 | }; |
|---|
| 1092 | 1151 | |
|---|
| 1093 | | - qspi2: qspi@21e4000 { |
|---|
| 1152 | + qspi2: spi@21e4000 { |
|---|
| 1094 | 1153 | #address-cells = <1>; |
|---|
| 1095 | 1154 | #size-cells = <0>; |
|---|
| 1096 | 1155 | compatible = "fsl,imx6sx-qspi"; |
|---|
| .. | .. |
|---|
| 1166 | 1225 | }; |
|---|
| 1167 | 1226 | }; |
|---|
| 1168 | 1227 | |
|---|
| 1169 | | - aips3: aips-bus@2200000 { |
|---|
| 1228 | + aips3: bus@2200000 { |
|---|
| 1170 | 1229 | compatible = "fsl,aips-bus", "simple-bus"; |
|---|
| 1171 | 1230 | #address-cells = <1>; |
|---|
| 1172 | 1231 | #size-cells = <1>; |
|---|
| .. | .. |
|---|
| 1191 | 1250 | }; |
|---|
| 1192 | 1251 | |
|---|
| 1193 | 1252 | pxp: pxp@2218000 { |
|---|
| 1253 | + compatible = "fsl,imx6sx-pxp", "fsl,imx6ull-pxp"; |
|---|
| 1194 | 1254 | reg = <0x02218000 0x4000>; |
|---|
| 1195 | 1255 | interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 1196 | | - clocks = <&clks IMX6SX_CLK_PXP_AXI>, |
|---|
| 1197 | | - <&clks IMX6SX_CLK_DISPLAY_AXI>; |
|---|
| 1198 | | - clock-names = "pxp-axi", "disp-axi"; |
|---|
| 1256 | + clocks = <&clks IMX6SX_CLK_PXP_AXI>; |
|---|
| 1257 | + clock-names = "axi"; |
|---|
| 1258 | + power-domains = <&pd_disp>; |
|---|
| 1199 | 1259 | status = "disabled"; |
|---|
| 1200 | 1260 | }; |
|---|
| 1201 | 1261 | |
|---|
| .. | .. |
|---|
| 1217 | 1277 | <&clks IMX6SX_CLK_LCDIF_APB>, |
|---|
| 1218 | 1278 | <&clks IMX6SX_CLK_DISPLAY_AXI>; |
|---|
| 1219 | 1279 | clock-names = "pix", "axi", "disp_axi"; |
|---|
| 1280 | + power-domains = <&pd_disp>; |
|---|
| 1220 | 1281 | status = "disabled"; |
|---|
| 1221 | 1282 | }; |
|---|
| 1222 | 1283 | |
|---|
| .. | .. |
|---|
| 1228 | 1289 | <&clks IMX6SX_CLK_LCDIF_APB>, |
|---|
| 1229 | 1290 | <&clks IMX6SX_CLK_DISPLAY_AXI>; |
|---|
| 1230 | 1291 | clock-names = "pix", "axi", "disp_axi"; |
|---|
| 1292 | + power-domains = <&pd_disp>; |
|---|
| 1231 | 1293 | status = "disabled"; |
|---|
| 1232 | 1294 | }; |
|---|
| 1233 | 1295 | |
|---|
| .. | .. |
|---|
| 1237 | 1299 | clocks = <&clks IMX6SX_CLK_VADC>, |
|---|
| 1238 | 1300 | <&clks IMX6SX_CLK_CSI>; |
|---|
| 1239 | 1301 | clock-names = "vadc", "csi"; |
|---|
| 1302 | + power-domains = <&pd_disp>; |
|---|
| 1240 | 1303 | status = "disabled"; |
|---|
| 1241 | 1304 | }; |
|---|
| 1242 | 1305 | }; |
|---|
| .. | .. |
|---|
| 1263 | 1326 | status = "disabled"; |
|---|
| 1264 | 1327 | }; |
|---|
| 1265 | 1328 | |
|---|
| 1266 | | - wdog3: wdog@2288000 { |
|---|
| 1329 | + wdog3: watchdog@2288000 { |
|---|
| 1267 | 1330 | compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt"; |
|---|
| 1268 | 1331 | reg = <0x02288000 0x4000>; |
|---|
| 1269 | 1332 | interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 1270 | | - clocks = <&clks IMX6SX_CLK_DUMMY>; |
|---|
| 1333 | + clocks = <&clks IMX6SX_CLK_IPG>; |
|---|
| 1271 | 1334 | status = "disabled"; |
|---|
| 1272 | 1335 | }; |
|---|
| 1273 | 1336 | |
|---|
| 1274 | | - ecspi5: ecspi@228c000 { |
|---|
| 1337 | + ecspi5: spi@228c000 { |
|---|
| 1275 | 1338 | #address-cells = <1>; |
|---|
| 1276 | 1339 | #size-cells = <0>; |
|---|
| 1277 | 1340 | compatible = "fsl,imx6sx-ecspi", "fsl,imx51-ecspi"; |
|---|
| .. | .. |
|---|
| 1303 | 1366 | clocks = <&clks IMX6SX_CLK_PWM5>, |
|---|
| 1304 | 1367 | <&clks IMX6SX_CLK_PWM5>; |
|---|
| 1305 | 1368 | clock-names = "ipg", "per"; |
|---|
| 1306 | | - #pwm-cells = <2>; |
|---|
| 1369 | + #pwm-cells = <3>; |
|---|
| 1307 | 1370 | }; |
|---|
| 1308 | 1371 | |
|---|
| 1309 | 1372 | pwm6: pwm@22a8000 { |
|---|
| .. | .. |
|---|
| 1313 | 1376 | clocks = <&clks IMX6SX_CLK_PWM6>, |
|---|
| 1314 | 1377 | <&clks IMX6SX_CLK_PWM6>; |
|---|
| 1315 | 1378 | clock-names = "ipg", "per"; |
|---|
| 1316 | | - #pwm-cells = <2>; |
|---|
| 1379 | + #pwm-cells = <3>; |
|---|
| 1317 | 1380 | }; |
|---|
| 1318 | 1381 | |
|---|
| 1319 | 1382 | pwm7: pwm@22ac000 { |
|---|
| .. | .. |
|---|
| 1323 | 1386 | clocks = <&clks IMX6SX_CLK_PWM7>, |
|---|
| 1324 | 1387 | <&clks IMX6SX_CLK_PWM7>; |
|---|
| 1325 | 1388 | clock-names = "ipg", "per"; |
|---|
| 1326 | | - #pwm-cells = <2>; |
|---|
| 1389 | + #pwm-cells = <3>; |
|---|
| 1327 | 1390 | }; |
|---|
| 1328 | 1391 | |
|---|
| 1329 | 1392 | pwm8: pwm@22b0000 { |
|---|
| .. | .. |
|---|
| 1333 | 1396 | clocks = <&clks IMX6SX_CLK_PWM8>, |
|---|
| 1334 | 1397 | <&clks IMX6SX_CLK_PWM8>; |
|---|
| 1335 | 1398 | clock-names = "ipg", "per"; |
|---|
| 1336 | | - #pwm-cells = <2>; |
|---|
| 1399 | + #pwm-cells = <3>; |
|---|
| 1337 | 1400 | }; |
|---|
| 1338 | 1401 | }; |
|---|
| 1339 | 1402 | |
|---|
| .. | .. |
|---|
| 1361 | 1424 | <&clks IMX6SX_CLK_PCIE_REF_125M>, |
|---|
| 1362 | 1425 | <&clks IMX6SX_CLK_DISPLAY_AXI>; |
|---|
| 1363 | 1426 | clock-names = "pcie", "pcie_bus", "pcie_phy", "pcie_inbound_axi"; |
|---|
| 1364 | | - power-domains = <&pd_pci>; |
|---|
| 1427 | + power-domains = <&pd_disp>, <&pd_pci>; |
|---|
| 1428 | + power-domain-names = "pcie", "pcie_phy"; |
|---|
| 1365 | 1429 | status = "disabled"; |
|---|
| 1366 | 1430 | }; |
|---|
| 1367 | 1431 | }; |
|---|