dts: stm32: Add rng node

Add rng node when supported by stm32 entropy driver in stm32 dtsi
Also add matching compatible binding.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2020-04-02 11:20:12 +02:00 committed by Kumar Gala
commit 760849646d
6 changed files with 57 additions and 0 deletions

View file

@ -425,6 +425,14 @@
label = "RTC_0";
};
rng: rng@50060800 {
compatible = "st,stm32-rng";
reg = <0x50060800 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x04000000>;
status = "disabled";
label = "RNG";
};
usb: usb@40005c00 {
compatible = "st,stm32-usb";
reg = <0x40005c00 0x400>;