mirror of https://gitee.com/openkylin/linux.git
ARM: dts: Device tree node definition for TMU on exynos4x12
The TMU device tree node definition for Exynos4x12 family of SoCs. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Reviewed-by: Tomasz Figa <tomasz.figa@gmail.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
a427d15062
commit
bf61eed9d0
|
@ -271,4 +271,14 @@ exynos-usbphy@125B0000 {
|
||||||
compatible = "samsung,exynos4x12-usb2-phy";
|
compatible = "samsung,exynos4x12-usb2-phy";
|
||||||
samsung,sysreg-phandle = <&sys_reg>;
|
samsung,sysreg-phandle = <&sys_reg>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tmu@100C0000 {
|
||||||
|
compatible = "samsung,exynos4412-tmu";
|
||||||
|
interrupt-parent = <&combiner>;
|
||||||
|
interrupts = <2 4>;
|
||||||
|
reg = <0x100C0000 0x100>;
|
||||||
|
clocks = <&clock 383>;
|
||||||
|
clock-names = "tmu_apbif";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue