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:
parent
e68a699396
commit
760849646d
6 changed files with 57 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue