aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos5420.dtsi
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-06-02 19:15:12 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-06-02 19:15:12 -0400
commit825f4e0271b0de3f7f31d963dcdaa0056fe9b73a (patch)
treeaef1f198da011a96fefbe9851137ca17afd929a4 /arch/arm/boot/dts/exynos5420.dtsi
parent0a58471541cc823ef8056d23945c39fec154481c (diff)
parentb5b9324a6296bd0176fe1f8e06a1220207bd1bd3 (diff)
Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next
Pull part one of ARM SoC updates from Olof Johansson: "A quite large set of SoC updates this cycle. In no particular order: - Multi-cluster power management for Samsung Exynos, adding support for big.LITTLE CPU switching on EXYNOS5 - SMP support for Marvell Armada 375 and 38x - SMP rework on Allwinner A31 - Xilinx Zynq support for SOC_BUS, big endian - Marvell orion5x platform cleanup, modernizing the implementation and moving to DT. - _Finally_ moving Samsung Exynos over to support MULTIPLATFORM, so that their platform can be enabled in the same kernel binary as most of the other v7 platforms in the tree. \o/ The work isn't quite complete, there's some driver fixes still needed, but the basics now work. New SoC support added: - Freescale i.MX6SX - LSI Axxia AXM55xx SoCs - Samsung EXYNOS 3250, 5260, 5410, 5420 and 5800 - STi STIH407 plus a large set of various smaller updates for different platforms. I'm probably missing some important one here" * tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (281 commits) ARM: exynos: don't run exynos4 l2x0 setup on other platforms ARM: exynos: Fix "allmodconfig" build errors in mcpm and hotplug ARM: EXYNOS: mcpm rename the power_down_finish ARM: EXYNOS: Enable mcpm for dual-cluster exynos5800 SoC ARM: EXYNOS: Enable multi-platform build support ARM: EXYNOS: Consolidate Kconfig entries ARM: EXYNOS: Add support for EXYNOS5410 SoC ARM: EXYNOS: Support secondary CPU boot of Exynos3250 ARM: EXYNOS: Add Exynos3250 SoC ID ARM: EXYNOS: Add 5800 SoC support ARM: EXYNOS: initial board support for exynos5260 SoC clk: exynos5410: register clocks using common clock framework ARM: debug: qcom: add UART addresses to Kconfig help for APQ8084 ARM: sunxi: allow building without reset controller Documentation: devicetree: arm: sort enable-method entries ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE clk: exynos5250: Add missing sysmmu clocks for DISP and ISP blocks ARM: dts: axxia: Add reset controller power: reset: Add Axxia system reset driver ARM: axxia: Adding defconfig for AXM55xx ...
Diffstat (limited to 'arch/arm/boot/dts/exynos5420.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos5420.dtsi85
1 files changed, 65 insertions, 20 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
index b69fbcb7dcb8..5e36449a831c 100644
--- a/arch/arm/boot/dts/exynos5420.dtsi
+++ b/arch/arm/boot/dts/exynos5420.dtsi
@@ -58,6 +58,7 @@
58 compatible = "arm,cortex-a15"; 58 compatible = "arm,cortex-a15";
59 reg = <0x0>; 59 reg = <0x0>;
60 clock-frequency = <1800000000>; 60 clock-frequency = <1800000000>;
61 cci-control-port = <&cci_control1>;
61 }; 62 };
62 63
63 cpu1: cpu@1 { 64 cpu1: cpu@1 {
@@ -65,6 +66,7 @@
65 compatible = "arm,cortex-a15"; 66 compatible = "arm,cortex-a15";
66 reg = <0x1>; 67 reg = <0x1>;
67 clock-frequency = <1800000000>; 68 clock-frequency = <1800000000>;
69 cci-control-port = <&cci_control1>;
68 }; 70 };
69 71
70 cpu2: cpu@2 { 72 cpu2: cpu@2 {
@@ -72,6 +74,7 @@
72 compatible = "arm,cortex-a15"; 74 compatible = "arm,cortex-a15";
73 reg = <0x2>; 75 reg = <0x2>;
74 clock-frequency = <1800000000>; 76 clock-frequency = <1800000000>;
77 cci-control-port = <&cci_control1>;
75 }; 78 };
76 79
77 cpu3: cpu@3 { 80 cpu3: cpu@3 {
@@ -79,6 +82,7 @@
79 compatible = "arm,cortex-a15"; 82 compatible = "arm,cortex-a15";
80 reg = <0x3>; 83 reg = <0x3>;
81 clock-frequency = <1800000000>; 84 clock-frequency = <1800000000>;
85 cci-control-port = <&cci_control1>;
82 }; 86 };
83 87
84 cpu4: cpu@100 { 88 cpu4: cpu@100 {
@@ -86,6 +90,7 @@
86 compatible = "arm,cortex-a7"; 90 compatible = "arm,cortex-a7";
87 reg = <0x100>; 91 reg = <0x100>;
88 clock-frequency = <1000000000>; 92 clock-frequency = <1000000000>;
93 cci-control-port = <&cci_control0>;
89 }; 94 };
90 95
91 cpu5: cpu@101 { 96 cpu5: cpu@101 {
@@ -93,6 +98,7 @@
93 compatible = "arm,cortex-a7"; 98 compatible = "arm,cortex-a7";
94 reg = <0x101>; 99 reg = <0x101>;
95 clock-frequency = <1000000000>; 100 clock-frequency = <1000000000>;
101 cci-control-port = <&cci_control0>;
96 }; 102 };
97 103
98 cpu6: cpu@102 { 104 cpu6: cpu@102 {
@@ -100,6 +106,7 @@
100 compatible = "arm,cortex-a7"; 106 compatible = "arm,cortex-a7";
101 reg = <0x102>; 107 reg = <0x102>;
102 clock-frequency = <1000000000>; 108 clock-frequency = <1000000000>;
109 cci-control-port = <&cci_control0>;
103 }; 110 };
104 111
105 cpu7: cpu@103 { 112 cpu7: cpu@103 {
@@ -107,6 +114,44 @@
107 compatible = "arm,cortex-a7"; 114 compatible = "arm,cortex-a7";
108 reg = <0x103>; 115 reg = <0x103>;
109 clock-frequency = <1000000000>; 116 clock-frequency = <1000000000>;
117 cci-control-port = <&cci_control0>;
118 };
119 };
120
121 cci@10d20000 {
122 compatible = "arm,cci-400";
123 #address-cells = <1>;
124 #size-cells = <1>;
125 reg = <0x10d20000 0x1000>;
126 ranges = <0x0 0x10d20000 0x6000>;
127
128 cci_control0: slave-if@4000 {
129 compatible = "arm,cci-400-ctrl-if";
130 interface-type = "ace";
131 reg = <0x4000 0x1000>;
132 };
133 cci_control1: slave-if@5000 {
134 compatible = "arm,cci-400-ctrl-if";
135 interface-type = "ace";
136 reg = <0x5000 0x1000>;
137 };
138 };
139
140 sysram@02020000 {
141 compatible = "mmio-sram";
142 reg = <0x02020000 0x54000>;
143 #address-cells = <1>;
144 #size-cells = <1>;
145 ranges = <0 0x02020000 0x54000>;
146
147 smp-sysram@0 {
148 compatible = "samsung,exynos4210-sysram";
149 reg = <0x0 0x1000>;
150 };
151
152 smp-sysram@53000 {
153 compatible = "samsung,exynos4210-sysram-ns";
154 reg = <0x53000 0x1000>;
110 }; 155 };
111 }; 156 };
112 157
@@ -125,7 +170,7 @@
125 clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in"; 170 clock-names = "pll_ref", "pll_in", "sclk_audio", "sclk_pcm_in";
126 }; 171 };
127 172
128 codec@11000000 { 173 mfc: codec@11000000 {
129 compatible = "samsung,mfc-v7"; 174 compatible = "samsung,mfc-v7";
130 reg = <0x11000000 0x10000>; 175 reg = <0x11000000 0x10000>;
131 interrupts = <0 96 0>; 176 interrupts = <0 96 0>;
@@ -169,7 +214,7 @@
169 status = "disabled"; 214 status = "disabled";
170 }; 215 };
171 216
172 mct@101C0000 { 217 mct: mct@101C0000 {
173 compatible = "samsung,exynos4210-mct"; 218 compatible = "samsung,exynos4210-mct";
174 reg = <0x101C0000 0x800>; 219 reg = <0x101C0000 0x800>;
175 interrupt-controller; 220 interrupt-controller;
@@ -260,7 +305,7 @@
260 interrupts = <0 47 0>; 305 interrupts = <0 47 0>;
261 }; 306 };
262 307
263 rtc@101E0000 { 308 rtc: rtc@101E0000 {
264 clocks = <&clock CLK_RTC>; 309 clocks = <&clock CLK_RTC>;
265 clock-names = "rtc"; 310 clock-names = "rtc";
266 status = "disabled"; 311 status = "disabled";
@@ -427,22 +472,22 @@
427 status = "disabled"; 472 status = "disabled";
428 }; 473 };
429 474
430 serial@12C00000 { 475 uart_0: serial@12C00000 {
431 clocks = <&clock CLK_UART0>, <&clock CLK_SCLK_UART0>; 476 clocks = <&clock CLK_UART0>, <&clock CLK_SCLK_UART0>;
432 clock-names = "uart", "clk_uart_baud0"; 477 clock-names = "uart", "clk_uart_baud0";
433 }; 478 };
434 479
435 serial@12C10000 { 480 uart_1: serial@12C10000 {
436 clocks = <&clock CLK_UART1>, <&clock CLK_SCLK_UART1>; 481 clocks = <&clock CLK_UART1>, <&clock CLK_SCLK_UART1>;
437 clock-names = "uart", "clk_uart_baud0"; 482 clock-names = "uart", "clk_uart_baud0";
438 }; 483 };
439 484
440 serial@12C20000 { 485 uart_2: serial@12C20000 {
441 clocks = <&clock CLK_UART2>, <&clock CLK_SCLK_UART2>; 486 clocks = <&clock CLK_UART2>, <&clock CLK_SCLK_UART2>;
442 clock-names = "uart", "clk_uart_baud0"; 487 clock-names = "uart", "clk_uart_baud0";
443 }; 488 };
444 489
445 serial@12C30000 { 490 uart_3: serial@12C30000 {
446 clocks = <&clock CLK_UART3>, <&clock CLK_SCLK_UART3>; 491 clocks = <&clock CLK_UART3>, <&clock CLK_SCLK_UART3>;
447 clock-names = "uart", "clk_uart_baud0"; 492 clock-names = "uart", "clk_uart_baud0";
448 }; 493 };
@@ -462,14 +507,14 @@
462 #phy-cells = <0>; 507 #phy-cells = <0>;
463 }; 508 };
464 509
465 dp-controller@145B0000 { 510 dp: dp-controller@145B0000 {
466 clocks = <&clock CLK_DP1>; 511 clocks = <&clock CLK_DP1>;
467 clock-names = "dp"; 512 clock-names = "dp";
468 phys = <&dp_phy>; 513 phys = <&dp_phy>;
469 phy-names = "dp"; 514 phy-names = "dp";
470 }; 515 };
471 516
472 fimd@14400000 { 517 fimd: fimd@14400000 {
473 samsung,power-domain = <&disp_pd>; 518 samsung,power-domain = <&disp_pd>;
474 clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>; 519 clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>;
475 clock-names = "sclk_fimd", "fimd"; 520 clock-names = "sclk_fimd", "fimd";
@@ -546,7 +591,7 @@
546 #size-cells = <0>; 591 #size-cells = <0>;
547 pinctrl-names = "default"; 592 pinctrl-names = "default";
548 pinctrl-0 = <&i2c4_hs_bus>; 593 pinctrl-0 = <&i2c4_hs_bus>;
549 clocks = <&clock CLK_I2C4>; 594 clocks = <&clock CLK_USI0>;
550 clock-names = "hsi2c"; 595 clock-names = "hsi2c";
551 status = "disabled"; 596 status = "disabled";
552 }; 597 };
@@ -559,7 +604,7 @@
559 #size-cells = <0>; 604 #size-cells = <0>;
560 pinctrl-names = "default"; 605 pinctrl-names = "default";
561 pinctrl-0 = <&i2c5_hs_bus>; 606 pinctrl-0 = <&i2c5_hs_bus>;
562 clocks = <&clock CLK_I2C5>; 607 clocks = <&clock CLK_USI1>;
563 clock-names = "hsi2c"; 608 clock-names = "hsi2c";
564 status = "disabled"; 609 status = "disabled";
565 }; 610 };
@@ -572,7 +617,7 @@
572 #size-cells = <0>; 617 #size-cells = <0>;
573 pinctrl-names = "default"; 618 pinctrl-names = "default";
574 pinctrl-0 = <&i2c6_hs_bus>; 619 pinctrl-0 = <&i2c6_hs_bus>;
575 clocks = <&clock CLK_I2C6>; 620 clocks = <&clock CLK_USI2>;
576 clock-names = "hsi2c"; 621 clock-names = "hsi2c";
577 status = "disabled"; 622 status = "disabled";
578 }; 623 };
@@ -585,7 +630,7 @@
585 #size-cells = <0>; 630 #size-cells = <0>;
586 pinctrl-names = "default"; 631 pinctrl-names = "default";
587 pinctrl-0 = <&i2c7_hs_bus>; 632 pinctrl-0 = <&i2c7_hs_bus>;
588 clocks = <&clock CLK_I2C7>; 633 clocks = <&clock CLK_USI3>;
589 clock-names = "hsi2c"; 634 clock-names = "hsi2c";
590 status = "disabled"; 635 status = "disabled";
591 }; 636 };
@@ -598,7 +643,7 @@
598 #size-cells = <0>; 643 #size-cells = <0>;
599 pinctrl-names = "default"; 644 pinctrl-names = "default";
600 pinctrl-0 = <&i2c8_hs_bus>; 645 pinctrl-0 = <&i2c8_hs_bus>;
601 clocks = <&clock CLK_I2C8>; 646 clocks = <&clock CLK_USI4>;
602 clock-names = "hsi2c"; 647 clock-names = "hsi2c";
603 status = "disabled"; 648 status = "disabled";
604 }; 649 };
@@ -611,7 +656,7 @@
611 #size-cells = <0>; 656 #size-cells = <0>;
612 pinctrl-names = "default"; 657 pinctrl-names = "default";
613 pinctrl-0 = <&i2c9_hs_bus>; 658 pinctrl-0 = <&i2c9_hs_bus>;
614 clocks = <&clock CLK_I2C9>; 659 clocks = <&clock CLK_USI5>;
615 clock-names = "hsi2c"; 660 clock-names = "hsi2c";
616 status = "disabled"; 661 status = "disabled";
617 }; 662 };
@@ -624,12 +669,12 @@
624 #size-cells = <0>; 669 #size-cells = <0>;
625 pinctrl-names = "default"; 670 pinctrl-names = "default";
626 pinctrl-0 = <&i2c10_hs_bus>; 671 pinctrl-0 = <&i2c10_hs_bus>;
627 clocks = <&clock CLK_I2C10>; 672 clocks = <&clock CLK_USI6>;
628 clock-names = "hsi2c"; 673 clock-names = "hsi2c";
629 status = "disabled"; 674 status = "disabled";
630 }; 675 };
631 676
632 hdmi@14530000 { 677 hdmi: hdmi@14530000 {
633 compatible = "samsung,exynos4212-hdmi"; 678 compatible = "samsung,exynos4212-hdmi";
634 reg = <0x14530000 0x70000>; 679 reg = <0x14530000 0x70000>;
635 interrupts = <0 95 0>; 680 interrupts = <0 95 0>;
@@ -641,7 +686,7 @@
641 status = "disabled"; 686 status = "disabled";
642 }; 687 };
643 688
644 mixer@14450000 { 689 mixer: mixer@14450000 {
645 compatible = "samsung,exynos5420-mixer"; 690 compatible = "samsung,exynos5420-mixer";
646 reg = <0x14450000 0x10000>; 691 reg = <0x14450000 0x10000>;
647 interrupts = <0 94 0>; 692 interrupts = <0 94 0>;
@@ -712,7 +757,7 @@
712 clock-names = "tmu_apbif", "tmu_triminfo_apbif"; 757 clock-names = "tmu_apbif", "tmu_triminfo_apbif";
713 }; 758 };
714 759
715 watchdog@101D0000 { 760 watchdog: watchdog@101D0000 {
716 compatible = "samsung,exynos5420-wdt"; 761 compatible = "samsung,exynos5420-wdt";
717 reg = <0x101D0000 0x100>; 762 reg = <0x101D0000 0x100>;
718 interrupts = <0 42 0>; 763 interrupts = <0 42 0>;
@@ -721,7 +766,7 @@
721 samsung,syscon-phandle = <&pmu_system_controller>; 766 samsung,syscon-phandle = <&pmu_system_controller>;
722 }; 767 };
723 768
724 sss@10830000 { 769 sss: sss@10830000 {
725 compatible = "samsung,exynos4210-secss"; 770 compatible = "samsung,exynos4210-secss";
726 reg = <0x10830000 0x10000>; 771 reg = <0x10830000 0x10000>;
727 interrupts = <0 112 0>; 772 interrupts = <0 112 0>;