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:
parent
16a2f862ea
commit
5beb73ae40
2 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -14,6 +14,7 @@ supported:
|
|||
- gpio
|
||||
- spi
|
||||
- i2c
|
||||
- rtc
|
||||
- hwinfo
|
||||
testing:
|
||||
ignore_tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue