dts: arm: st: h7: add rng peripheral support

rng peripheral support added
rng peripheral currently disabled

Signed-off-by: Alexander Kozhinov <AlexanderKozhinov@yandex.com>
This commit is contained in:
Alexander Kozhinov 2020-06-12 20:46:17 +02:00 committed by Carles Cufí
commit 8888d056a9

View file

@ -14,6 +14,7 @@
/ {
chosen {
zephyr,entropy = &rng;
zephyr,flash-controller = &flash;
};
@ -567,6 +568,14 @@
label = "ADC_3";
#io-channel-cells = <1>;
};
rng: rng@48021800 {
compatible = "st,stm32-rng";
reg = <0x48021800 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000040>;
status = "disabled";
label = "RNG";
};
};
};