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
|
@ -104,6 +104,11 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&rtc {
|
||||
status = "okay";
|
||||
clock-source = "LPO";
|
||||
};
|
||||
|
||||
&lpi2c0 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&lpi2c0_default>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue