Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: dts: r9a06g032: Describe the RTC

Describe the SoC RTC which counts time and provides alarm support.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20220429104602.368055-7-miquel.raynal@bootlin.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Miquel Raynal and committed by
Geert Uytterhoeven
d8ff11cd 6af663af

+13
+13
arch/arm/boot/dts/r9a06g032.dtsi
··· 66 66 interrupt-parent = <&gic>; 67 67 ranges; 68 68 69 + rtc0: rtc@40006000 { 70 + compatible = "renesas,r9a06g032-rtc", "renesas,rzn1-rtc"; 71 + reg = <0x40006000 0x1000>; 72 + interrupts = <GIC_SPI 66 IRQ_TYPE_EDGE_RISING>, 73 + <GIC_SPI 67 IRQ_TYPE_EDGE_RISING>, 74 + <GIC_SPI 68 IRQ_TYPE_EDGE_RISING>; 75 + interrupt-names = "alarm", "timer", "pps"; 76 + clocks = <&sysctrl R9A06G032_HCLK_RTC>; 77 + clock-names = "hclk"; 78 + power-domains = <&sysctrl>; 79 + status = "disabled"; 80 + }; 81 + 69 82 wdt0: watchdog@40008000 { 70 83 compatible = "renesas,r9a06g032-wdt", "renesas,rzn1-wdt"; 71 84 reg = <0x40008000 0x1000>;