Skip to content

Commit 3184e7e

Browse files
gmarulljhedberg
authored andcommitted
dts: arm: sifli: sf32lb52x: define rtc
Add node for RTC peripheral. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 62aa9d7 commit 3184e7e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/arm/sifli/sf32lb52x.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,13 @@
185185
compatible = "sifli,sf32lb-pmuc", "syscon";
186186
reg = <0x500ca000 0x1000>;
187187
};
188+
189+
rtc: rtc@500cb000 {
190+
compatible = "sifli,sf32lb-rtc";
191+
reg = <0x500cb000 0x1000>;
192+
interrupts = <49 0>;
193+
status = "disabled";
194+
};
188195
};
189196
};
190197

0 commit comments

Comments
 (0)