dts: arm: nxp: s32k1xx: fix RTC clock source
Set RTC clock source to the internal 32 KHz LPO. Currently RTC clock is used to source RTC counter and FTM counter. Fixes #71289 Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
parent
38dd10ea1c
commit
445110b306
|
@ -323,8 +323,8 @@
|
|||
reg = <0x4003d000 0x1000>;
|
||||
interrupts = <46 0>, <47 0>;
|
||||
interrupt-names = "alarm", "seconds";
|
||||
clock-frequency = <32768>;
|
||||
prescaler = <32768>;
|
||||
clock-frequency = <32000>;
|
||||
prescaler = <32000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue