Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b47c9fab authored by Daniel Thompson's avatar Daniel Thompson Committed by Herbert Xu
Browse files

ARM: dts: stm32f429: Adopt STM32 RNG driver



New bindings and driver have been created for STM32 series parts. This
patch integrates this changes.

Signed-off-by: default avatarDaniel Thompson <daniel.thompson@linaro.org>
Acked-by: default avatarMaxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent c6a97c42
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -174,6 +174,13 @@
			reg = <0x40023800 0x400>;
			reg = <0x40023800 0x400>;
			clocks = <&clk_hse>;
			clocks = <&clk_hse>;
		};
		};

		rng: rng@50060800 {
			compatible = "st,stm32-rng";
			reg = <0x50060800 0x400>;
			interrupts = <80>;
			clocks = <&rcc 0 38>;
		};
	};
	};
};
};