diff options
-rw-r--r-- | arch/arm/boot/dts/exynos5420.dtsi | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 1c1a6a0db252..11dd202c54bb 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi | |||
@@ -612,4 +612,44 @@ | |||
612 | clock-names = "gscl"; | 612 | clock-names = "gscl"; |
613 | samsung,power-domain = <&gsc_pd>; | 613 | samsung,power-domain = <&gsc_pd>; |
614 | }; | 614 | }; |
615 | |||
616 | tmu_cpu0: tmu@10060000 { | ||
617 | compatible = "samsung,exynos5420-tmu"; | ||
618 | reg = <0x10060000 0x100>; | ||
619 | interrupts = <0 65 0>; | ||
620 | clocks = <&clock 318>; | ||
621 | clock-names = "tmu_apbif"; | ||
622 | }; | ||
623 | |||
624 | tmu_cpu1: tmu@10064000 { | ||
625 | compatible = "samsung,exynos5420-tmu"; | ||
626 | reg = <0x10064000 0x100>; | ||
627 | interrupts = <0 183 0>; | ||
628 | clocks = <&clock 318>; | ||
629 | clock-names = "tmu_apbif"; | ||
630 | }; | ||
631 | |||
632 | tmu_cpu2: tmu@10068000 { | ||
633 | compatible = "samsung,exynos5420-tmu-ext-triminfo"; | ||
634 | reg = <0x10068000 0x100>, <0x1006c000 0x4>; | ||
635 | interrupts = <0 184 0>; | ||
636 | clocks = <&clock 318>, <&clock 318>; | ||
637 | clock-names = "tmu_apbif", "tmu_triminfo_apbif"; | ||
638 | }; | ||
639 | |||
640 | tmu_cpu3: tmu@1006c000 { | ||
641 | compatible = "samsung,exynos5420-tmu-ext-triminfo"; | ||
642 | reg = <0x1006c000 0x100>, <0x100a0000 0x4>; | ||
643 | interrupts = <0 185 0>; | ||
644 | clocks = <&clock 318>, <&clock 319>; | ||
645 | clock-names = "tmu_apbif", "tmu_triminfo_apbif"; | ||
646 | }; | ||
647 | |||
648 | tmu_gpu: tmu@100a0000 { | ||
649 | compatible = "samsung,exynos5420-tmu-ext-triminfo"; | ||
650 | reg = <0x100a0000 0x100>, <0x10068000 0x4>; | ||
651 | interrupts = <0 215 0>; | ||
652 | clocks = <&clock 319>, <&clock 318>; | ||
653 | clock-names = "tmu_apbif", "tmu_triminfo_apbif"; | ||
654 | }; | ||
615 | }; | 655 | }; |