Commit efd00dc0 authored by Gatien Chevallier's avatar Gatien Chevallier Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: add RNG node for STM32MP13x platforms



The RNG on STM32MP13 offers upgrades like customization of its
configuration and the conditional reset.

The hardware RNG should be managed in the secure world for but it
is supported on Linux. Therefore, is it not default enabled.

Signed-off-by: default avatarGatien Chevallier <gatien.chevallier@foss.st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent 565c88ae
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1221,6 +1221,14 @@ hash: hash@54003000 {
			status = "disabled";
		};

		rng: rng@54004000 {
			compatible = "st,stm32mp13-rng";
			reg = <0x54004000 0x400>;
			clocks = <&rcc RNG1_K>;
			resets = <&rcc RNG1_R>;
			status = "disabled";
		};

		mdma: dma-controller@58000000 {
			compatible = "st,stm32h7-mdma";
			reg = <0x58000000 0x1000>;