Skip to content

Commit 42379e7

Browse files
numbqqsuperna9999
authored andcommitted
arm64: dts: amlogic: meson-s4: add VRTC node
Add the Virtual RTC (VRTC) controller node to the Meson S4 SoC dtsi. Signed-off-by: Nick Xie <nick@khadas.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patch.msgid.link/20260327093016.722095-2-nick@khadas.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent def2d23 commit 42379e7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm64/boot/dts/amlogic/meson-s4.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
method = "smc";
6060
};
6161

62+
vrtc: rtc@fe010288 {
63+
compatible = "amlogic,meson-vrtc";
64+
reg = <0x0 0xfe010288 0x0 0x4>;
65+
};
66+
6267
xtal: xtal-clk {
6368
compatible = "fixed-clock";
6469
clock-frequency = <24000000>;

0 commit comments

Comments
 (0)