boards: ambiq: apollo4p_evb: add rtc to apollo4p_evb

Add RTC to apollo4 plus board

Signed-off-by: Richard Wheatley <richard.wheatley@ambiq.com>
This commit is contained in:
Richard Wheatley 2024-08-07 12:57:48 -05:00 committed by Fabio Baltieri
commit 5beb73ae40
2 changed files with 7 additions and 0 deletions

View file

@ -24,6 +24,7 @@
led2 = &led2;
sw0 = &button0;
sw1 = &button1;
rtc = &rtc0;
};
leds {
@ -66,6 +67,11 @@
status = "okay";
};
&rtc0 {
status = "okay";
clock = "XTAL";
};
&wdt0 {
status = "okay";
};

View file

@ -14,6 +14,7 @@ supported:
- gpio
- spi
- i2c
- rtc
- hwinfo
testing:
ignore_tags: