Commit 9e8322dc authored by Clément Léger's avatar Clément Léger Committed by Geert Uytterhoeven
Browse files

ARM: dts: r9a06g032-rzn1d400-db: Enable rtc0



The RZ/N1D-DB board does have a battery to power the RTC. Enable the
RTC device on this board.

Signed-off-by: default avatarClément Léger <clement.leger@bootlin.com>
Link: https://lore.kernel.org/r/20220608090850.92735-1-clement.leger@bootlin.com


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 290cedec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@ aliases {
	};
};

&rtc0 {
	status = "okay";
};

&uart0 {
	status = "okay";
};