Skip to content

Commit 1fb060a

Browse files
gmarulljhedberg
authored andcommitted
dts: arm: sifli: sf32lb52x: define RTC backup registers
Define RTC backup registers. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 5a25fda commit 1fb060a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/sifli/sf32lb52x.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,17 @@
189189
rtc: rtc@500cb000 {
190190
compatible = "sifli,sf32lb-rtc";
191191
reg = <0x500cb000 0x1000>;
192+
ranges = <0x0 0x500cb000 0x1000>;
193+
#address-cells = <1>;
194+
#size-cells = <1>;
192195
interrupts = <49 0>;
193196
status = "disabled";
197+
198+
backup-registers@30 {
199+
compatible = "sifli,sf32lb-rtc-backup";
200+
reg = <0x30 0x28>;
201+
status = "disabled";
202+
};
194203
};
195204
};
196205
};

0 commit comments

Comments
 (0)