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:
Anke Xiao 2024-07-18 18:53:29 +08:00 committed by Fabio Baltieri
commit 5368d7d0df
3 changed files with 8 additions and 0 deletions

View file

@ -65,6 +65,8 @@ features:
+-----------+------------+-------------------------------------+
| I2C | on-chip | I2C |
+-----------+------------+-------------------------------------+
| RTC | on-chip | counter |
+-----------+------------+-------------------------------------+
| ACMP | on-chip | sensor |
+-----------+------------+-------------------------------------+
| SPI | on-chip | spi |

View file

@ -104,6 +104,11 @@
status = "okay";
};
&rtc {
status = "okay";
clock-source = "LPO";
};
&lpi2c0 {
status = "okay";
pinctrl-0 = <&lpi2c0_default>;

View file

@ -15,6 +15,7 @@ toolchain:
- gnuarmemb
- xtools
supported:
- counter
- gpio
- adc
- uart