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 16a2f86 commit 5beb73aCopy full SHA for 5beb73a
boards/ambiq/apollo4p_evb/apollo4p_evb.dts
@@ -24,6 +24,7 @@
24
led2 = &led2;
25
sw0 = &button0;
26
sw1 = &button1;
27
+ rtc = &rtc0;
28
};
29
30
leds {
@@ -66,6 +67,11 @@
66
67
status = "okay";
68
69
70
+&rtc0 {
71
+ status = "okay";
72
+ clock = "XTAL";
73
+};
74
+
75
&wdt0 {
76
77
boards/ambiq/apollo4p_evb/apollo4p_evb.yaml
@@ -14,6 +14,7 @@ supported:
14
- gpio
15
- spi
16
- i2c
17
+ - rtc
18
- hwinfo
19
testing:
20
ignore_tags:
0 commit comments