boards: nxp: frdm_ke17z512: enable RTC driver
Enable RTC driver to test 'drivers.counter.basic_api' sample. Select clock-source to LPO clock. Signed-off-by: Anke Xiao <anke.xiao@nxp.com>
This commit is contained in:
parent
20820b40fa
commit
5368d7d0df
3 changed files with 8 additions and 0 deletions
|
@ -65,6 +65,8 @@ features:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| I2C | on-chip | I2C |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| RTC | on-chip | counter |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| ACMP | on-chip | sensor |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| SPI | on-chip | spi |
|
||||
|
|
|
@ -104,6 +104,11 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&rtc {
|
||||
status = "okay";
|
||||
clock-source = "LPO";
|
||||
};
|
||||
|
||||
&lpi2c0 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&lpi2c0_default>;
|
||||
|
|
|
@ -15,6 +15,7 @@ toolchain:
|
|||
- gnuarmemb
|
||||
- xtools
|
||||
supported:
|
||||
- counter
|
||||
- gpio
|
||||
- adc
|
||||
- uart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue