Skip to content

Commit d7deac7

Browse files
Martinhoff-makerkartben
authored andcommitted
dts: arm: silabs: add rtc node for siwg917
Add rtc node that was present on siwx91x baords. Signed-off-by: Martin Hoff <[email protected]>
1 parent 742261d commit d7deac7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/silabs/siwg917.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,15 @@
302302
status = "disabled";
303303
};
304304

305+
rtc0: rtc@24048200 {
306+
compatible = "silabs,siwx91x-rtc";
307+
reg = <0x24048200 0x40>;
308+
interrupts = <28 0>;
309+
interrupt-names = "rtc";
310+
clocks = <&clock0 SIWX91X_CLK_RTC>;
311+
status = "disabled";
312+
};
313+
305314
watchdog: wdt@24048300 {
306315
compatible = "silabs,siwx91x-wdt";
307316
#address-cells = <1>;

0 commit comments

Comments
 (0)