| .. | .. |
|---|
| 59 | 59 | compatible = "arm,cortex-a7"; |
|---|
| 60 | 60 | device_type = "cpu"; |
|---|
| 61 | 61 | reg = <0>; |
|---|
| 62 | + clock-frequency = <696000000>; |
|---|
| 62 | 63 | clock-latency = <61036>; /* two CLK32 periods */ |
|---|
| 63 | 64 | #cooling-cells = <2>; |
|---|
| 64 | | - operating-points = < |
|---|
| 65 | + operating-points = |
|---|
| 65 | 66 | /* kHz uV */ |
|---|
| 66 | | - 696000 1275000 |
|---|
| 67 | | - 528000 1175000 |
|---|
| 68 | | - 396000 1025000 |
|---|
| 69 | | - 198000 950000 |
|---|
| 70 | | - >; |
|---|
| 71 | | - fsl,soc-operating-points = < |
|---|
| 67 | + <696000 1275000>, |
|---|
| 68 | + <528000 1175000>, |
|---|
| 69 | + <396000 1025000>, |
|---|
| 70 | + <198000 950000>; |
|---|
| 71 | + fsl,soc-operating-points = |
|---|
| 72 | 72 | /* KHz uV */ |
|---|
| 73 | | - 696000 1275000 |
|---|
| 74 | | - 528000 1175000 |
|---|
| 75 | | - 396000 1175000 |
|---|
| 76 | | - 198000 1175000 |
|---|
| 77 | | - >; |
|---|
| 73 | + <696000 1275000>, |
|---|
| 74 | + <528000 1175000>, |
|---|
| 75 | + <396000 1175000>, |
|---|
| 76 | + <198000 1175000>; |
|---|
| 78 | 77 | clocks = <&clks IMX6UL_CLK_ARM>, |
|---|
| 79 | 78 | <&clks IMX6UL_CLK_PLL2_BUS>, |
|---|
| 80 | 79 | <&clks IMX6UL_CLK_PLL2_PFD2>, |
|---|
| .. | .. |
|---|
| 92 | 91 | }; |
|---|
| 93 | 92 | }; |
|---|
| 94 | 93 | |
|---|
| 95 | | - intc: interrupt-controller@a01000 { |
|---|
| 96 | | - compatible = "arm,gic-400", "arm,cortex-a7-gic"; |
|---|
| 97 | | - interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; |
|---|
| 98 | | - #interrupt-cells = <3>; |
|---|
| 99 | | - interrupt-controller; |
|---|
| 100 | | - interrupt-parent = <&intc>; |
|---|
| 101 | | - reg = <0x00a01000 0x1000>, |
|---|
| 102 | | - <0x00a02000 0x2000>, |
|---|
| 103 | | - <0x00a04000 0x2000>, |
|---|
| 104 | | - <0x00a06000 0x2000>; |
|---|
| 105 | | - }; |
|---|
| 106 | | - |
|---|
| 107 | 94 | timer { |
|---|
| 108 | 95 | compatible = "arm,armv7-timer"; |
|---|
| 109 | | - interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
|---|
| 110 | | - <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
|---|
| 111 | | - <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, |
|---|
| 112 | | - <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; |
|---|
| 96 | + interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>, |
|---|
| 97 | + <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>, |
|---|
| 98 | + <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>, |
|---|
| 99 | + <GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>; |
|---|
| 113 | 100 | interrupt-parent = <&intc>; |
|---|
| 114 | 101 | status = "disabled"; |
|---|
| 115 | 102 | }; |
|---|
| .. | .. |
|---|
| 142 | 129 | clock-output-names = "ipp_di1"; |
|---|
| 143 | 130 | }; |
|---|
| 144 | 131 | |
|---|
| 145 | | - tempmon: tempmon { |
|---|
| 146 | | - compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon"; |
|---|
| 147 | | - interrupt-parent = <&gpc>; |
|---|
| 148 | | - interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 149 | | - fsl,tempmon = <&anatop>; |
|---|
| 150 | | - nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>; |
|---|
| 151 | | - nvmem-cell-names = "calib", "temp_grade"; |
|---|
| 152 | | - clocks = <&clks IMX6UL_CLK_PLL3_USB_OTG>; |
|---|
| 153 | | - }; |
|---|
| 154 | | - |
|---|
| 155 | 132 | pmu { |
|---|
| 156 | 133 | compatible = "arm,cortex-a7-pmu"; |
|---|
| 157 | 134 | interrupt-parent = <&gpc>; |
|---|
| 158 | 135 | interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 159 | | - status = "disabled"; |
|---|
| 160 | 136 | }; |
|---|
| 161 | 137 | |
|---|
| 162 | 138 | soc { |
|---|
| .. | .. |
|---|
| 169 | 145 | ocram: sram@900000 { |
|---|
| 170 | 146 | compatible = "mmio-sram"; |
|---|
| 171 | 147 | reg = <0x00900000 0x20000>; |
|---|
| 148 | + ranges = <0 0x00900000 0x20000>; |
|---|
| 149 | + #address-cells = <1>; |
|---|
| 150 | + #size-cells = <1>; |
|---|
| 151 | + }; |
|---|
| 152 | + |
|---|
| 153 | + intc: interrupt-controller@a01000 { |
|---|
| 154 | + compatible = "arm,gic-400", "arm,cortex-a7-gic"; |
|---|
| 155 | + interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_HIGH)>; |
|---|
| 156 | + #interrupt-cells = <3>; |
|---|
| 157 | + interrupt-controller; |
|---|
| 158 | + interrupt-parent = <&intc>; |
|---|
| 159 | + reg = <0x00a01000 0x1000>, |
|---|
| 160 | + <0x00a02000 0x2000>, |
|---|
| 161 | + <0x00a04000 0x2000>, |
|---|
| 162 | + <0x00a06000 0x2000>; |
|---|
| 172 | 163 | }; |
|---|
| 173 | 164 | |
|---|
| 174 | 165 | dma_apbh: dma-apbh@1804000 { |
|---|
| .. | .. |
|---|
| 184 | 175 | clocks = <&clks IMX6UL_CLK_APBHDMA>; |
|---|
| 185 | 176 | }; |
|---|
| 186 | 177 | |
|---|
| 187 | | - gpmi: gpmi-nand@1806000 { |
|---|
| 178 | + gpmi: nand-controller@1806000 { |
|---|
| 188 | 179 | compatible = "fsl,imx6q-gpmi-nand"; |
|---|
| 189 | 180 | #address-cells = <1>; |
|---|
| 190 | 181 | #size-cells = <1>; |
|---|
| .. | .. |
|---|
| 204 | 195 | status = "disabled"; |
|---|
| 205 | 196 | }; |
|---|
| 206 | 197 | |
|---|
| 207 | | - aips1: aips-bus@2000000 { |
|---|
| 198 | + aips1: bus@2000000 { |
|---|
| 208 | 199 | compatible = "fsl,aips-bus", "simple-bus"; |
|---|
| 209 | 200 | #address-cells = <1>; |
|---|
| 210 | 201 | #size-cells = <1>; |
|---|
| .. | .. |
|---|
| 218 | 209 | reg = <0x02000000 0x40000>; |
|---|
| 219 | 210 | ranges; |
|---|
| 220 | 211 | |
|---|
| 221 | | - ecspi1: ecspi@2008000 { |
|---|
| 212 | + ecspi1: spi@2008000 { |
|---|
| 222 | 213 | #address-cells = <1>; |
|---|
| 223 | 214 | #size-cells = <0>; |
|---|
| 224 | 215 | compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi"; |
|---|
| .. | .. |
|---|
| 227 | 218 | clocks = <&clks IMX6UL_CLK_ECSPI1>, |
|---|
| 228 | 219 | <&clks IMX6UL_CLK_ECSPI1>; |
|---|
| 229 | 220 | clock-names = "ipg", "per"; |
|---|
| 221 | + dmas = <&sdma 3 7 1>, <&sdma 4 7 2>; |
|---|
| 222 | + dma-names = "rx", "tx"; |
|---|
| 230 | 223 | status = "disabled"; |
|---|
| 231 | 224 | }; |
|---|
| 232 | 225 | |
|---|
| 233 | | - ecspi2: ecspi@200c000 { |
|---|
| 226 | + ecspi2: spi@200c000 { |
|---|
| 234 | 227 | #address-cells = <1>; |
|---|
| 235 | 228 | #size-cells = <0>; |
|---|
| 236 | 229 | compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi"; |
|---|
| .. | .. |
|---|
| 239 | 232 | clocks = <&clks IMX6UL_CLK_ECSPI2>, |
|---|
| 240 | 233 | <&clks IMX6UL_CLK_ECSPI2>; |
|---|
| 241 | 234 | clock-names = "ipg", "per"; |
|---|
| 235 | + dmas = <&sdma 5 7 1>, <&sdma 6 7 2>; |
|---|
| 236 | + dma-names = "rx", "tx"; |
|---|
| 242 | 237 | status = "disabled"; |
|---|
| 243 | 238 | }; |
|---|
| 244 | 239 | |
|---|
| 245 | | - ecspi3: ecspi@2010000 { |
|---|
| 240 | + ecspi3: spi@2010000 { |
|---|
| 246 | 241 | #address-cells = <1>; |
|---|
| 247 | 242 | #size-cells = <0>; |
|---|
| 248 | 243 | compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi"; |
|---|
| .. | .. |
|---|
| 251 | 246 | clocks = <&clks IMX6UL_CLK_ECSPI3>, |
|---|
| 252 | 247 | <&clks IMX6UL_CLK_ECSPI3>; |
|---|
| 253 | 248 | clock-names = "ipg", "per"; |
|---|
| 249 | + dmas = <&sdma 7 7 1>, <&sdma 8 7 2>; |
|---|
| 250 | + dma-names = "rx", "tx"; |
|---|
| 254 | 251 | status = "disabled"; |
|---|
| 255 | 252 | }; |
|---|
| 256 | 253 | |
|---|
| 257 | | - ecspi4: ecspi@2014000 { |
|---|
| 254 | + ecspi4: spi@2014000 { |
|---|
| 258 | 255 | #address-cells = <1>; |
|---|
| 259 | 256 | #size-cells = <0>; |
|---|
| 260 | 257 | compatible = "fsl,imx6ul-ecspi", "fsl,imx51-ecspi"; |
|---|
| .. | .. |
|---|
| 263 | 260 | clocks = <&clks IMX6UL_CLK_ECSPI4>, |
|---|
| 264 | 261 | <&clks IMX6UL_CLK_ECSPI4>; |
|---|
| 265 | 262 | clock-names = "ipg", "per"; |
|---|
| 263 | + dmas = <&sdma 9 7 1>, <&sdma 10 7 2>; |
|---|
| 264 | + dma-names = "rx", "tx"; |
|---|
| 266 | 265 | status = "disabled"; |
|---|
| 267 | 266 | }; |
|---|
| 268 | 267 | |
|---|
| .. | .. |
|---|
| 343 | 342 | dma-names = "rx", "tx"; |
|---|
| 344 | 343 | status = "disabled"; |
|---|
| 345 | 344 | }; |
|---|
| 345 | + |
|---|
| 346 | + asrc: asrc@2034000 { |
|---|
| 347 | + compatible = "fsl,imx6ul-asrc", "fsl,imx53-asrc"; |
|---|
| 348 | + reg = <0x2034000 0x4000>; |
|---|
| 349 | + interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 350 | + clocks = <&clks IMX6UL_CLK_ASRC_IPG>, |
|---|
| 351 | + <&clks IMX6UL_CLK_ASRC_MEM>, <&clks 0>, |
|---|
| 352 | + <&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>, |
|---|
| 353 | + <&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>, |
|---|
| 354 | + <&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>, |
|---|
| 355 | + <&clks IMX6UL_CLK_SPDIF>, <&clks 0>, <&clks 0>, |
|---|
| 356 | + <&clks IMX6UL_CLK_SPBA>; |
|---|
| 357 | + clock-names = "mem", "ipg", "asrck_0", |
|---|
| 358 | + "asrck_1", "asrck_2", "asrck_3", "asrck_4", |
|---|
| 359 | + "asrck_5", "asrck_6", "asrck_7", "asrck_8", |
|---|
| 360 | + "asrck_9", "asrck_a", "asrck_b", "asrck_c", |
|---|
| 361 | + "asrck_d", "asrck_e", "asrck_f", "spba"; |
|---|
| 362 | + dmas = <&sdma 17 23 1>, <&sdma 18 23 1>, <&sdma 19 23 1>, |
|---|
| 363 | + <&sdma 20 23 1>, <&sdma 21 23 1>, <&sdma 22 23 1>; |
|---|
| 364 | + dma-names = "rxa", "rxb", "rxc", |
|---|
| 365 | + "txa", "txb", "txc"; |
|---|
| 366 | + fsl,asrc-rate = <48000>; |
|---|
| 367 | + fsl,asrc-width = <16>; |
|---|
| 368 | + status = "okay"; |
|---|
| 369 | + }; |
|---|
| 346 | 370 | }; |
|---|
| 347 | 371 | |
|---|
| 348 | 372 | tsc: tsc@2040000 { |
|---|
| .. | .. |
|---|
| 363 | 387 | clocks = <&clks IMX6UL_CLK_PWM1>, |
|---|
| 364 | 388 | <&clks IMX6UL_CLK_PWM1>; |
|---|
| 365 | 389 | clock-names = "ipg", "per"; |
|---|
| 366 | | - #pwm-cells = <2>; |
|---|
| 390 | + #pwm-cells = <3>; |
|---|
| 367 | 391 | status = "disabled"; |
|---|
| 368 | 392 | }; |
|---|
| 369 | 393 | |
|---|
| .. | .. |
|---|
| 374 | 398 | clocks = <&clks IMX6UL_CLK_PWM2>, |
|---|
| 375 | 399 | <&clks IMX6UL_CLK_PWM2>; |
|---|
| 376 | 400 | clock-names = "ipg", "per"; |
|---|
| 377 | | - #pwm-cells = <2>; |
|---|
| 401 | + #pwm-cells = <3>; |
|---|
| 378 | 402 | status = "disabled"; |
|---|
| 379 | 403 | }; |
|---|
| 380 | 404 | |
|---|
| .. | .. |
|---|
| 385 | 409 | clocks = <&clks IMX6UL_CLK_PWM3>, |
|---|
| 386 | 410 | <&clks IMX6UL_CLK_PWM3>; |
|---|
| 387 | 411 | clock-names = "ipg", "per"; |
|---|
| 388 | | - #pwm-cells = <2>; |
|---|
| 412 | + #pwm-cells = <3>; |
|---|
| 389 | 413 | status = "disabled"; |
|---|
| 390 | 414 | }; |
|---|
| 391 | 415 | |
|---|
| .. | .. |
|---|
| 396 | 420 | clocks = <&clks IMX6UL_CLK_PWM4>, |
|---|
| 397 | 421 | <&clks IMX6UL_CLK_PWM4>; |
|---|
| 398 | 422 | clock-names = "ipg", "per"; |
|---|
| 399 | | - #pwm-cells = <2>; |
|---|
| 423 | + #pwm-cells = <3>; |
|---|
| 400 | 424 | status = "disabled"; |
|---|
| 401 | 425 | }; |
|---|
| 402 | 426 | |
|---|
| .. | .. |
|---|
| 407 | 431 | clocks = <&clks IMX6UL_CLK_CAN1_IPG>, |
|---|
| 408 | 432 | <&clks IMX6UL_CLK_CAN1_SERIAL>; |
|---|
| 409 | 433 | clock-names = "ipg", "per"; |
|---|
| 434 | + fsl,stop-mode = <&gpr 0x10 1 0x10 17>; |
|---|
| 410 | 435 | status = "disabled"; |
|---|
| 411 | 436 | }; |
|---|
| 412 | 437 | |
|---|
| .. | .. |
|---|
| 417 | 442 | clocks = <&clks IMX6UL_CLK_CAN2_IPG>, |
|---|
| 418 | 443 | <&clks IMX6UL_CLK_CAN2_SERIAL>; |
|---|
| 419 | 444 | clock-names = "ipg", "per"; |
|---|
| 445 | + fsl,stop-mode = <&gpr 0x10 2 0x10 18>; |
|---|
| 420 | 446 | status = "disabled"; |
|---|
| 421 | 447 | }; |
|---|
| 422 | 448 | |
|---|
| 423 | | - gpt1: gpt@2098000 { |
|---|
| 449 | + gpt1: timer@2098000 { |
|---|
| 424 | 450 | compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt"; |
|---|
| 425 | 451 | reg = <0x02098000 0x4000>; |
|---|
| 426 | 452 | interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 508 | 534 | <&clks IMX6UL_CLK_ENET2_REF_125M>; |
|---|
| 509 | 535 | clock-names = "ipg", "ahb", "ptp", |
|---|
| 510 | 536 | "enet_clk_ref", "enet_out"; |
|---|
| 511 | | - fsl,num-tx-queues=<1>; |
|---|
| 512 | | - fsl,num-rx-queues=<1>; |
|---|
| 537 | + fsl,num-tx-queues = <1>; |
|---|
| 538 | + fsl,num-rx-queues = <1>; |
|---|
| 539 | + fsl,stop-mode = <&gpr 0x10 4>; |
|---|
| 513 | 540 | status = "disabled"; |
|---|
| 514 | 541 | }; |
|---|
| 515 | 542 | |
|---|
| 516 | | - kpp: kpp@20b8000 { |
|---|
| 517 | | - compatible = "fsl,imx6ul-kpp", "fsl,imx6q-kpp", "fsl,imx21-kpp"; |
|---|
| 543 | + kpp: keypad@20b8000 { |
|---|
| 544 | + compatible = "fsl,imx6ul-kpp", "fsl,imx21-kpp"; |
|---|
| 518 | 545 | reg = <0x020b8000 0x4000>; |
|---|
| 519 | 546 | interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 520 | 547 | clocks = <&clks IMX6UL_CLK_KPP>; |
|---|
| 521 | 548 | status = "disabled"; |
|---|
| 522 | 549 | }; |
|---|
| 523 | 550 | |
|---|
| 524 | | - wdog1: wdog@20bc000 { |
|---|
| 551 | + wdog1: watchdog@20bc000 { |
|---|
| 525 | 552 | compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt"; |
|---|
| 526 | 553 | reg = <0x020bc000 0x4000>; |
|---|
| 527 | 554 | interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 528 | 555 | clocks = <&clks IMX6UL_CLK_WDOG1>; |
|---|
| 529 | 556 | }; |
|---|
| 530 | 557 | |
|---|
| 531 | | - wdog2: wdog@20c0000 { |
|---|
| 558 | + wdog2: watchdog@20c0000 { |
|---|
| 532 | 559 | compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt"; |
|---|
| 533 | 560 | reg = <0x020c0000 0x4000>; |
|---|
| 534 | 561 | interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 536 | 563 | status = "disabled"; |
|---|
| 537 | 564 | }; |
|---|
| 538 | 565 | |
|---|
| 539 | | - clks: ccm@20c4000 { |
|---|
| 566 | + clks: clock-controller@20c4000 { |
|---|
| 540 | 567 | compatible = "fsl,imx6ul-ccm"; |
|---|
| 541 | 568 | reg = <0x020c4000 0x4000>; |
|---|
| 542 | 569 | interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>, |
|---|
| .. | .. |
|---|
| 548 | 575 | |
|---|
| 549 | 576 | anatop: anatop@20c8000 { |
|---|
| 550 | 577 | compatible = "fsl,imx6ul-anatop", "fsl,imx6q-anatop", |
|---|
| 551 | | - "syscon", "simple-bus"; |
|---|
| 578 | + "syscon", "simple-mfd"; |
|---|
| 552 | 579 | reg = <0x020c8000 0x1000>; |
|---|
| 553 | 580 | interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>, |
|---|
| 554 | 581 | <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>, |
|---|
| .. | .. |
|---|
| 601 | 628 | anatop-min-voltage = <725000>; |
|---|
| 602 | 629 | anatop-max-voltage = <1450000>; |
|---|
| 603 | 630 | }; |
|---|
| 631 | + |
|---|
| 632 | + tempmon: tempmon { |
|---|
| 633 | + compatible = "fsl,imx6ul-tempmon", "fsl,imx6sx-tempmon"; |
|---|
| 634 | + interrupt-parent = <&gpc>; |
|---|
| 635 | + interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 636 | + fsl,tempmon = <&anatop>; |
|---|
| 637 | + nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>; |
|---|
| 638 | + nvmem-cell-names = "calib", "temp_grade"; |
|---|
| 639 | + clocks = <&clks IMX6UL_CLK_PLL3_USB_OTG>; |
|---|
| 640 | + }; |
|---|
| 604 | 641 | }; |
|---|
| 605 | 642 | |
|---|
| 606 | 643 | usbphy1: usbphy@20c9000 { |
|---|
| .. | .. |
|---|
| 648 | 685 | interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 649 | 686 | linux,keycode = <KEY_POWER>; |
|---|
| 650 | 687 | wakeup-source; |
|---|
| 688 | + status = "disabled"; |
|---|
| 651 | 689 | }; |
|---|
| 652 | 690 | |
|---|
| 653 | 691 | snvs_lpgpr: snvs-lpgpr { |
|---|
| .. | .. |
|---|
| 665 | 703 | interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 666 | 704 | }; |
|---|
| 667 | 705 | |
|---|
| 668 | | - src: src@20d8000 { |
|---|
| 706 | + src: reset-controller@20d8000 { |
|---|
| 669 | 707 | compatible = "fsl,imx6ul-src", "fsl,imx51-src"; |
|---|
| 670 | 708 | reg = <0x020d8000 0x4000>; |
|---|
| 671 | 709 | interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>, |
|---|
| .. | .. |
|---|
| 682 | 720 | interrupt-parent = <&intc>; |
|---|
| 683 | 721 | }; |
|---|
| 684 | 722 | |
|---|
| 685 | | - iomuxc: iomuxc@20e0000 { |
|---|
| 723 | + iomuxc: pinctrl@20e0000 { |
|---|
| 686 | 724 | compatible = "fsl,imx6ul-iomuxc"; |
|---|
| 687 | 725 | reg = <0x020e0000 0x4000>; |
|---|
| 688 | 726 | }; |
|---|
| .. | .. |
|---|
| 693 | 731 | reg = <0x020e4000 0x4000>; |
|---|
| 694 | 732 | }; |
|---|
| 695 | 733 | |
|---|
| 696 | | - gpt2: gpt@20e8000 { |
|---|
| 734 | + gpt2: timer@20e8000 { |
|---|
| 697 | 735 | compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt"; |
|---|
| 698 | 736 | reg = <0x020e8000 0x4000>; |
|---|
| 699 | 737 | interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 700 | 738 | clocks = <&clks IMX6UL_CLK_GPT2_BUS>, |
|---|
| 701 | 739 | <&clks IMX6UL_CLK_GPT2_SERIAL>; |
|---|
| 702 | 740 | clock-names = "ipg", "per"; |
|---|
| 741 | + status = "disabled"; |
|---|
| 703 | 742 | }; |
|---|
| 704 | 743 | |
|---|
| 705 | 744 | sdma: sdma@20ec000 { |
|---|
| .. | .. |
|---|
| 721 | 760 | clocks = <&clks IMX6UL_CLK_PWM5>, |
|---|
| 722 | 761 | <&clks IMX6UL_CLK_PWM5>; |
|---|
| 723 | 762 | clock-names = "ipg", "per"; |
|---|
| 724 | | - #pwm-cells = <2>; |
|---|
| 763 | + #pwm-cells = <3>; |
|---|
| 725 | 764 | status = "disabled"; |
|---|
| 726 | 765 | }; |
|---|
| 727 | 766 | |
|---|
| .. | .. |
|---|
| 732 | 771 | clocks = <&clks IMX6UL_CLK_PWM6>, |
|---|
| 733 | 772 | <&clks IMX6UL_CLK_PWM6>; |
|---|
| 734 | 773 | clock-names = "ipg", "per"; |
|---|
| 735 | | - #pwm-cells = <2>; |
|---|
| 774 | + #pwm-cells = <3>; |
|---|
| 736 | 775 | status = "disabled"; |
|---|
| 737 | 776 | }; |
|---|
| 738 | 777 | |
|---|
| .. | .. |
|---|
| 743 | 782 | clocks = <&clks IMX6UL_CLK_PWM7>, |
|---|
| 744 | 783 | <&clks IMX6UL_CLK_PWM7>; |
|---|
| 745 | 784 | clock-names = "ipg", "per"; |
|---|
| 746 | | - #pwm-cells = <2>; |
|---|
| 785 | + #pwm-cells = <3>; |
|---|
| 747 | 786 | status = "disabled"; |
|---|
| 748 | 787 | }; |
|---|
| 749 | 788 | |
|---|
| .. | .. |
|---|
| 754 | 793 | clocks = <&clks IMX6UL_CLK_PWM8>, |
|---|
| 755 | 794 | <&clks IMX6UL_CLK_PWM8>; |
|---|
| 756 | 795 | clock-names = "ipg", "per"; |
|---|
| 757 | | - #pwm-cells = <2>; |
|---|
| 796 | + #pwm-cells = <3>; |
|---|
| 758 | 797 | status = "disabled"; |
|---|
| 759 | 798 | }; |
|---|
| 760 | 799 | }; |
|---|
| 761 | 800 | |
|---|
| 762 | | - aips2: aips-bus@2100000 { |
|---|
| 801 | + aips2: bus@2100000 { |
|---|
| 763 | 802 | compatible = "fsl,aips-bus", "simple-bus"; |
|---|
| 764 | 803 | #address-cells = <1>; |
|---|
| 765 | 804 | #size-cells = <1>; |
|---|
| 766 | 805 | reg = <0x02100000 0x100000>; |
|---|
| 767 | 806 | ranges; |
|---|
| 768 | 807 | |
|---|
| 769 | | - crypto: caam@2140000 { |
|---|
| 808 | + crypto: crypto@2140000 { |
|---|
| 770 | 809 | compatible = "fsl,imx6ul-caam", "fsl,sec-v4.0"; |
|---|
| 771 | 810 | #address-cells = <1>; |
|---|
| 772 | 811 | #size-cells = <1>; |
|---|
| .. | .. |
|---|
| 777 | 816 | <&clks IMX6UL_CLK_CAAM_MEM>; |
|---|
| 778 | 817 | clock-names = "ipg", "aclk", "mem"; |
|---|
| 779 | 818 | |
|---|
| 780 | | - sec_jr0: jr0@1000 { |
|---|
| 819 | + sec_jr0: jr@1000 { |
|---|
| 781 | 820 | compatible = "fsl,sec-v4.0-job-ring"; |
|---|
| 782 | 821 | reg = <0x1000 0x1000>; |
|---|
| 783 | 822 | interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 784 | 823 | }; |
|---|
| 785 | 824 | |
|---|
| 786 | | - sec_jr1: jr1@2000 { |
|---|
| 825 | + sec_jr1: jr@2000 { |
|---|
| 787 | 826 | compatible = "fsl,sec-v4.0-job-ring"; |
|---|
| 788 | 827 | reg = <0x2000 0x1000>; |
|---|
| 789 | 828 | interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 790 | 829 | }; |
|---|
| 791 | 830 | |
|---|
| 792 | | - sec_jr2: jr2@3000 { |
|---|
| 831 | + sec_jr2: jr@3000 { |
|---|
| 793 | 832 | compatible = "fsl,sec-v4.0-job-ring"; |
|---|
| 794 | 833 | reg = <0x3000 0x1000>; |
|---|
| 795 | 834 | interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 842 | 881 | <&clks IMX6UL_CLK_ENET_REF>; |
|---|
| 843 | 882 | clock-names = "ipg", "ahb", "ptp", |
|---|
| 844 | 883 | "enet_clk_ref", "enet_out"; |
|---|
| 845 | | - fsl,num-tx-queues=<1>; |
|---|
| 846 | | - fsl,num-rx-queues=<1>; |
|---|
| 884 | + fsl,num-tx-queues = <1>; |
|---|
| 885 | + fsl,num-rx-queues = <1>; |
|---|
| 886 | + fsl,stop-mode = <&gpr 0x10 3>; |
|---|
| 847 | 887 | status = "disabled"; |
|---|
| 848 | 888 | }; |
|---|
| 849 | 889 | |
|---|
| 850 | | - usdhc1: usdhc@2190000 { |
|---|
| 890 | + usdhc1: mmc@2190000 { |
|---|
| 851 | 891 | compatible = "fsl,imx6ul-usdhc", "fsl,imx6sx-usdhc"; |
|---|
| 852 | 892 | reg = <0x02190000 0x4000>; |
|---|
| 853 | 893 | interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 855 | 895 | <&clks IMX6UL_CLK_USDHC1>, |
|---|
| 856 | 896 | <&clks IMX6UL_CLK_USDHC1>; |
|---|
| 857 | 897 | clock-names = "ipg", "ahb", "per"; |
|---|
| 898 | + fsl,tuning-step = <2>; |
|---|
| 899 | + fsl,tuning-start-tap = <20>; |
|---|
| 858 | 900 | bus-width = <4>; |
|---|
| 859 | 901 | status = "disabled"; |
|---|
| 860 | 902 | }; |
|---|
| 861 | 903 | |
|---|
| 862 | | - usdhc2: usdhc@2194000 { |
|---|
| 904 | + usdhc2: mmc@2194000 { |
|---|
| 863 | 905 | compatible = "fsl,imx6ul-usdhc", "fsl,imx6sx-usdhc"; |
|---|
| 864 | 906 | reg = <0x02194000 0x4000>; |
|---|
| 865 | 907 | interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 868 | 910 | <&clks IMX6UL_CLK_USDHC2>; |
|---|
| 869 | 911 | clock-names = "ipg", "ahb", "per"; |
|---|
| 870 | 912 | bus-width = <4>; |
|---|
| 913 | + fsl,tuning-step = <2>; |
|---|
| 914 | + fsl,tuning-start-tap = <20>; |
|---|
| 871 | 915 | status = "disabled"; |
|---|
| 872 | 916 | }; |
|---|
| 873 | 917 | |
|---|
| .. | .. |
|---|
| 913 | 957 | status = "disabled"; |
|---|
| 914 | 958 | }; |
|---|
| 915 | 959 | |
|---|
| 916 | | - mmdc: mmdc@21b0000 { |
|---|
| 960 | + memory-controller@21b0000 { |
|---|
| 917 | 961 | compatible = "fsl,imx6ul-mmdc", "fsl,imx6q-mmdc"; |
|---|
| 918 | 962 | reg = <0x021b0000 0x4000>; |
|---|
| 963 | + clocks = <&clks IMX6UL_CLK_MMDC_P0_IPG>; |
|---|
| 919 | 964 | }; |
|---|
| 920 | 965 | |
|---|
| 921 | | - ocotp: ocotp-ctrl@21bc000 { |
|---|
| 966 | + weim: weim@21b8000 { |
|---|
| 967 | + #address-cells = <2>; |
|---|
| 968 | + #size-cells = <1>; |
|---|
| 969 | + compatible = "fsl,imx6ul-weim", "fsl,imx6q-weim"; |
|---|
| 970 | + reg = <0x021b8000 0x4000>; |
|---|
| 971 | + interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 972 | + clocks = <&clks IMX6UL_CLK_EIM>; |
|---|
| 973 | + fsl,weim-cs-gpr = <&gpr>; |
|---|
| 974 | + status = "disabled"; |
|---|
| 975 | + }; |
|---|
| 976 | + |
|---|
| 977 | + ocotp: efuse@21bc000 { |
|---|
| 922 | 978 | #address-cells = <1>; |
|---|
| 923 | 979 | #size-cells = <1>; |
|---|
| 924 | 980 | compatible = "fsl,imx6ul-ocotp", "syscon"; |
|---|
| .. | .. |
|---|
| 938 | 994 | }; |
|---|
| 939 | 995 | }; |
|---|
| 940 | 996 | |
|---|
| 997 | + csi: csi@21c4000 { |
|---|
| 998 | + compatible = "fsl,imx6ul-csi"; |
|---|
| 999 | + reg = <0x021c4000 0x4000>; |
|---|
| 1000 | + interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 1001 | + clocks = <&clks IMX6UL_CLK_CSI>; |
|---|
| 1002 | + clock-names = "mclk"; |
|---|
| 1003 | + status = "disabled"; |
|---|
| 1004 | + }; |
|---|
| 1005 | + |
|---|
| 941 | 1006 | lcdif: lcdif@21c8000 { |
|---|
| 942 | | - compatible = "fsl,imx6ul-lcdif", "fsl,imx28-lcdif"; |
|---|
| 1007 | + compatible = "fsl,imx6ul-lcdif", "fsl,imx6sx-lcdif"; |
|---|
| 943 | 1008 | reg = <0x021c8000 0x4000>; |
|---|
| 944 | 1009 | interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 945 | 1010 | clocks = <&clks IMX6UL_CLK_LCDIF_PIX>, |
|---|
| .. | .. |
|---|
| 949 | 1014 | status = "disabled"; |
|---|
| 950 | 1015 | }; |
|---|
| 951 | 1016 | |
|---|
| 952 | | - qspi: qspi@21e0000 { |
|---|
| 1017 | + pxp: pxp@21cc000 { |
|---|
| 1018 | + compatible = "fsl,imx6ul-pxp"; |
|---|
| 1019 | + reg = <0x021cc000 0x4000>; |
|---|
| 1020 | + interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 1021 | + clocks = <&clks IMX6UL_CLK_PXP>; |
|---|
| 1022 | + clock-names = "axi"; |
|---|
| 1023 | + }; |
|---|
| 1024 | + |
|---|
| 1025 | + qspi: spi@21e0000 { |
|---|
| 953 | 1026 | #address-cells = <1>; |
|---|
| 954 | 1027 | #size-cells = <0>; |
|---|
| 955 | | - compatible = "fsl,imx6ul-qspi", "fsl,imx6sx-qspi"; |
|---|
| 1028 | + compatible = "fsl,imx6ul-qspi"; |
|---|
| 956 | 1029 | reg = <0x021e0000 0x4000>, <0x60000000 0x10000000>; |
|---|
| 957 | 1030 | reg-names = "QuadSPI", "QuadSPI-memory"; |
|---|
| 958 | 1031 | interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| .. | .. |
|---|
| 962 | 1035 | status = "disabled"; |
|---|
| 963 | 1036 | }; |
|---|
| 964 | 1037 | |
|---|
| 965 | | - wdog3: wdog@21e4000 { |
|---|
| 1038 | + wdog3: watchdog@21e4000 { |
|---|
| 966 | 1039 | compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt"; |
|---|
| 967 | 1040 | reg = <0x021e4000 0x4000>; |
|---|
| 968 | 1041 | interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; |
|---|