boards: stm32l562e_dk_ns: Enable rtc

Enable RTC for non-secure image.

Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
This commit is contained in:
Gerson Fernando Budke 2022-11-27 14:45:35 +01:00 committed by Fabio Baltieri
parent e68f568f86
commit 1d4ef686ec
2 changed files with 8 additions and 0 deletions

View file

@ -28,6 +28,13 @@
};
};
&rtc {
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000400>,
<&rcc STM32_SRC_LSE RTC_SEL(1)>;
status = "okay";
};
&flash0 {
partitions {
compatible = "fixed-partitions";

View file

@ -6,6 +6,7 @@ toolchain:
- zephyr
- gnuarmemb
supported:
- counter
- gpio
- i2c
- lptim