Skip to content

Commit fab334f

Browse files
GseoCAlexandre Torgue
authored andcommitted
arm64: dts: st: add RNG node on stm32mp251
Update the device-tree stm32mp251.dtsi by adding the Random Number Generator(RNG) node. Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent 737245a commit fab334f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/st/stm32mp251.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,16 @@
493493
status = "disabled";
494494
};
495495

496+
rng: rng@42020000 {
497+
compatible = "st,stm32mp25-rng";
498+
reg = <0x42020000 0x400>;
499+
clocks = <&clk_rcbsec>, <&rcc CK_BUS_RNG>;
500+
clock-names = "core", "bus";
501+
resets = <&rcc RNG_R>;
502+
access-controllers = <&rifsc 92>;
503+
status = "disabled";
504+
};
505+
496506
spi8: spi@46020000 {
497507
#address-cells = <1>;
498508
#size-cells = <0>;

0 commit comments

Comments
 (0)