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:
parent
e68f568f86
commit
1d4ef686ec
|
@ -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";
|
||||
|
|
|
@ -6,6 +6,7 @@ toolchain:
|
|||
- zephyr
|
||||
- gnuarmemb
|
||||
supported:
|
||||
- counter
|
||||
- gpio
|
||||
- i2c
|
||||
- lptim
|
||||
|
|
Loading…
Reference in a new issue