Skip to content

Commit 5beb73a

Browse files
RichardSWheatleyfabiobaltieri
authored andcommitted
boards: ambiq: apollo4p_evb: add rtc to apollo4p_evb
Add RTC to apollo4 plus board Signed-off-by: Richard Wheatley <richard.wheatley@ambiq.com>
1 parent 16a2f86 commit 5beb73a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

boards/ambiq/apollo4p_evb/apollo4p_evb.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
led2 = &led2;
2525
sw0 = &button0;
2626
sw1 = &button1;
27+
rtc = &rtc0;
2728
};
2829

2930
leds {
@@ -66,6 +67,11 @@
6667
status = "okay";
6768
};
6869

70+
&rtc0 {
71+
status = "okay";
72+
clock = "XTAL";
73+
};
74+
6975
&wdt0 {
7076
status = "okay";
7177
};

boards/ambiq/apollo4p_evb/apollo4p_evb.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ supported:
1414
- gpio
1515
- spi
1616
- i2c
17+
- rtc
1718
- hwinfo
1819
testing:
1920
ignore_tags:

0 commit comments

Comments
 (0)