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;
|
led2 = &led2;
|
||||||
sw0 = &button0;
|
sw0 = &button0;
|
||||||
sw1 = &button1;
|
sw1 = &button1;
|
||||||
|
rtc = &rtc0;
|
||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
|
@ -66,6 +67,11 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&rtc0 {
|
||||||
|
status = "okay";
|
||||||
|
clock = "XTAL";
|
||||||
|
};
|
||||||
|
|
||||||
&wdt0 {
|
&wdt0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -14,6 +14,7 @@ supported:
|
||||||
- gpio
|
- gpio
|
||||||
- spi
|
- spi
|
||||||
- i2c
|
- i2c
|
||||||
|
- rtc
|
||||||
- hwinfo
|
- hwinfo
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue