Skip to content

Commit efd00dc

Browse files
GseoCAlexandre Torgue
authored andcommitted
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: Gatien Chevallier <gatien.chevallier@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
1 parent 565c88a commit efd00dc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm/boot/dts/st/stm32mp131.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,14 @@
12211221
status = "disabled";
12221222
};
12231223

1224+
rng: rng@54004000 {
1225+
compatible = "st,stm32mp13-rng";
1226+
reg = <0x54004000 0x400>;
1227+
clocks = <&rcc RNG1_K>;
1228+
resets = <&rcc RNG1_R>;
1229+
status = "disabled";
1230+
};
1231+
12241232
mdma: dma-controller@58000000 {
12251233
compatible = "st,stm32h7-mdma";
12261234
reg = <0x58000000 0x1000>;

0 commit comments

Comments
 (0)