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

@ -210,6 +210,13 @@
phase-seg2 = <6>;
};
rng: rng@50060800 {
compatible = "st,stm32-rng";
reg = <0x50060800 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00000040>;
status = "disabled";
label = "RNG";
};
};
otghs_fs_phy: otghs_fs_phy {