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

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