Skip to content
/ linux Public

Commit 74893eb

Browse files
Ovidiu Panaitgregkh
authored andcommitted
arm64: dts: renesas: r9a09g057: Add RTC node
[ Upstream commit cfc733d ] Add RTC node to Renesas RZ/V2H ("R9A09G057") SoC DTSI. Signed-off-by: Ovidiu Panait <ovidiu.panait.rb@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://patch.msgid.link/20251107210706.45044-4-ovidiu.panait.rb@renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Stable-dep-of: a3f3465 ("arm64: dts: renesas: r9a09g057: Remove wdt{0,2,3} nodes") Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 2e5902c commit 74893eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

arch/arm64/boot/dts/renesas/r9a09g057.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,21 @@
586586
status = "disabled";
587587
};
588588

589+
rtc: rtc@11c00800 {
590+
compatible = "renesas,r9a09g057-rtca3", "renesas,rz-rtca3";
591+
reg = <0 0x11c00800 0 0x400>;
592+
interrupts = <GIC_SPI 524 IRQ_TYPE_EDGE_RISING>,
593+
<GIC_SPI 525 IRQ_TYPE_EDGE_RISING>,
594+
<GIC_SPI 526 IRQ_TYPE_EDGE_RISING>;
595+
interrupt-names = "alarm", "period", "carry";
596+
clocks = <&cpg CPG_MOD 0x53>, <&rtxin_clk>;
597+
clock-names = "bus", "counter";
598+
power-domains = <&cpg>;
599+
resets = <&cpg 0x79>, <&cpg 0x7a>;
600+
reset-names = "rtc", "rtest";
601+
status = "disabled";
602+
};
603+
589604
scif: serial@11c01400 {
590605
compatible = "renesas,scif-r9a09g057";
591606
reg = <0 0x11c01400 0 0x400>;

0 commit comments

Comments
 (0)