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:
Manuel Argüelles 2024-04-15 09:01:37 +07:00 committed by Alberto Escolar
commit 445110b306
2 changed files with 3 additions and 3 deletions

View file

@ -323,8 +323,8 @@
reg = <0x4003d000 0x1000>; reg = <0x4003d000 0x1000>;
interrupts = <46 0>, <47 0>; interrupts = <46 0>, <47 0>;
interrupt-names = "alarm", "seconds"; interrupt-names = "alarm", "seconds";
clock-frequency = <32768>; clock-frequency = <32000>;
prescaler = <32768>; prescaler = <32000>;
}; };
}; };
}; };

View file

@ -193,7 +193,7 @@ manifest:
groups: groups:
- hal - hal
- name: hal_nxp - name: hal_nxp
revision: f6c7108caf50684742689bfab838048208963f4f revision: cd046faf8a3dc879982ff6079fc48a80a0d53e7c
path: modules/hal/nxp path: modules/hal/nxp
groups: groups:
- hal - hal