We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0940b commit 23e551fCopy full SHA for 23e551f
dts/arm/st/f2/stm32f2.dtsi
@@ -14,6 +14,7 @@
14
15
/ {
16
chosen {
17
+ zephyr,entropy = &rng;
18
zephyr,flash-controller = &flash;
19
};
20
@@ -538,6 +539,15 @@
538
539
540
541
542
+ rng: rng@50060800 {
543
+ compatible = "st,stm32-rng";
544
+ reg = <0x50060800 0x400>;
545
+ interrupts = <80 0>;
546
+ clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000040>;
547
+ status = "disabled";
548
+ label = "RNG";
549
+ };
550
+
551
backup_sram: memory@40024000 {
552
compatible = "st,stm32-backup-sram";
553
reg = <0x40024000 DT_SIZE_K(4)>;
0 commit comments