.. | .. |
---|
45 | 45 | #cooling-cells = <2>; /* min followed by max */ |
---|
46 | 46 | }; |
---|
47 | 47 | |
---|
48 | | - cpu@a01 { |
---|
| 48 | + cpu1: cpu@a01 { |
---|
49 | 49 | device_type = "cpu"; |
---|
50 | 50 | compatible = "arm,cortex-a9"; |
---|
51 | 51 | reg = <0xA01>; |
---|
.. | .. |
---|
55 | 55 | #cooling-cells = <2>; /* min followed by max */ |
---|
56 | 56 | }; |
---|
57 | 57 | |
---|
58 | | - cpu@a02 { |
---|
| 58 | + cpu2: cpu@a02 { |
---|
59 | 59 | device_type = "cpu"; |
---|
60 | 60 | compatible = "arm,cortex-a9"; |
---|
61 | 61 | reg = <0xA02>; |
---|
.. | .. |
---|
65 | 65 | #cooling-cells = <2>; /* min followed by max */ |
---|
66 | 66 | }; |
---|
67 | 67 | |
---|
68 | | - cpu@a03 { |
---|
| 68 | + cpu3: cpu@a03 { |
---|
69 | 69 | device_type = "cpu"; |
---|
70 | 70 | compatible = "arm,cortex-a9"; |
---|
71 | 71 | reg = <0xA03>; |
---|
.. | .. |
---|
76 | 76 | }; |
---|
77 | 77 | }; |
---|
78 | 78 | |
---|
79 | | - cpu0_opp_table: opp_table0 { |
---|
| 79 | + cpu0_opp_table: opp-table0 { |
---|
80 | 80 | compatible = "operating-points-v2"; |
---|
81 | 81 | opp-shared; |
---|
82 | 82 | |
---|
.. | .. |
---|
188 | 188 | interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; |
---|
189 | 189 | }; |
---|
190 | 190 | |
---|
191 | | - sysram@2020000 { |
---|
| 191 | + sram@2020000 { |
---|
192 | 192 | compatible = "mmio-sram"; |
---|
193 | 193 | reg = <0x02020000 0x40000>; |
---|
194 | 194 | #address-cells = <1>; |
---|
195 | 195 | #size-cells = <1>; |
---|
196 | 196 | ranges = <0 0x02020000 0x40000>; |
---|
197 | 197 | |
---|
198 | | - smp-sysram@0 { |
---|
| 198 | + smp-sram@0 { |
---|
199 | 199 | compatible = "samsung,exynos4210-sysram"; |
---|
200 | 200 | reg = <0x0 0x1000>; |
---|
201 | 201 | }; |
---|
202 | 202 | |
---|
203 | | - smp-sysram@2f000 { |
---|
| 203 | + smp-sram@2f000 { |
---|
204 | 204 | compatible = "samsung,exynos4210-sysram-ns"; |
---|
205 | 205 | reg = <0x2f000 0x1000>; |
---|
206 | 206 | }; |
---|
207 | 207 | }; |
---|
208 | 208 | |
---|
209 | | - pd_isp: isp-power-domain@10023ca0 { |
---|
| 209 | + pd_isp: power-domain@10023ca0 { |
---|
210 | 210 | compatible = "samsung,exynos4210-pd"; |
---|
211 | 211 | reg = <0x10023CA0 0x20>; |
---|
212 | 212 | #power-domain-cells = <0>; |
---|
213 | 213 | label = "ISP"; |
---|
214 | 214 | }; |
---|
215 | 215 | |
---|
216 | | - l2c: l2-cache-controller@10502000 { |
---|
| 216 | + l2c: cache-controller@10502000 { |
---|
217 | 217 | compatible = "arm,pl310-cache"; |
---|
218 | 218 | reg = <0x10502000 0x1000>; |
---|
219 | 219 | cache-unified; |
---|
220 | 220 | cache-level = <2>; |
---|
| 221 | + prefetch-data = <1>; |
---|
| 222 | + prefetch-instr = <1>; |
---|
221 | 223 | arm,tag-latency = <2 2 1>; |
---|
222 | 224 | arm,data-latency = <3 2 1>; |
---|
223 | 225 | arm,double-linefill = <1>; |
---|
.. | .. |
---|
243 | 245 | clock-names = "aclk200", "aclk400_mcuisp"; |
---|
244 | 246 | }; |
---|
245 | 247 | |
---|
246 | | - mct@10050000 { |
---|
| 248 | + timer@10050000 { |
---|
247 | 249 | compatible = "samsung,exynos4412-mct"; |
---|
248 | 250 | reg = <0x10050000 0x800>; |
---|
249 | | - interrupt-parent = <&mct_map>; |
---|
250 | | - interrupts = <0>, <1>, <2>, <3>, <4>; |
---|
251 | 251 | clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MCT>; |
---|
252 | 252 | clock-names = "fin_pll", "mct"; |
---|
253 | | - |
---|
254 | | - mct_map: mct-map { |
---|
255 | | - #interrupt-cells = <1>; |
---|
256 | | - #address-cells = <0>; |
---|
257 | | - #size-cells = <0>; |
---|
258 | | - interrupt-map = |
---|
259 | | - <0 &gic 0 57 IRQ_TYPE_LEVEL_HIGH>, |
---|
260 | | - <1 &combiner 12 5>, |
---|
261 | | - <2 &combiner 12 6>, |
---|
262 | | - <3 &combiner 12 7>, |
---|
263 | | - <4 &gic 1 12 IRQ_TYPE_LEVEL_HIGH>; |
---|
264 | | - }; |
---|
| 253 | + interrupts-extended = <&gic GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 254 | + <&combiner 12 5>, |
---|
| 255 | + <&combiner 12 6>, |
---|
| 256 | + <&combiner 12 7>, |
---|
| 257 | + <&gic GIC_PPI 12 IRQ_TYPE_LEVEL_HIGH>; |
---|
265 | 258 | }; |
---|
266 | 259 | |
---|
267 | 260 | watchdog: watchdog@10060000 { |
---|
.. | .. |
---|
274 | 267 | }; |
---|
275 | 268 | |
---|
276 | 269 | adc: adc@126c0000 { |
---|
277 | | - compatible = "samsung,exynos-adc-v1"; |
---|
| 270 | + compatible = "samsung,exynos4212-adc"; |
---|
278 | 271 | reg = <0x126C0000 0x100>; |
---|
279 | 272 | interrupt-parent = <&combiner>; |
---|
280 | 273 | interrupts = <10 3>; |
---|
.. | .. |
---|
409 | 402 | status = "disabled"; |
---|
410 | 403 | }; |
---|
411 | 404 | |
---|
412 | | - bus_dmc_opp_table: opp_table1 { |
---|
| 405 | + bus_dmc_opp_table: opp-table1 { |
---|
413 | 406 | compatible = "operating-points-v2"; |
---|
414 | 407 | opp-shared; |
---|
415 | 408 | |
---|
.. | .. |
---|
432 | 425 | opp-400000000 { |
---|
433 | 426 | opp-hz = /bits/ 64 <400000000>; |
---|
434 | 427 | opp-microvolt = <1050000>; |
---|
| 428 | + opp-suspend; |
---|
435 | 429 | }; |
---|
436 | 430 | }; |
---|
437 | 431 | |
---|
438 | | - bus_acp_opp_table: opp_table2 { |
---|
| 432 | + bus_acp_opp_table: opp-table2 { |
---|
439 | 433 | compatible = "operating-points-v2"; |
---|
440 | 434 | opp-shared; |
---|
441 | 435 | |
---|
.. | .. |
---|
501 | 495 | status = "disabled"; |
---|
502 | 496 | }; |
---|
503 | 497 | |
---|
504 | | - bus_leftbus_opp_table: opp_table3 { |
---|
| 498 | + bus_leftbus_opp_table: opp-table3 { |
---|
505 | 499 | compatible = "operating-points-v2"; |
---|
506 | 500 | opp-shared; |
---|
507 | 501 | |
---|
.. | .. |
---|
520 | 514 | opp-200000000 { |
---|
521 | 515 | opp-hz = /bits/ 64 <200000000>; |
---|
522 | 516 | opp-microvolt = <1000000>; |
---|
| 517 | + opp-suspend; |
---|
523 | 518 | }; |
---|
524 | 519 | }; |
---|
525 | 520 | |
---|
526 | | - bus_display_opp_table: opp_table4 { |
---|
| 521 | + bus_display_opp_table: opp-table4 { |
---|
527 | 522 | compatible = "operating-points-v2"; |
---|
528 | 523 | opp-shared; |
---|
529 | 524 | |
---|
.. | .. |
---|
535 | 530 | }; |
---|
536 | 531 | }; |
---|
537 | 532 | |
---|
538 | | - bus_fsys_opp_table: opp_table5 { |
---|
| 533 | + bus_fsys_opp_table: opp-table5 { |
---|
539 | 534 | compatible = "operating-points-v2"; |
---|
540 | 535 | opp-shared; |
---|
541 | 536 | |
---|
.. | .. |
---|
547 | 542 | }; |
---|
548 | 543 | }; |
---|
549 | 544 | |
---|
550 | | - bus_peri_opp_table: opp_table6 { |
---|
| 545 | + bus_peri_opp_table: opp-table6 { |
---|
551 | 546 | compatible = "operating-points-v2"; |
---|
552 | 547 | opp-shared; |
---|
553 | 548 | |
---|
.. | .. |
---|
714 | 709 | cpu-offset = <0x4000>; |
---|
715 | 710 | }; |
---|
716 | 711 | |
---|
| 712 | +&gpu { |
---|
| 713 | + interrupts = <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 714 | + <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 715 | + <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 716 | + <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 717 | + <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 718 | + <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 719 | + <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 720 | + <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 721 | + <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 722 | + <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, |
---|
| 723 | + <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>; |
---|
| 724 | + interrupt-names = "gp", |
---|
| 725 | + "gpmmu", |
---|
| 726 | + "pp0", |
---|
| 727 | + "ppmmu0", |
---|
| 728 | + "pp1", |
---|
| 729 | + "ppmmu1", |
---|
| 730 | + "pp2", |
---|
| 731 | + "ppmmu2", |
---|
| 732 | + "pp3", |
---|
| 733 | + "ppmmu3", |
---|
| 734 | + "pmu"; |
---|
| 735 | + operating-points-v2 = <&gpu_opp_table>; |
---|
| 736 | + |
---|
| 737 | + gpu_opp_table: opp-table { |
---|
| 738 | + compatible = "operating-points-v2"; |
---|
| 739 | + |
---|
| 740 | + opp-160000000 { |
---|
| 741 | + opp-hz = /bits/ 64 <160000000>; |
---|
| 742 | + opp-microvolt = <875000>; |
---|
| 743 | + }; |
---|
| 744 | + opp-267000000 { |
---|
| 745 | + opp-hz = /bits/ 64 <267000000>; |
---|
| 746 | + opp-microvolt = <900000>; |
---|
| 747 | + }; |
---|
| 748 | + opp-350000000 { |
---|
| 749 | + opp-hz = /bits/ 64 <350000000>; |
---|
| 750 | + opp-microvolt = <950000>; |
---|
| 751 | + }; |
---|
| 752 | + opp-440000000 { |
---|
| 753 | + opp-hz = /bits/ 64 <440000000>; |
---|
| 754 | + opp-microvolt = <1025000>; |
---|
| 755 | + }; |
---|
| 756 | + }; |
---|
| 757 | +}; |
---|
| 758 | + |
---|
717 | 759 | &hdmi { |
---|
718 | 760 | compatible = "samsung,exynos4212-hdmi"; |
---|
719 | 761 | }; |
---|
.. | .. |
---|
735 | 777 | |
---|
736 | 778 | &pmu { |
---|
737 | 779 | interrupts = <2 2>, <3 2>, <18 2>, <19 2>; |
---|
| 780 | + interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>; |
---|
| 781 | + status = "okay"; |
---|
738 | 782 | }; |
---|
739 | 783 | |
---|
740 | 784 | &pmu_system_controller { |
---|