.. | .. |
---|
24 | 24 | #size-cells = <2>; |
---|
25 | 25 | |
---|
26 | 26 | aliases { |
---|
| 27 | + dsi0 = &dsi; |
---|
| 28 | + dsi1 = &dsi1; |
---|
27 | 29 | ethernet0 = &gmac; |
---|
| 30 | + gpio0 = &gpio0; |
---|
| 31 | + gpio1 = &gpio1; |
---|
| 32 | + gpio2 = &gpio2; |
---|
| 33 | + gpio3 = &gpio3; |
---|
| 34 | + gpio4 = &gpio4; |
---|
28 | 35 | i2c0 = &i2c0; |
---|
29 | 36 | i2c1 = &i2c1; |
---|
30 | 37 | i2c2 = &i2c2; |
---|
.. | .. |
---|
42 | 49 | serial2 = &uart2; |
---|
43 | 50 | serial3 = &uart3; |
---|
44 | 51 | serial4 = &uart4; |
---|
45 | | - dsi0 = &dsi; |
---|
46 | | - dsi1 = &dsi1; |
---|
47 | 52 | }; |
---|
48 | 53 | |
---|
49 | 54 | cpus { |
---|
.. | .. |
---|
78 | 83 | |
---|
79 | 84 | cpu_l0: cpu@0 { |
---|
80 | 85 | device_type = "cpu"; |
---|
81 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 86 | + compatible = "arm,cortex-a53"; |
---|
82 | 87 | reg = <0x0 0x0>; |
---|
83 | 88 | enable-method = "psci"; |
---|
84 | 89 | capacity-dmips-mhz = <485>; |
---|
.. | .. |
---|
90 | 95 | |
---|
91 | 96 | cpu_l1: cpu@1 { |
---|
92 | 97 | device_type = "cpu"; |
---|
93 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 98 | + compatible = "arm,cortex-a53"; |
---|
94 | 99 | reg = <0x0 0x1>; |
---|
95 | 100 | enable-method = "psci"; |
---|
96 | 101 | capacity-dmips-mhz = <485>; |
---|
.. | .. |
---|
102 | 107 | |
---|
103 | 108 | cpu_l2: cpu@2 { |
---|
104 | 109 | device_type = "cpu"; |
---|
105 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 110 | + compatible = "arm,cortex-a53"; |
---|
106 | 111 | reg = <0x0 0x2>; |
---|
107 | 112 | enable-method = "psci"; |
---|
108 | 113 | capacity-dmips-mhz = <485>; |
---|
.. | .. |
---|
114 | 119 | |
---|
115 | 120 | cpu_l3: cpu@3 { |
---|
116 | 121 | device_type = "cpu"; |
---|
117 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 122 | + compatible = "arm,cortex-a53"; |
---|
118 | 123 | reg = <0x0 0x3>; |
---|
119 | 124 | enable-method = "psci"; |
---|
120 | 125 | capacity-dmips-mhz = <485>; |
---|
.. | .. |
---|
126 | 131 | |
---|
127 | 132 | cpu_b0: cpu@100 { |
---|
128 | 133 | device_type = "cpu"; |
---|
129 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
---|
| 134 | + compatible = "arm,cortex-a72"; |
---|
130 | 135 | reg = <0x0 0x100>; |
---|
131 | 136 | enable-method = "psci"; |
---|
132 | 137 | capacity-dmips-mhz = <1024>; |
---|
.. | .. |
---|
138 | 143 | |
---|
139 | 144 | cpu_b1: cpu@101 { |
---|
140 | 145 | device_type = "cpu"; |
---|
141 | | - compatible = "arm,cortex-a72", "arm,armv8"; |
---|
| 146 | + compatible = "arm,cortex-a72"; |
---|
142 | 147 | reg = <0x0 0x101>; |
---|
143 | 148 | enable-method = "psci"; |
---|
144 | 149 | capacity-dmips-mhz = <1024>; |
---|
.. | .. |
---|
176 | 181 | ports = <&vopl_out>, <&vopb_out>; |
---|
177 | 182 | clocks = <&cru PLL_VPLL>, <&cru PLL_CPLL>; |
---|
178 | 183 | clock-names = "hdmi-tmds-pll", "default-vop-pll"; |
---|
179 | | - devfreq = <&dmc>; |
---|
180 | | - }; |
---|
181 | | - |
---|
182 | | - firmware { |
---|
183 | | - optee: optee { |
---|
184 | | - compatible = "linaro,optee-tz"; |
---|
185 | | - method = "smc"; |
---|
186 | | - }; |
---|
187 | 184 | }; |
---|
188 | 185 | |
---|
189 | 186 | pmu_a53 { |
---|
.. | .. |
---|
231 | 228 | #clock-cells = <0>; |
---|
232 | 229 | }; |
---|
233 | 230 | |
---|
234 | | - amba { |
---|
| 231 | + amba: bus { |
---|
235 | 232 | compatible = "simple-bus"; |
---|
236 | 233 | #address-cells = <2>; |
---|
237 | 234 | #size-cells = <2>; |
---|
.. | .. |
---|
243 | 240 | interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
244 | 241 | <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
245 | 242 | #dma-cells = <1>; |
---|
| 243 | + arm,pl330-periph-burst; |
---|
246 | 244 | clocks = <&cru ACLK_DMAC0_PERILP>; |
---|
247 | 245 | clock-names = "apb_pclk"; |
---|
248 | | - arm,pl330-periph-burst; |
---|
249 | 246 | }; |
---|
250 | 247 | |
---|
251 | 248 | dmac_peri: dma-controller@ff6e0000 { |
---|
.. | .. |
---|
254 | 251 | interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
255 | 252 | <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
256 | 253 | #dma-cells = <1>; |
---|
| 254 | + arm,pl330-periph-burst; |
---|
257 | 255 | clocks = <&cru ACLK_DMAC1_PERILP>; |
---|
258 | 256 | clock-names = "apb_pclk"; |
---|
259 | | - arm,pl330-periph-burst; |
---|
260 | 257 | }; |
---|
261 | 258 | }; |
---|
262 | 259 | |
---|
.. | .. |
---|
325 | 322 | resets = <&cru SRST_A_GMAC>; |
---|
326 | 323 | reset-names = "stmmaceth"; |
---|
327 | 324 | rockchip,grf = <&grf>; |
---|
| 325 | + snps,txpbl = <0x4>; |
---|
328 | 326 | status = "disabled"; |
---|
329 | 327 | }; |
---|
330 | 328 | |
---|
331 | | - sdio0: dwmmc@fe310000 { |
---|
| 329 | + sdio0: mmc@fe310000 { |
---|
332 | 330 | compatible = "rockchip,rk3399-dw-mshc", |
---|
333 | 331 | "rockchip,rk3288-dw-mshc"; |
---|
334 | 332 | reg = <0x0 0xfe310000 0x0 0x4000>; |
---|
.. | .. |
---|
344 | 342 | status = "disabled"; |
---|
345 | 343 | }; |
---|
346 | 344 | |
---|
347 | | - sdmmc: dwmmc@fe320000 { |
---|
| 345 | + sdmmc: mmc@fe320000 { |
---|
348 | 346 | compatible = "rockchip,rk3399-dw-mshc", |
---|
349 | 347 | "rockchip,rk3288-dw-mshc"; |
---|
350 | 348 | reg = <0x0 0xfe320000 0x0 0x4000>; |
---|
.. | .. |
---|
381 | 379 | status = "disabled"; |
---|
382 | 380 | }; |
---|
383 | 381 | |
---|
384 | | - usic: usb@fe340000 { |
---|
385 | | - compatible = "generic-ehci"; |
---|
386 | | - reg = <0x0 0xfe340000 0x0 0x30000>; |
---|
387 | | - interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
388 | | - clocks = <&cru HCLK_HSIC>, <&cru SCLK_HSICPHY>, |
---|
389 | | - <&cru PCLK_HSICPHY>; |
---|
390 | | - clock-names = "hclk_hsic", "clk_hsicphy", "pclk_hsicphy"; |
---|
391 | | - rockchip-has-usic; |
---|
392 | | - status = "disabled"; |
---|
393 | | - }; |
---|
394 | | - |
---|
395 | 382 | usb_host0_ehci: usb@fe380000 { |
---|
396 | 383 | compatible = "generic-ehci"; |
---|
397 | 384 | reg = <0x0 0xfe380000 0x0 0x20000>; |
---|
398 | 385 | interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
399 | 386 | clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>, |
---|
400 | 387 | <&u2phy0>; |
---|
401 | | - clock-names = "usbhost", "arbiter", |
---|
402 | | - "utmi"; |
---|
403 | 388 | phys = <&u2phy0_host>; |
---|
404 | 389 | phy-names = "usb"; |
---|
405 | | - power-domains = <&power RK3399_PD_PERIHP>; |
---|
406 | 390 | status = "disabled"; |
---|
407 | 391 | }; |
---|
408 | 392 | |
---|
.. | .. |
---|
412 | 396 | interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
413 | 397 | clocks = <&cru HCLK_HOST0>, <&cru HCLK_HOST0_ARB>, |
---|
414 | 398 | <&u2phy0>; |
---|
415 | | - clock-names = "usbhost", "arbiter", |
---|
416 | | - "utmi"; |
---|
417 | 399 | phys = <&u2phy0_host>; |
---|
418 | 400 | phy-names = "usb"; |
---|
419 | | - power-domains = <&power RK3399_PD_PERIHP>; |
---|
420 | 401 | status = "disabled"; |
---|
421 | 402 | }; |
---|
422 | 403 | |
---|
.. | .. |
---|
426 | 407 | interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
427 | 408 | clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>, |
---|
428 | 409 | <&u2phy1>; |
---|
429 | | - clock-names = "usbhost", "arbiter", |
---|
430 | | - "utmi"; |
---|
431 | 410 | phys = <&u2phy1_host>; |
---|
432 | 411 | phy-names = "usb"; |
---|
433 | | - power-domains = <&power RK3399_PD_PERIHP>; |
---|
434 | 412 | status = "disabled"; |
---|
435 | 413 | }; |
---|
436 | 414 | |
---|
.. | .. |
---|
440 | 418 | interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
441 | 419 | clocks = <&cru HCLK_HOST1>, <&cru HCLK_HOST1_ARB>, |
---|
442 | 420 | <&u2phy1>; |
---|
443 | | - clock-names = "usbhost", "arbiter", |
---|
444 | | - "utmi"; |
---|
445 | 421 | phys = <&u2phy1_host>; |
---|
446 | 422 | phy-names = "usb"; |
---|
447 | | - power-domains = <&power RK3399_PD_PERIHP>; |
---|
448 | 423 | status = "disabled"; |
---|
449 | | - }; |
---|
450 | | - |
---|
451 | | - debug: debug@fe430000 { |
---|
452 | | - compatible = "rockchip,debug"; |
---|
453 | | - reg = <0x0 0xfe430000 0x0 0x1000>, |
---|
454 | | - <0x0 0xfe432000 0x0 0x1000>, |
---|
455 | | - <0x0 0xfe434000 0x0 0x1000>, |
---|
456 | | - <0x0 0xfe436000 0x0 0x1000>, |
---|
457 | | - <0x0 0xfe610000 0x0 0x1000>, |
---|
458 | | - <0x0 0xfe710000 0x0 0x1000>; |
---|
459 | 424 | }; |
---|
460 | 425 | |
---|
461 | 426 | usbdrd3_0: usb@fe800000 { |
---|
.. | .. |
---|
464 | 429 | #size-cells = <2>; |
---|
465 | 430 | ranges; |
---|
466 | 431 | clocks = <&cru SCLK_USB3OTG0_REF>, <&cru SCLK_USB3OTG0_SUSPEND>, |
---|
467 | | - <&cru ACLK_USB3OTG0>, <&cru ACLK_USB3_GRF>; |
---|
| 432 | + <&cru ACLK_USB3OTG0>, <&cru ACLK_USB3_RKSOC_AXI_PERF>, |
---|
| 433 | + <&cru ACLK_USB3>, <&cru ACLK_USB3_GRF>; |
---|
468 | 434 | clock-names = "ref_clk", "suspend_clk", |
---|
469 | | - "bus_clk", "grf_clk"; |
---|
| 435 | + "bus_clk", "aclk_usb3_rksoc_axi_perf", |
---|
| 436 | + "aclk_usb3", "grf_clk"; |
---|
470 | 437 | status = "disabled"; |
---|
471 | 438 | |
---|
472 | | - usbdrd_dwc3_0: dwc3@fe800000 { |
---|
| 439 | + usbdrd_dwc3_0: usb@fe800000 { |
---|
473 | 440 | compatible = "snps,dwc3"; |
---|
474 | 441 | reg = <0x0 0xfe800000 0x0 0x100000>; |
---|
475 | 442 | interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
| 443 | + clocks = <&cru SCLK_USB3OTG0_REF>, <&cru ACLK_USB3OTG0>, |
---|
| 444 | + <&cru SCLK_USB3OTG0_SUSPEND>; |
---|
| 445 | + clock-names = "ref", "bus_early", "suspend"; |
---|
| 446 | + resets = <&cru SRST_A_USB3_OTG0>; |
---|
| 447 | + reset-names = "usb3-otg"; |
---|
476 | 448 | dr_mode = "otg"; |
---|
477 | 449 | phys = <&u2phy0_otg>, <&tcphy0_usb3>; |
---|
478 | 450 | phy-names = "usb2-phy", "usb3-phy"; |
---|
479 | 451 | phy_type = "utmi_wide"; |
---|
480 | | - power-domains = <&power RK3399_PD_USB3>; |
---|
481 | | - resets = <&cru SRST_A_USB3_OTG0>; |
---|
482 | | - reset-names = "usb3-otg"; |
---|
483 | 452 | snps,dis_enblslpm_quirk; |
---|
484 | | - snps,dis-u1u2-quirk; |
---|
| 453 | + snps,dis-u1-entry-quirk; |
---|
| 454 | + snps,dis-u2-entry-quirk; |
---|
485 | 455 | snps,dis-u2-freeclk-exists-quirk; |
---|
486 | 456 | snps,dis_u2_susphy_quirk; |
---|
487 | 457 | snps,dis-del-phy-power-chg-quirk; |
---|
488 | 458 | snps,dis-tx-ipgap-linecheck-quirk; |
---|
489 | | - snps,xhci-slow-suspend-quirk; |
---|
490 | | - snps,xhci-trb-ent-quirk; |
---|
491 | | - snps,xhci-warm-reset-on-suspend-quirk; |
---|
| 459 | + snps,parkmode-disable-hs-quirk; |
---|
| 460 | + snps,parkmode-disable-ss-quirk; |
---|
| 461 | + power-domains = <&power RK3399_PD_USB3>; |
---|
492 | 462 | status = "disabled"; |
---|
493 | 463 | }; |
---|
494 | 464 | }; |
---|
.. | .. |
---|
499 | 469 | #size-cells = <2>; |
---|
500 | 470 | ranges; |
---|
501 | 471 | clocks = <&cru SCLK_USB3OTG1_REF>, <&cru SCLK_USB3OTG1_SUSPEND>, |
---|
502 | | - <&cru ACLK_USB3OTG1>, <&cru ACLK_USB3_GRF>; |
---|
| 472 | + <&cru ACLK_USB3OTG1>, <&cru ACLK_USB3_RKSOC_AXI_PERF>, |
---|
| 473 | + <&cru ACLK_USB3>, <&cru ACLK_USB3_GRF>; |
---|
503 | 474 | clock-names = "ref_clk", "suspend_clk", |
---|
504 | | - "bus_clk", "grf_clk"; |
---|
| 475 | + "bus_clk", "aclk_usb3_rksoc_axi_perf", |
---|
| 476 | + "aclk_usb3", "grf_clk"; |
---|
505 | 477 | status = "disabled"; |
---|
506 | 478 | |
---|
507 | | - usbdrd_dwc3_1: dwc3@fe900000 { |
---|
| 479 | + usbdrd_dwc3_1: usb@fe900000 { |
---|
508 | 480 | compatible = "snps,dwc3"; |
---|
509 | 481 | reg = <0x0 0xfe900000 0x0 0x100000>; |
---|
510 | 482 | interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
511 | | - dr_mode = "host"; |
---|
| 483 | + clocks = <&cru SCLK_USB3OTG1_REF>, <&cru ACLK_USB3OTG1>, |
---|
| 484 | + <&cru SCLK_USB3OTG1_SUSPEND>; |
---|
| 485 | + clock-names = "ref", "bus_early", "suspend"; |
---|
| 486 | + resets = <&cru SRST_A_USB3_OTG1>; |
---|
| 487 | + reset-names = "usb3-otg"; |
---|
| 488 | + dr_mode = "otg"; |
---|
512 | 489 | phys = <&u2phy1_otg>, <&tcphy1_usb3>; |
---|
513 | 490 | phy-names = "usb2-phy", "usb3-phy"; |
---|
514 | 491 | phy_type = "utmi_wide"; |
---|
515 | | - power-domains = <&power RK3399_PD_USB3>; |
---|
516 | | - resets = <&cru SRST_A_USB3_OTG1>; |
---|
517 | | - reset-names = "usb3-otg"; |
---|
518 | 492 | snps,dis_enblslpm_quirk; |
---|
519 | 493 | snps,dis-u2-freeclk-exists-quirk; |
---|
520 | 494 | snps,dis_u2_susphy_quirk; |
---|
521 | 495 | snps,dis-del-phy-power-chg-quirk; |
---|
522 | 496 | snps,dis-tx-ipgap-linecheck-quirk; |
---|
523 | | - snps,xhci-slow-suspend-quirk; |
---|
524 | | - snps,xhci-trb-ent-quirk; |
---|
525 | | - snps,xhci-warm-reset-on-suspend-quirk; |
---|
| 497 | + snps,parkmode-disable-hs-quirk; |
---|
| 498 | + snps,parkmode-disable-ss-quirk; |
---|
| 499 | + power-domains = <&power RK3399_PD_USB3>; |
---|
526 | 500 | status = "disabled"; |
---|
527 | 501 | }; |
---|
528 | 502 | }; |
---|
.. | .. |
---|
580 | 554 | its: interrupt-controller@fee20000 { |
---|
581 | 555 | compatible = "arm,gic-v3-its"; |
---|
582 | 556 | msi-controller; |
---|
| 557 | + #msi-cells = <1>; |
---|
583 | 558 | reg = <0x0 0xfee20000 0x0 0x20000>; |
---|
584 | 559 | }; |
---|
585 | 560 | |
---|
.. | .. |
---|
754 | 729 | clocks = <&cru SCLK_SPI0>, <&cru PCLK_SPI0>; |
---|
755 | 730 | clock-names = "spiclk", "apb_pclk"; |
---|
756 | 731 | interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
| 732 | + dmas = <&dmac_peri 10>, <&dmac_peri 11>; |
---|
| 733 | + dma-names = "tx", "rx"; |
---|
757 | 734 | pinctrl-names = "default"; |
---|
758 | 735 | pinctrl-0 = <&spi0_clk &spi0_tx &spi0_rx &spi0_cs0>; |
---|
759 | 736 | #address-cells = <1>; |
---|
.. | .. |
---|
767 | 744 | clocks = <&cru SCLK_SPI1>, <&cru PCLK_SPI1>; |
---|
768 | 745 | clock-names = "spiclk", "apb_pclk"; |
---|
769 | 746 | interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
| 747 | + dmas = <&dmac_peri 12>, <&dmac_peri 13>; |
---|
| 748 | + dma-names = "tx", "rx"; |
---|
770 | 749 | pinctrl-names = "default"; |
---|
771 | 750 | pinctrl-0 = <&spi1_clk &spi1_tx &spi1_rx &spi1_cs0>; |
---|
772 | 751 | #address-cells = <1>; |
---|
.. | .. |
---|
780 | 759 | clocks = <&cru SCLK_SPI2>, <&cru PCLK_SPI2>; |
---|
781 | 760 | clock-names = "spiclk", "apb_pclk"; |
---|
782 | 761 | interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
| 762 | + dmas = <&dmac_peri 14>, <&dmac_peri 15>; |
---|
| 763 | + dma-names = "tx", "rx"; |
---|
783 | 764 | pinctrl-names = "default"; |
---|
784 | 765 | pinctrl-0 = <&spi2_clk &spi2_tx &spi2_rx &spi2_cs0>; |
---|
785 | 766 | #address-cells = <1>; |
---|
.. | .. |
---|
793 | 774 | clocks = <&cru SCLK_SPI4>, <&cru PCLK_SPI4>; |
---|
794 | 775 | clock-names = "spiclk", "apb_pclk"; |
---|
795 | 776 | interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
| 777 | + dmas = <&dmac_peri 18>, <&dmac_peri 19>; |
---|
| 778 | + dma-names = "tx", "rx"; |
---|
796 | 779 | pinctrl-names = "default"; |
---|
797 | 780 | pinctrl-0 = <&spi4_clk &spi4_tx &spi4_rx &spi4_cs0>; |
---|
798 | 781 | #address-cells = <1>; |
---|
.. | .. |
---|
806 | 789 | clocks = <&cru SCLK_SPI5>, <&cru PCLK_SPI5>; |
---|
807 | 790 | clock-names = "spiclk", "apb_pclk"; |
---|
808 | 791 | interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
| 792 | + dmas = <&dmac_bus 8>, <&dmac_bus 9>; |
---|
| 793 | + dma-names = "tx", "rx"; |
---|
809 | 794 | pinctrl-names = "default"; |
---|
810 | 795 | pinctrl-0 = <&spi5_clk &spi5_tx &spi5_rx &spi5_cs0>; |
---|
811 | 796 | power-domains = <&power RK3399_PD_SDIOAUDIO>; |
---|
.. | .. |
---|
815 | 800 | }; |
---|
816 | 801 | |
---|
817 | 802 | thermal_zones: thermal-zones { |
---|
818 | | - soc_thermal: soc-thermal { |
---|
| 803 | + soc_thermal: cpu_thermal: cpu-thermal { |
---|
819 | 804 | polling-delay-passive = <20>; |
---|
820 | 805 | polling-delay = <1000>; |
---|
821 | 806 | sustainable-power = <1000>; /* milliwatts */ |
---|
.. | .. |
---|
823 | 808 | thermal-sensors = <&tsadc 0>; |
---|
824 | 809 | |
---|
825 | 810 | trips { |
---|
826 | | - threshold: trip-point-0 { |
---|
| 811 | + threshold: cpu_alert0: cpu_alert0 { |
---|
827 | 812 | temperature = <70000>; |
---|
828 | 813 | hysteresis = <2000>; |
---|
829 | 814 | type = "passive"; |
---|
830 | 815 | }; |
---|
831 | | - target: trip-point-1 { |
---|
| 816 | + target: cpu_alert1: cpu_alert1 { |
---|
832 | 817 | temperature = <85000>; |
---|
833 | 818 | hysteresis = <2000>; |
---|
834 | 819 | type = "passive"; |
---|
835 | 820 | }; |
---|
836 | | - soc_crit: soc-crit { |
---|
| 821 | + soc_crit: cpu_crit: cpu_crit { |
---|
837 | 822 | temperature = <115000>; /* millicelsius */ |
---|
838 | 823 | hysteresis = <2000>; /* millicelsius */ |
---|
839 | 824 | type = "critical"; |
---|
.. | .. |
---|
881 | 866 | resets = <&cru SRST_TSADC>; |
---|
882 | 867 | reset-names = "tsadc-apb"; |
---|
883 | 868 | rockchip,grf = <&grf>; |
---|
884 | | - rockchip,hw-tshut-temp = <120000>; |
---|
| 869 | + rockchip,hw-tshut-temp = <95000>; |
---|
885 | 870 | pinctrl-names = "gpio", "otpout"; |
---|
886 | | - pinctrl-0 = <&otp_gpio>; |
---|
| 871 | + pinctrl-0 = <&otp_pin>; |
---|
887 | 872 | pinctrl-1 = <&otp_out>; |
---|
888 | 873 | #thermal-sensor-cells = <1>; |
---|
889 | 874 | status = "disabled"; |
---|
.. | .. |
---|
1032 | 1017 | #size-cells = <0>; |
---|
1033 | 1018 | |
---|
1034 | 1019 | /* These power domains are grouped by VD_CENTER */ |
---|
1035 | | - pd_iep@RK3399_PD_IEP { |
---|
| 1020 | + power-domain@RK3399_PD_IEP { |
---|
1036 | 1021 | reg = <RK3399_PD_IEP>; |
---|
1037 | 1022 | clocks = <&cru ACLK_IEP>, |
---|
1038 | 1023 | <&cru HCLK_IEP>; |
---|
1039 | 1024 | pm_qos = <&qos_iep>; |
---|
1040 | 1025 | }; |
---|
1041 | | - pd_rga@RK3399_PD_RGA { |
---|
| 1026 | + power-domain@RK3399_PD_RGA { |
---|
1042 | 1027 | reg = <RK3399_PD_RGA>; |
---|
1043 | 1028 | clocks = <&cru ACLK_RGA>, |
---|
1044 | 1029 | <&cru HCLK_RGA>; |
---|
1045 | 1030 | pm_qos = <&qos_rga_r>, |
---|
1046 | 1031 | <&qos_rga_w>; |
---|
1047 | 1032 | }; |
---|
1048 | | - pd_vcodec@RK3399_PD_VCODEC { |
---|
| 1033 | + power-domain@RK3399_PD_VCODEC { |
---|
1049 | 1034 | reg = <RK3399_PD_VCODEC>; |
---|
1050 | 1035 | clocks = <&cru ACLK_VCODEC>, |
---|
1051 | 1036 | <&cru HCLK_VCODEC>; |
---|
1052 | 1037 | pm_qos = <&qos_video_m0>; |
---|
1053 | 1038 | }; |
---|
1054 | | - pd_vdu@RK3399_PD_VDU { |
---|
| 1039 | + power-domain@RK3399_PD_VDU { |
---|
1055 | 1040 | reg = <RK3399_PD_VDU>; |
---|
1056 | 1041 | clocks = <&cru ACLK_VDU>, |
---|
1057 | 1042 | <&cru HCLK_VDU>; |
---|
.. | .. |
---|
1060 | 1045 | }; |
---|
1061 | 1046 | |
---|
1062 | 1047 | /* These power domains are grouped by VD_GPU */ |
---|
1063 | | - pd_gpu@RK3399_PD_GPU { |
---|
| 1048 | + power-domain@RK3399_PD_GPU { |
---|
1064 | 1049 | reg = <RK3399_PD_GPU>; |
---|
1065 | 1050 | clocks = <&cru ACLK_GPU>; |
---|
1066 | 1051 | pm_qos = <&qos_gpu>; |
---|
1067 | 1052 | }; |
---|
1068 | 1053 | |
---|
1069 | 1054 | /* These power domains are grouped by VD_LOGIC */ |
---|
1070 | | - pd_edp@RK3399_PD_EDP { |
---|
| 1055 | + power-domain@RK3399_PD_EDP { |
---|
1071 | 1056 | reg = <RK3399_PD_EDP>; |
---|
1072 | 1057 | clocks = <&cru PCLK_EDP_CTRL>; |
---|
1073 | 1058 | }; |
---|
1074 | | - pd_emmc@RK3399_PD_EMMC { |
---|
| 1059 | + power-domain@RK3399_PD_EMMC { |
---|
1075 | 1060 | reg = <RK3399_PD_EMMC>; |
---|
1076 | 1061 | clocks = <&cru ACLK_EMMC>; |
---|
1077 | 1062 | pm_qos = <&qos_emmc>; |
---|
1078 | 1063 | }; |
---|
1079 | | - pd_gmac@RK3399_PD_GMAC { |
---|
| 1064 | + power-domain@RK3399_PD_GMAC { |
---|
1080 | 1065 | reg = <RK3399_PD_GMAC>; |
---|
1081 | 1066 | clocks = <&cru ACLK_GMAC>, |
---|
1082 | 1067 | <&cru PCLK_GMAC>; |
---|
1083 | 1068 | pm_qos = <&qos_gmac>; |
---|
1084 | 1069 | }; |
---|
1085 | | - pd_perihp@RK3399_PD_PERIHP { |
---|
| 1070 | + power-domain@RK3399_PD_PERIHP { |
---|
1086 | 1071 | reg = <RK3399_PD_PERIHP>; |
---|
1087 | 1072 | #address-cells = <1>; |
---|
1088 | 1073 | #size-cells = <0>; |
---|
.. | .. |
---|
1092 | 1077 | <&qos_usb_host0>, |
---|
1093 | 1078 | <&qos_usb_host1>; |
---|
1094 | 1079 | |
---|
1095 | | - pd_sd@RK3399_PD_SD { |
---|
| 1080 | + power-domain@RK3399_PD_SD { |
---|
1096 | 1081 | reg = <RK3399_PD_SD>; |
---|
1097 | 1082 | clocks = <&cru HCLK_SDMMC>, |
---|
1098 | 1083 | <&cru SCLK_SDMMC>; |
---|
1099 | 1084 | pm_qos = <&qos_sd>; |
---|
1100 | 1085 | }; |
---|
1101 | 1086 | }; |
---|
1102 | | - pd_sdioaudio@RK3399_PD_SDIOAUDIO { |
---|
| 1087 | + power-domain@RK3399_PD_SDIOAUDIO { |
---|
1103 | 1088 | reg = <RK3399_PD_SDIOAUDIO>; |
---|
1104 | 1089 | clocks = <&cru HCLK_SDIO>; |
---|
1105 | 1090 | pm_qos = <&qos_sdioaudio>; |
---|
1106 | 1091 | }; |
---|
1107 | | - pd_usb3@RK3399_PD_USB3 { |
---|
| 1092 | + power-domain@RK3399_PD_TCPD0 { |
---|
| 1093 | + reg = <RK3399_PD_TCPD0>; |
---|
| 1094 | + clocks = <&cru SCLK_UPHY0_TCPDCORE>, |
---|
| 1095 | + <&cru SCLK_UPHY0_TCPDPHY_REF>; |
---|
| 1096 | + }; |
---|
| 1097 | + power-domain@RK3399_PD_TCPD1 { |
---|
| 1098 | + reg = <RK3399_PD_TCPD1>; |
---|
| 1099 | + clocks = <&cru SCLK_UPHY1_TCPDCORE>, |
---|
| 1100 | + <&cru SCLK_UPHY1_TCPDPHY_REF>; |
---|
| 1101 | + }; |
---|
| 1102 | + power-domain@RK3399_PD_USB3 { |
---|
1108 | 1103 | reg = <RK3399_PD_USB3>; |
---|
1109 | 1104 | clocks = <&cru ACLK_USB3>; |
---|
1110 | 1105 | pm_qos = <&qos_usb_otg0>, |
---|
1111 | 1106 | <&qos_usb_otg1>; |
---|
1112 | 1107 | }; |
---|
1113 | | - pd_vio@RK3399_PD_VIO { |
---|
| 1108 | + power-domain@RK3399_PD_VIO { |
---|
1114 | 1109 | reg = <RK3399_PD_VIO>; |
---|
1115 | 1110 | #address-cells = <1>; |
---|
1116 | 1111 | #size-cells = <0>; |
---|
1117 | 1112 | |
---|
1118 | | - pd_hdcp@RK3399_PD_HDCP { |
---|
| 1113 | + power-domain@RK3399_PD_HDCP { |
---|
1119 | 1114 | reg = <RK3399_PD_HDCP>; |
---|
1120 | 1115 | clocks = <&cru ACLK_HDCP>, |
---|
1121 | 1116 | <&cru HCLK_HDCP>, |
---|
1122 | 1117 | <&cru PCLK_HDCP>; |
---|
1123 | 1118 | pm_qos = <&qos_hdcp>; |
---|
1124 | 1119 | }; |
---|
1125 | | - pd_isp0@RK3399_PD_ISP0 { |
---|
| 1120 | + power-domain@RK3399_PD_ISP0 { |
---|
1126 | 1121 | reg = <RK3399_PD_ISP0>; |
---|
1127 | 1122 | clocks = <&cru ACLK_ISP0>, |
---|
1128 | 1123 | <&cru HCLK_ISP0>; |
---|
1129 | 1124 | pm_qos = <&qos_isp0_m0>, |
---|
1130 | 1125 | <&qos_isp0_m1>; |
---|
1131 | 1126 | }; |
---|
1132 | | - pd_isp1@RK3399_PD_ISP1 { |
---|
| 1127 | + power-domain@RK3399_PD_ISP1 { |
---|
1133 | 1128 | reg = <RK3399_PD_ISP1>; |
---|
1134 | 1129 | clocks = <&cru ACLK_ISP1>, |
---|
1135 | 1130 | <&cru HCLK_ISP1>; |
---|
1136 | 1131 | pm_qos = <&qos_isp1_m0>, |
---|
1137 | 1132 | <&qos_isp1_m1>; |
---|
1138 | 1133 | }; |
---|
1139 | | - pd_tcpc0@RK3399_PD_TCPC0 { |
---|
1140 | | - reg = <RK3399_PD_TCPD0>; |
---|
1141 | | - clocks = <&cru SCLK_UPHY0_TCPDCORE>, |
---|
1142 | | - <&cru SCLK_UPHY0_TCPDPHY_REF>; |
---|
1143 | | - }; |
---|
1144 | | - pd_tcpc1@RK3399_PD_TCPC1 { |
---|
1145 | | - reg = <RK3399_PD_TCPD1>; |
---|
1146 | | - clocks = <&cru SCLK_UPHY1_TCPDCORE>, |
---|
1147 | | - <&cru SCLK_UPHY1_TCPDPHY_REF>; |
---|
1148 | | - }; |
---|
1149 | | - pd_vo@RK3399_PD_VO { |
---|
| 1134 | + power-domain@RK3399_PD_VO { |
---|
1150 | 1135 | reg = <RK3399_PD_VO>; |
---|
1151 | 1136 | #address-cells = <1>; |
---|
1152 | 1137 | #size-cells = <0>; |
---|
1153 | 1138 | |
---|
1154 | | - pd_vopb@RK3399_PD_VOPB { |
---|
| 1139 | + power-domain@RK3399_PD_VOPB { |
---|
1155 | 1140 | reg = <RK3399_PD_VOPB>; |
---|
1156 | 1141 | clocks = <&cru ACLK_VOP0>, |
---|
1157 | 1142 | <&cru HCLK_VOP0>; |
---|
1158 | 1143 | pm_qos = <&qos_vop_big_r>, |
---|
1159 | 1144 | <&qos_vop_big_w>; |
---|
1160 | 1145 | }; |
---|
1161 | | - pd_vopl@RK3399_PD_VOPL { |
---|
| 1146 | + power-domain@RK3399_PD_VOPL { |
---|
1162 | 1147 | reg = <RK3399_PD_VOPL>; |
---|
1163 | 1148 | clocks = <&cru ACLK_VOP1>, |
---|
1164 | 1149 | <&cru HCLK_VOP1>; |
---|
.. | .. |
---|
1172 | 1157 | pmugrf: syscon@ff320000 { |
---|
1173 | 1158 | compatible = "rockchip,rk3399-pmugrf", "syscon", "simple-mfd"; |
---|
1174 | 1159 | reg = <0x0 0xff320000 0x0 0x1000>; |
---|
1175 | | - #address-cells = <1>; |
---|
1176 | | - #size-cells = <1>; |
---|
1177 | 1160 | |
---|
1178 | 1161 | pmu_io_domains: io-domains { |
---|
1179 | 1162 | compatible = "rockchip,rk3399-pmu-io-voltage-domain"; |
---|
.. | .. |
---|
1349 | 1332 | status = "disabled"; |
---|
1350 | 1333 | }; |
---|
1351 | 1334 | |
---|
1352 | | - vdpu: vdpu@ff650400 { |
---|
1353 | | - compatible = "rockchip,vpu-decoder-v2"; |
---|
1354 | | - reg = <0x0 0xff650400 0x0 0x400>; |
---|
1355 | | - interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
1356 | | - interrupt-names = "irq_dec"; |
---|
| 1335 | + vpu: video-codec@ff650000 { |
---|
| 1336 | + compatible = "rockchip,rk3399-vpu"; |
---|
| 1337 | + reg = <0x0 0xff650000 0x0 0x800>; |
---|
| 1338 | + interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
| 1339 | + <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
| 1340 | + interrupt-names = "vepu", "vdpu"; |
---|
1357 | 1341 | clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>; |
---|
1358 | | - clock-names = "aclk_vcodec", "hclk_vcodec"; |
---|
1359 | | - resets = <&cru SRST_H_VCODEC>, <&cru SRST_A_VCODEC>; |
---|
1360 | | - reset-names = "shared_video_h", "shared_video_a"; |
---|
| 1342 | + clock-names = "aclk", "hclk"; |
---|
1361 | 1343 | iommus = <&vpu_mmu>; |
---|
1362 | 1344 | power-domains = <&power RK3399_PD_VCODEC>; |
---|
1363 | | - rockchip,srv = <&mpp_srv>; |
---|
1364 | | - rockchip,taskqueue-node = <0>; |
---|
1365 | | - rockchip,resetgroup-node = <0>; |
---|
1366 | 1345 | status = "disabled"; |
---|
1367 | 1346 | }; |
---|
1368 | 1347 | |
---|
.. | .. |
---|
1383 | 1362 | status = "disabled"; |
---|
1384 | 1363 | }; |
---|
1385 | 1364 | |
---|
| 1365 | + vdpu: vdpu@ff650400 { |
---|
| 1366 | + compatible = "rockchip,vpu-decoder-v2"; |
---|
| 1367 | + reg = <0x0 0xff650400 0x0 0x400>; |
---|
| 1368 | + interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
| 1369 | + interrupt-names = "irq_dec"; |
---|
| 1370 | + clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>; |
---|
| 1371 | + clock-names = "aclk_vcodec", "hclk_vcodec"; |
---|
| 1372 | + resets = <&cru SRST_H_VCODEC>, <&cru SRST_A_VCODEC>; |
---|
| 1373 | + reset-names = "shared_video_h", "shared_video_a"; |
---|
| 1374 | + iommus = <&vpu_mmu>; |
---|
| 1375 | + power-domains = <&power RK3399_PD_VCODEC>; |
---|
| 1376 | + rockchip,srv = <&mpp_srv>; |
---|
| 1377 | + rockchip,taskqueue-node = <0>; |
---|
| 1378 | + rockchip,resetgroup-node = <0>; |
---|
| 1379 | + status = "disabled"; |
---|
| 1380 | + }; |
---|
| 1381 | + |
---|
1386 | 1382 | vpu_mmu: iommu@ff650800 { |
---|
1387 | 1383 | compatible = "rockchip,iommu"; |
---|
1388 | 1384 | reg = <0x0 0xff650800 0x0 0x40>; |
---|
.. | .. |
---|
1390 | 1386 | interrupt-names = "vpu_mmu"; |
---|
1391 | 1387 | clocks = <&cru ACLK_VCODEC>, <&cru HCLK_VCODEC>; |
---|
1392 | 1388 | clock-names = "aclk", "iface"; |
---|
1393 | | - power-domains = <&power RK3399_PD_VCODEC>; |
---|
1394 | 1389 | #iommu-cells = <0>; |
---|
| 1390 | + power-domains = <&power RK3399_PD_VCODEC>; |
---|
| 1391 | + status = "disabled"; |
---|
| 1392 | + }; |
---|
| 1393 | + |
---|
| 1394 | + vdec: video-codec@ff660000 { |
---|
| 1395 | + compatible = "rockchip,rk3399-vdec"; |
---|
| 1396 | + reg = <0x0 0xff660000 0x0 0x400>; |
---|
| 1397 | + interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
| 1398 | + clocks = <&cru ACLK_VDU>, <&cru HCLK_VDU>, |
---|
| 1399 | + <&cru SCLK_VDU_CA>, <&cru SCLK_VDU_CORE>; |
---|
| 1400 | + clock-names = "axi", "ahb", "cabac", "core"; |
---|
| 1401 | + iommus = <&vdec_mmu>; |
---|
| 1402 | + power-domains = <&power RK3399_PD_VDU>; |
---|
1395 | 1403 | status = "disabled"; |
---|
1396 | 1404 | }; |
---|
1397 | 1405 | |
---|
.. | .. |
---|
1409 | 1417 | <&cru SRST_VDU_CA>, <&cru SRST_VDU_CORE>; |
---|
1410 | 1418 | reset-names = "video_h", "video_a", "niu_h", "niu_a", |
---|
1411 | 1419 | "video_cabac", "video_core"; |
---|
1412 | | - iommus = <&rkvdec_mmu>; |
---|
| 1420 | + iommus = <&vdec_mmu>; |
---|
1413 | 1421 | rockchip,srv = <&mpp_srv>; |
---|
1414 | 1422 | rockchip,taskqueue-node = <1>; |
---|
1415 | 1423 | rockchip,resetgroup-node = <1>; |
---|
.. | .. |
---|
1417 | 1425 | status = "disabled"; |
---|
1418 | 1426 | }; |
---|
1419 | 1427 | |
---|
1420 | | - rkvdec_mmu: iommu@ff660480 { |
---|
| 1428 | + vdec_mmu: iommu@ff660480 { |
---|
1421 | 1429 | compatible = "rockchip,iommu"; |
---|
1422 | 1430 | reg = <0x0 0xff660480 0x0 0x40>, <0x0 0xff6604c0 0x0 0x40>; |
---|
1423 | 1431 | interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
1424 | | - interrupt-names = "rkvdec_mmu"; |
---|
| 1432 | + interrupt-names = "vdec_mmu"; |
---|
1425 | 1433 | clocks = <&cru ACLK_VDU>, <&cru HCLK_VDU>; |
---|
1426 | 1434 | clock-names = "aclk", "iface"; |
---|
1427 | 1435 | power-domains = <&power RK3399_PD_VDU>; |
---|
.. | .. |
---|
1509 | 1517 | pmucru: pmu-clock-controller@ff750000 { |
---|
1510 | 1518 | compatible = "rockchip,rk3399-pmucru"; |
---|
1511 | 1519 | reg = <0x0 0xff750000 0x0 0x1000>; |
---|
| 1520 | + rockchip,grf = <&pmugrf>; |
---|
1512 | 1521 | #clock-cells = <1>; |
---|
1513 | 1522 | #reset-cells = <1>; |
---|
1514 | | - assigned-clocks = <&pmucru PLL_PPLL>, <&pmucru FCLK_CM0S_SRC_PMU>; |
---|
1515 | | - assigned-clock-rates = <676000000>, <97000000>; |
---|
| 1523 | + assigned-clocks = <&pmucru PLL_PPLL>; |
---|
| 1524 | + assigned-clock-rates = <676000000>; |
---|
1516 | 1525 | }; |
---|
1517 | 1526 | |
---|
1518 | 1527 | cru: clock-controller@ff760000 { |
---|
1519 | 1528 | compatible = "rockchip,rk3399-cru"; |
---|
1520 | 1529 | reg = <0x0 0xff760000 0x0 0x1000>; |
---|
| 1530 | + rockchip,grf = <&grf>; |
---|
1521 | 1531 | #clock-cells = <1>; |
---|
1522 | 1532 | #reset-cells = <1>; |
---|
1523 | 1533 | assigned-clocks = |
---|
1524 | | - <&cru ACLK_VOP0>, <&cru HCLK_VOP0>, |
---|
1525 | | - <&cru ACLK_VOP1>, <&cru HCLK_VOP1>, |
---|
1526 | | - <&cru ARMCLKL>, <&cru ARMCLKB>, |
---|
1527 | 1534 | <&cru PLL_GPLL>, <&cru PLL_CPLL>, |
---|
1528 | | - <&cru ACLK_GPU>, <&cru PLL_NPLL>, |
---|
| 1535 | + <&cru PLL_NPLL>, |
---|
1529 | 1536 | <&cru ACLK_PERIHP>, <&cru HCLK_PERIHP>, |
---|
1530 | 1537 | <&cru PCLK_PERIHP>, |
---|
1531 | 1538 | <&cru ACLK_PERILP0>, <&cru HCLK_PERILP0>, |
---|
.. | .. |
---|
1535 | 1542 | <&cru ACLK_GIC_PRE>, |
---|
1536 | 1543 | <&cru PCLK_DDR>; |
---|
1537 | 1544 | assigned-clock-rates = |
---|
1538 | | - <400000000>, <200000000>, |
---|
1539 | | - <400000000>, <200000000>, |
---|
1540 | | - <816000000>, <816000000>, |
---|
1541 | 1545 | <594000000>, <800000000>, |
---|
1542 | | - <200000000>, <1000000000>, |
---|
| 1546 | + <1000000000>, |
---|
1543 | 1547 | <150000000>, <75000000>, |
---|
1544 | 1548 | <37500000>, |
---|
1545 | 1549 | <100000000>, <100000000>, |
---|
.. | .. |
---|
1561 | 1565 | status = "disabled"; |
---|
1562 | 1566 | }; |
---|
1563 | 1567 | |
---|
| 1568 | + mipi_dphy_rx0: mipi-dphy-rx0 { |
---|
| 1569 | + compatible = "rockchip,rk3399-mipi-dphy"; |
---|
| 1570 | + clocks = <&cru SCLK_MIPIDPHY_REF>, |
---|
| 1571 | + <&cru SCLK_DPHY_RX0_CFG>, |
---|
| 1572 | + <&cru PCLK_VIO_GRF>; |
---|
| 1573 | + clock-names = "dphy-ref", "dphy-cfg", "grf"; |
---|
| 1574 | + power-domains = <&power RK3399_PD_VIO>; |
---|
| 1575 | + #phy-cells = <0>; |
---|
| 1576 | + status = "disabled"; |
---|
| 1577 | + }; |
---|
| 1578 | + |
---|
1564 | 1579 | u2phy0: usb2-phy@e450 { |
---|
1565 | 1580 | compatible = "rockchip,rk3399-usb2phy"; |
---|
1566 | 1581 | reg = <0xe450 0x10>; |
---|
.. | .. |
---|
1568 | 1583 | clock-names = "phyclk"; |
---|
1569 | 1584 | #clock-cells = <0>; |
---|
1570 | 1585 | clock-output-names = "clk_usbphy0_480m"; |
---|
1571 | | - power-domains = <&power RK3399_PD_PERIHP>; |
---|
1572 | 1586 | status = "disabled"; |
---|
1573 | 1587 | |
---|
1574 | 1588 | u2phy0_host: host-port { |
---|
.. | .. |
---|
1596 | 1610 | clock-names = "phyclk"; |
---|
1597 | 1611 | #clock-cells = <0>; |
---|
1598 | 1612 | clock-output-names = "clk_usbphy1_480m"; |
---|
1599 | | - power-domains = <&power RK3399_PD_PERIHP>; |
---|
1600 | 1613 | status = "disabled"; |
---|
1601 | 1614 | |
---|
1602 | 1615 | u2phy1_host: host-port { |
---|
.. | .. |
---|
1622 | 1635 | reg = <0xf780 0x24>; |
---|
1623 | 1636 | clocks = <&sdhci>; |
---|
1624 | 1637 | clock-names = "emmcclk"; |
---|
| 1638 | + drive-impedance-ohm = <50>; |
---|
1625 | 1639 | #phy-cells = <0>; |
---|
1626 | 1640 | status = "disabled"; |
---|
1627 | 1641 | }; |
---|
.. | .. |
---|
1633 | 1647 | #phy-cells = <1>; |
---|
1634 | 1648 | resets = <&cru SRST_PCIEPHY>; |
---|
1635 | 1649 | reset-names = "phy"; |
---|
1636 | | - status = "disabled"; |
---|
1637 | | - }; |
---|
1638 | | - |
---|
1639 | | - mipi_dphy_rx0: mipi-dphy-rx0 { |
---|
1640 | | - compatible = "rockchip,rk3399-mipi-dphy"; |
---|
1641 | | - clocks = <&cru SCLK_MIPIDPHY_REF>, |
---|
1642 | | - <&cru SCLK_DPHY_RX0_CFG>, |
---|
1643 | | - <&cru PCLK_VIO_GRF>; |
---|
1644 | | - clock-names = "dphy-ref", "dphy-cfg", "grf"; |
---|
1645 | | - power-domains = <&power RK3399_PD_VIO>; |
---|
1646 | 1650 | status = "disabled"; |
---|
1647 | 1651 | }; |
---|
1648 | 1652 | |
---|
.. | .. |
---|
1697 | 1701 | <&cru SRST_P_UPHY0_TCPHY>; |
---|
1698 | 1702 | reset-names = "uphy", "uphy-pipe", "uphy-tcphy"; |
---|
1699 | 1703 | rockchip,grf = <&grf>; |
---|
1700 | | - rockchip,typec-conn-dir = <0xe580 0 16>; |
---|
1701 | | - rockchip,usb3tousb2-en = <0xe580 3 19>; |
---|
1702 | | - rockchip,usb3-host-disable = <0x2434 0 16>; |
---|
1703 | | - rockchip,usb3-host-port = <0x2434 12 28>; |
---|
1704 | | - rockchip,external-psm = <0xe588 14 30>; |
---|
1705 | | - rockchip,pipe-status = <0xe5c0 0 0>; |
---|
1706 | | - rockchip,uphy-dp-sel = <0x6268 19 19>; |
---|
1707 | 1704 | status = "disabled"; |
---|
1708 | 1705 | |
---|
1709 | 1706 | tcphy0_dp: dp-port { |
---|
.. | .. |
---|
1729 | 1726 | <&cru SRST_P_UPHY1_TCPHY>; |
---|
1730 | 1727 | reset-names = "uphy", "uphy-pipe", "uphy-tcphy"; |
---|
1731 | 1728 | rockchip,grf = <&grf>; |
---|
1732 | | - rockchip,typec-conn-dir = <0xe58c 0 16>; |
---|
1733 | | - rockchip,usb3tousb2-en = <0xe58c 3 19>; |
---|
1734 | | - rockchip,usb3-host-disable = <0x2444 0 16>; |
---|
1735 | | - rockchip,usb3-host-port = <0x2444 12 28>; |
---|
1736 | | - rockchip,external-psm = <0xe594 14 30>; |
---|
1737 | | - rockchip,pipe-status = <0xe5c0 16 16>; |
---|
1738 | | - rockchip,uphy-dp-sel = <0x6268 3 19>; |
---|
1739 | 1729 | status = "disabled"; |
---|
1740 | 1730 | |
---|
1741 | 1731 | tcphy1_dp: dp-port { |
---|
.. | .. |
---|
1840 | 1830 | vopl: vop@ff8f0000 { |
---|
1841 | 1831 | compatible = "rockchip,rk3399-vop-lit"; |
---|
1842 | 1832 | reg = <0x0 0xff8f0000 0x0 0x600>, |
---|
1843 | | - <0x0 0xff8f1c00 0x0 0x200>, |
---|
1844 | | - <0x0 0xff8f2000 0x0 0x400>; |
---|
| 1833 | + <0x0 0xff8f1c00 0x0 0x200>, |
---|
| 1834 | + <0x0 0xff8f2000 0x0 0x400>; |
---|
1845 | 1835 | reg-names = "regs", "cabc_lut", "gamma_lut"; |
---|
1846 | 1836 | interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
1847 | 1837 | clocks = <&cru ACLK_VOP1>, <&cru DCLK_VOP1>, <&cru HCLK_VOP1>, <&cru DCLK_VOP1_DIV>; |
---|
.. | .. |
---|
1871 | 1861 | remote-endpoint = <&hdmi_in_vopl>; |
---|
1872 | 1862 | }; |
---|
1873 | 1863 | |
---|
1874 | | - vopl_out_dp: endpoint@3 { |
---|
| 1864 | + vopl_out_dsi1: endpoint@3 { |
---|
1875 | 1865 | reg = <3>; |
---|
1876 | | - remote-endpoint = <&dp_in_vopl>; |
---|
| 1866 | + remote-endpoint = <&dsi1_in_vopl>; |
---|
1877 | 1867 | }; |
---|
1878 | 1868 | |
---|
1879 | | - vopl_out_dsi1: endpoint@4 { |
---|
| 1869 | + vopl_out_dp: endpoint@4 { |
---|
1880 | 1870 | reg = <4>; |
---|
1881 | | - remote-endpoint = <&dsi1_in_vopl>; |
---|
| 1871 | + remote-endpoint = <&dp_in_vopl>; |
---|
1882 | 1872 | }; |
---|
1883 | 1873 | }; |
---|
1884 | 1874 | }; |
---|
.. | .. |
---|
1903 | 1893 | clock-names = "aclk", "iface"; |
---|
1904 | 1894 | power-domains = <&power RK3399_PD_VOPL>; |
---|
1905 | 1895 | #iommu-cells = <0>; |
---|
| 1896 | + rockchip,disable-device-link-resume; |
---|
1906 | 1897 | status = "disabled"; |
---|
1907 | 1898 | }; |
---|
1908 | 1899 | |
---|
1909 | 1900 | vopb: vop@ff900000 { |
---|
1910 | 1901 | compatible = "rockchip,rk3399-vop-big"; |
---|
1911 | 1902 | reg = <0x0 0xff900000 0x0 0x600>, |
---|
1912 | | - <0x0 0xff901c00 0x0 0x200>, |
---|
1913 | | - <0x0 0xff902000 0x0 0x1000>; |
---|
| 1903 | + <0x0 0xff901c00 0x0 0x200>, |
---|
| 1904 | + <0x0 0xff902000 0x0 0x1000>; |
---|
1914 | 1905 | reg-names = "regs", "cabc_lut", "gamma_lut"; |
---|
1915 | 1906 | interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
1916 | 1907 | clocks = <&cru ACLK_VOP0>, <&cru DCLK_VOP0>, <&cru HCLK_VOP0>, <&cru DCLK_VOP0_DIV>; |
---|
.. | .. |
---|
1940 | 1931 | remote-endpoint = <&hdmi_in_vopb>; |
---|
1941 | 1932 | }; |
---|
1942 | 1933 | |
---|
1943 | | - vopb_out_dp: endpoint@3 { |
---|
| 1934 | + vopb_out_dsi1: endpoint@3 { |
---|
1944 | 1935 | reg = <3>; |
---|
1945 | | - remote-endpoint = <&dp_in_vopb>; |
---|
| 1936 | + remote-endpoint = <&dsi1_in_vopb>; |
---|
1946 | 1937 | }; |
---|
1947 | 1938 | |
---|
1948 | | - vopb_out_dsi1: endpoint@4 { |
---|
| 1939 | + vopb_out_dp: endpoint@4 { |
---|
1949 | 1940 | reg = <4>; |
---|
1950 | | - remote-endpoint = <&dsi1_in_vopb>; |
---|
| 1941 | + remote-endpoint = <&dp_in_vopb>; |
---|
1951 | 1942 | }; |
---|
1952 | 1943 | }; |
---|
1953 | 1944 | }; |
---|
.. | .. |
---|
1972 | 1963 | clock-names = "aclk", "iface"; |
---|
1973 | 1964 | power-domains = <&power RK3399_PD_VOPB>; |
---|
1974 | 1965 | #iommu-cells = <0>; |
---|
| 1966 | + rockchip,disable-device-link-resume; |
---|
1975 | 1967 | status = "disabled"; |
---|
1976 | 1968 | }; |
---|
1977 | 1969 | |
---|
.. | .. |
---|
2055 | 2047 | hdmi: hdmi@ff940000 { |
---|
2056 | 2048 | compatible = "rockchip,rk3399-dw-hdmi"; |
---|
2057 | 2049 | reg = <0x0 0xff940000 0x0 0x20000>; |
---|
2058 | | - interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
2059 | | - <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
2060 | | - interrupt-names = "hdmi", "hdmi_wakeup"; |
---|
| 2050 | + interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
2061 | 2051 | clocks = <&cru PCLK_HDMI_CTRL>, |
---|
2062 | 2052 | <&cru SCLK_HDMI_SFR>, |
---|
2063 | | - <&cru PLL_VPLL>, |
---|
| 2053 | + <&cru SCLK_HDMI_CEC>, |
---|
2064 | 2054 | <&cru PCLK_VIO_GRF>, |
---|
2065 | | - <&cru SCLK_HDMI_CEC>; |
---|
2066 | | - clock-names = "iahb", "isfr", "vpll", "grf", "cec"; |
---|
| 2055 | + <&cru PLL_VPLL>; |
---|
| 2056 | + clock-names = "iahb", "isfr", "cec", "grf", "vpll"; |
---|
2067 | 2057 | power-domains = <&power RK3399_PD_HDCP>; |
---|
2068 | 2058 | reg-io-width = <4>; |
---|
2069 | 2059 | rockchip,grf = <&grf>; |
---|
.. | .. |
---|
2089 | 2079 | }; |
---|
2090 | 2080 | }; |
---|
2091 | 2081 | |
---|
2092 | | - dsi: dsi@ff960000 { |
---|
2093 | | - compatible = "rockchip,rk3399-mipi-dsi"; |
---|
| 2082 | + dsi: mipi_dsi: dsi@ff960000 { |
---|
| 2083 | + compatible = "rockchip,rk3399-mipi-dsi", "snps,dw-mipi-dsi"; |
---|
2094 | 2084 | reg = <0x0 0xff960000 0x0 0x8000>; |
---|
2095 | 2085 | interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
2096 | 2086 | clocks = <&cru SCLK_DPHY_PLL>, <&cru PCLK_MIPI_DSI0>, |
---|
2097 | | - <&cru SCLK_DPHY_TX0_CFG>; |
---|
2098 | | - clock-names = "ref", "pclk", "phy_cfg"; |
---|
| 2087 | + <&cru SCLK_DPHY_TX0_CFG>, <&cru PCLK_VIO_GRF>; |
---|
| 2088 | + clock-names = "ref", "pclk", "phy_cfg", "grf"; |
---|
2099 | 2089 | power-domains = <&power RK3399_PD_VIO>; |
---|
2100 | 2090 | resets = <&cru SRST_P_MIPI_DSI0>; |
---|
2101 | 2091 | reset-names = "apb"; |
---|
2102 | 2092 | rockchip,grf = <&grf>; |
---|
2103 | | - status = "disabled"; |
---|
2104 | 2093 | #address-cells = <1>; |
---|
2105 | 2094 | #size-cells = <0>; |
---|
| 2095 | + status = "disabled"; |
---|
2106 | 2096 | |
---|
2107 | 2097 | ports { |
---|
2108 | | - port { |
---|
| 2098 | + #address-cells = <1>; |
---|
| 2099 | + #size-cells = <0>; |
---|
| 2100 | + |
---|
| 2101 | + port@0 { |
---|
| 2102 | + reg = <0>; |
---|
2109 | 2103 | #address-cells = <1>; |
---|
2110 | 2104 | #size-cells = <0>; |
---|
2111 | 2105 | |
---|
.. | .. |
---|
2113 | 2107 | reg = <0>; |
---|
2114 | 2108 | remote-endpoint = <&vopb_out_dsi>; |
---|
2115 | 2109 | }; |
---|
2116 | | - |
---|
2117 | 2110 | dsi_in_vopl: endpoint@1 { |
---|
2118 | 2111 | reg = <1>; |
---|
2119 | 2112 | remote-endpoint = <&vopl_out_dsi>; |
---|
.. | .. |
---|
2122 | 2115 | }; |
---|
2123 | 2116 | }; |
---|
2124 | 2117 | |
---|
2125 | | - dsi1: dsi@ff968000 { |
---|
2126 | | - compatible = "rockchip,rk3399-mipi-dsi"; |
---|
| 2118 | + dsi1: mipi_dsi1: dsi@ff968000 { |
---|
| 2119 | + compatible = "rockchip,rk3399-mipi-dsi", "snps,dw-mipi-dsi"; |
---|
2127 | 2120 | reg = <0x0 0xff968000 0x0 0x8000>; |
---|
2128 | 2121 | interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
2129 | 2122 | clocks = <&cru SCLK_DPHY_PLL>, <&cru PCLK_MIPI_DSI1>, |
---|
2130 | | - <&cru SCLK_DPHY_TX1RX1_CFG>; |
---|
2131 | | - clock-names = "ref", "pclk", "phy_cfg"; |
---|
| 2123 | + <&cru SCLK_DPHY_TX1RX1_CFG>, <&cru PCLK_VIO_GRF>; |
---|
| 2124 | + clock-names = "ref", "pclk", "phy_cfg", "grf"; |
---|
2132 | 2125 | power-domains = <&power RK3399_PD_VIO>; |
---|
2133 | 2126 | resets = <&cru SRST_P_MIPI_DSI1>; |
---|
2134 | 2127 | reset-names = "apb"; |
---|
2135 | 2128 | rockchip,grf = <&grf>; |
---|
2136 | | - status = "disabled"; |
---|
2137 | 2129 | #address-cells = <1>; |
---|
2138 | 2130 | #size-cells = <0>; |
---|
| 2131 | + status = "disabled"; |
---|
2139 | 2132 | |
---|
2140 | 2133 | ports { |
---|
2141 | | - port { |
---|
| 2134 | + #address-cells = <1>; |
---|
| 2135 | + #size-cells = <0>; |
---|
| 2136 | + |
---|
| 2137 | + port@0 { |
---|
| 2138 | + reg = <0>; |
---|
2142 | 2139 | #address-cells = <1>; |
---|
2143 | 2140 | #size-cells = <0>; |
---|
2144 | 2141 | |
---|
.. | .. |
---|
2159 | 2156 | compatible = "rockchip,rk3399-mipi-dphy"; |
---|
2160 | 2157 | reg = <0x0 0xff968000 0x0 0x8000>; |
---|
2161 | 2158 | clocks = <&cru SCLK_MIPIDPHY_REF>, |
---|
2162 | | - <&cru SCLK_DPHY_TX1RX1_CFG>, |
---|
2163 | | - <&cru PCLK_VIO_GRF>, |
---|
2164 | | - <&cru PCLK_MIPI_DSI1>; |
---|
| 2159 | + <&cru SCLK_DPHY_TX1RX1_CFG>, |
---|
| 2160 | + <&cru PCLK_VIO_GRF>, |
---|
| 2161 | + <&cru PCLK_MIPI_DSI1>; |
---|
2165 | 2162 | clock-names = "dphy-ref", "dphy-cfg", |
---|
2166 | 2163 | "grf", "pclk_mipi_dsi"; |
---|
2167 | 2164 | rockchip,grf = <&grf>; |
---|
.. | .. |
---|
2173 | 2170 | compatible = "rockchip,rk3399-edp"; |
---|
2174 | 2171 | reg = <0x0 0xff970000 0x0 0x8000>; |
---|
2175 | 2172 | interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
2176 | | - clocks = <&cru PCLK_EDP_CTRL>; |
---|
2177 | | - clock-names = "dp"; |
---|
| 2173 | + clocks = <&cru PCLK_EDP>, <&cru PCLK_EDP_CTRL>, <&cru PCLK_VIO_GRF>; |
---|
| 2174 | + clock-names = "dp", "pclk", "grf"; |
---|
| 2175 | + pinctrl-names = "default"; |
---|
| 2176 | + pinctrl-0 = <&edp_hpd>; |
---|
2178 | 2177 | power-domains = <&power RK3399_PD_EDP>; |
---|
2179 | 2178 | resets = <&cru SRST_P_EDP_CTRL>; |
---|
2180 | 2179 | reset-names = "dp"; |
---|
.. | .. |
---|
2184 | 2183 | ports { |
---|
2185 | 2184 | #address-cells = <1>; |
---|
2186 | 2185 | #size-cells = <0>; |
---|
2187 | | - |
---|
2188 | | - port@0 { |
---|
| 2186 | + edp_in: port@0 { |
---|
2189 | 2187 | reg = <0>; |
---|
2190 | 2188 | #address-cells = <1>; |
---|
2191 | 2189 | #size-cells = <0>; |
---|
.. | .. |
---|
2203 | 2201 | }; |
---|
2204 | 2202 | }; |
---|
2205 | 2203 | |
---|
2206 | | - hdmi_hdcp2: hdmi-hdcp2@ff988000 { |
---|
2207 | | - compatible = "rockchip,rk3399-hdmi-hdcp2"; |
---|
2208 | | - reg = <0x0 0xff988000 0x0 0x2000>; |
---|
2209 | | - interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
2210 | | - clocks = <&cru ACLK_HDCP22>, <&cru PCLK_HDCP22>, |
---|
2211 | | - <&cru HCLK_HDCP22>; |
---|
2212 | | - clock-names ="aclk_hdcp2", "pclk_hdcp2", "hdcp2_clk_hdmi"; |
---|
2213 | | - status = "disabled"; |
---|
2214 | | - }; |
---|
2215 | | - |
---|
2216 | 2204 | gpu: gpu@ff9a0000 { |
---|
2217 | 2205 | compatible = "arm,malit860", |
---|
2218 | 2206 | "arm,malit86x", |
---|
2219 | 2207 | "arm,malit8xx", |
---|
2220 | 2208 | "arm,mali-midgard"; |
---|
2221 | | - |
---|
2222 | 2209 | reg = <0x0 0xff9a0000 0x0 0x10000>; |
---|
2223 | | - interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
2224 | | - <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
2225 | | - <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
2226 | | - interrupt-names = "GPU", "JOB", "MMU"; |
---|
2227 | | - |
---|
| 2210 | + interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
| 2211 | + <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
| 2212 | + <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
| 2213 | + interrupt-names = "job", "mmu", "gpu"; |
---|
2228 | 2214 | clocks = <&cru ACLK_GPU>; |
---|
2229 | 2215 | clock-names = "clk_mali"; |
---|
2230 | | - #cooling-cells = <2>; /* min followed by max */ |
---|
| 2216 | + #cooling-cells = <2>; |
---|
2231 | 2217 | power-domains = <&power RK3399_PD_GPU>; |
---|
2232 | 2218 | power-off-delay-ms = <200>; |
---|
2233 | 2219 | upthreshold = <40>; |
---|
.. | .. |
---|
2311 | 2297 | nocp_vio1_msch1: nocp-vio1-msch1@ffa8f800 { |
---|
2312 | 2298 | compatible = "rockchip,rk3399-nocp"; |
---|
2313 | 2299 | reg = <0x0 0xffa8f800 0x0 0x400>; |
---|
2314 | | - }; |
---|
2315 | | - |
---|
2316 | | - cci: cci@ffb00000 { |
---|
2317 | | - compatible = "arm,cci-500"; |
---|
2318 | | - reg = <0x0 0xffb00000 0x0 0x10000>; |
---|
2319 | | - ranges = <0x0 0x0 0xffb00000 0xa0000>; |
---|
2320 | | - #address-cells = <1>; |
---|
2321 | | - #size-cells = <1>; |
---|
2322 | | - status = "disabled"; |
---|
2323 | | - |
---|
2324 | | - cci_pmu: pmu@10000 { |
---|
2325 | | - compatible = "arm,cci-500-pmu,r0"; |
---|
2326 | | - reg = <0x10000 0x80000>; |
---|
2327 | | - interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
2328 | | - <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
2329 | | - <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
2330 | | - <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
2331 | | - <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
2332 | | - <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
2333 | | - <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH 0>, |
---|
2334 | | - <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH 0>; |
---|
2335 | | - status = "disabled"; |
---|
2336 | | - }; |
---|
2337 | 2300 | }; |
---|
2338 | 2301 | |
---|
2339 | 2302 | rockchip_system_monitor: rockchip-system-monitor { |
---|
.. | .. |
---|
2428 | 2391 | bias-disable; |
---|
2429 | 2392 | }; |
---|
2430 | 2393 | |
---|
| 2394 | + pcfg_pull_none_10ma: pcfg-pull-none-10ma { |
---|
| 2395 | + bias-disable; |
---|
| 2396 | + drive-strength = <10>; |
---|
| 2397 | + }; |
---|
| 2398 | + |
---|
2431 | 2399 | pcfg_pull_none_12ma: pcfg-pull-none-12ma { |
---|
2432 | 2400 | bias-disable; |
---|
2433 | 2401 | drive-strength = <12>; |
---|
.. | .. |
---|
2453 | 2421 | drive-strength = <2>; |
---|
2454 | 2422 | }; |
---|
2455 | 2423 | |
---|
2456 | | - pcfg_pull_none_10ma: pcfg-pull-none-10ma { |
---|
2457 | | - bias-disable; |
---|
2458 | | - drive-strength = <10>; |
---|
| 2424 | + pcfg_pull_up_8ma: pcfg-pull-up-8ma { |
---|
| 2425 | + bias-pull-up; |
---|
| 2426 | + drive-strength = <8>; |
---|
2459 | 2427 | }; |
---|
2460 | 2428 | |
---|
2461 | 2429 | pcfg_pull_up_10ma: pcfg-pull-up-10ma { |
---|
2462 | 2430 | bias-pull-up; |
---|
2463 | 2431 | drive-strength = <10>; |
---|
2464 | | - }; |
---|
2465 | | - |
---|
2466 | | - pcfg_pull_up_8ma: pcfg-pull-up-8ma { |
---|
2467 | | - bias-pull-up; |
---|
2468 | | - drive-strength = <8>; |
---|
2469 | 2432 | }; |
---|
2470 | 2433 | |
---|
2471 | 2434 | pcfg_pull_up_18ma: pcfg-pull-up-18ma { |
---|
.. | .. |
---|
2687 | 2650 | }; |
---|
2688 | 2651 | |
---|
2689 | 2652 | i2s_8ch_mclk: i2s-8ch-mclk { |
---|
2690 | | - rockchip,pins = <4 RK_PA0 1 &pcfg_pull_none>; |
---|
| 2653 | + rockchip,pins = |
---|
| 2654 | + <4 RK_PA0 1 &pcfg_pull_none>; |
---|
2691 | 2655 | }; |
---|
2692 | 2656 | }; |
---|
2693 | 2657 | |
---|
.. | .. |
---|
2945 | 2909 | }; |
---|
2946 | 2910 | |
---|
2947 | 2911 | tsadc { |
---|
2948 | | - otp_gpio: otp-gpio { |
---|
| 2912 | + otp_pin: otp-pin { |
---|
2949 | 2913 | rockchip,pins = <1 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>; |
---|
2950 | 2914 | }; |
---|
2951 | 2915 | |
---|