Skip to content

Commit 16a2f86

Browse files
RichardSWheatleyfabiobaltieri
authored andcommitted
dts: arm: ambiq: add ambiq rtc to dtsi file
Add Ambiq RTC to DTSI Signed-off-by: Richard Wheatley <richard.wheatley@ambiq.com>
1 parent 0a945cb commit 16a2f86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/ambiq/ambiq_apollo4p.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,14 @@
318318
ambiq,pwrcfg = <&pwrcfg 0x4 0x10000>;
319319
};
320320

321+
rtc0: rtc@40004800 {
322+
compatible = "ambiq,rtc";
323+
reg = <0x40004800 0x210>;
324+
interrupts = <2 0>;
325+
alarms-count = <1>;
326+
status = "disabled";
327+
};
328+
321329
pinctrl: pin-controller@40010000 {
322330
compatible = "ambiq,apollo4-pinctrl";
323331
reg = <0x40010000 0x800>;

0 commit comments

Comments
 (0)