mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 08:07:10 +07:00
ARM: dts: imx53: add srtc node
The i.MX53 has an integrated secure real time clock. Add it to the dtsi. Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
87a7da04c9
commit
5b72505414
@ -433,6 +433,15 @@ gpt: timer@53fa0000 {
|
|||||||
clock-names = "ipg", "per";
|
clock-names = "ipg", "per";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
srtc: srtc@53fa4000 {
|
||||||
|
compatible = "fsl,imx53-rtc", "fsl,imx25-rtc";
|
||||||
|
reg = <0x53fa4000 0x4000>;
|
||||||
|
interrupts = <24>;
|
||||||
|
interrupt-parent = <&tzic>;
|
||||||
|
clocks = <&clks IMX5_CLK_SRTC_GATE>;
|
||||||
|
clock-names = "ipg";
|
||||||
|
};
|
||||||
|
|
||||||
iomuxc: iomuxc@53fa8000 {
|
iomuxc: iomuxc@53fa8000 {
|
||||||
compatible = "fsl,imx53-iomuxc";
|
compatible = "fsl,imx53-iomuxc";
|
||||||
reg = <0x53fa8000 0x4000>;
|
reg = <0x53fa8000 0x4000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user