mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
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>
This commit is contained in:
parent
def2d23796
commit
42379e7ee9
|
|
@ -59,6 +59,11 @@ psci {
|
|||
method = "smc";
|
||||
};
|
||||
|
||||
vrtc: rtc@fe010288 {
|
||||
compatible = "amlogic,meson-vrtc";
|
||||
reg = <0x0 0xfe010288 0x0 0x4>;
|
||||
};
|
||||
|
||||
xtal: xtal-clk {
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <24000000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user