mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 20:16:43 +07:00
ARM: dts: Add device tree node for exynos5440 TMU controller
This patch adds device node for TMU controller. There are 3 instances of the controllers so 3 nodes are created. Acked-by: Jonghwa Lee <jonghwa3.lee@samsung.com> Reviewed-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
15dfdfad2d
commit
5c7311b5de
@ -18,6 +18,9 @@ / {
|
|||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
spi0 = &spi_0;
|
spi0 = &spi_0;
|
||||||
|
tmuctrl0 = &tmuctrl_0;
|
||||||
|
tmuctrl1 = &tmuctrl_1;
|
||||||
|
tmuctrl2 = &tmuctrl_2;
|
||||||
};
|
};
|
||||||
|
|
||||||
clock: clock-controller@0x160000 {
|
clock: clock-controller@0x160000 {
|
||||||
@ -207,6 +210,30 @@ rtc {
|
|||||||
clock-names = "rtc";
|
clock-names = "rtc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tmuctrl_0: tmuctrl@160118 {
|
||||||
|
compatible = "samsung,exynos5440-tmu";
|
||||||
|
reg = <0x160118 0x230>, <0x160368 0x10>;
|
||||||
|
interrupts = <0 58 0>;
|
||||||
|
clocks = <&clock 21>;
|
||||||
|
clock-names = "tmu_apbif";
|
||||||
|
};
|
||||||
|
|
||||||
|
tmuctrl_1: tmuctrl@16011C {
|
||||||
|
compatible = "samsung,exynos5440-tmu";
|
||||||
|
reg = <0x16011C 0x230>, <0x160368 0x10>;
|
||||||
|
interrupts = <0 58 0>;
|
||||||
|
clocks = <&clock 21>;
|
||||||
|
clock-names = "tmu_apbif";
|
||||||
|
};
|
||||||
|
|
||||||
|
tmuctrl_2: tmuctrl@160120 {
|
||||||
|
compatible = "samsung,exynos5440-tmu";
|
||||||
|
reg = <0x160120 0x230>, <0x160368 0x10>;
|
||||||
|
interrupts = <0 58 0>;
|
||||||
|
clocks = <&clock 21>;
|
||||||
|
clock-names = "tmu_apbif";
|
||||||
|
};
|
||||||
|
|
||||||
sata@210000 {
|
sata@210000 {
|
||||||
compatible = "snps,exynos5440-ahci";
|
compatible = "snps,exynos5440-ahci";
|
||||||
reg = <0x210000 0x10000>;
|
reg = <0x210000 0x10000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user