We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a945cb commit 16a2f86Copy full SHA for 16a2f86
dts/arm/ambiq/ambiq_apollo4p.dtsi
@@ -318,6 +318,14 @@
318
ambiq,pwrcfg = <&pwrcfg 0x4 0x10000>;
319
};
320
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
+
329
pinctrl: pin-controller@40010000 {
330
compatible = "ambiq,apollo4-pinctrl";
331
reg = <0x40010000 0x800>;
0 commit comments