summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGatien Chevallier <[email protected]>2023-09-19 17:27:59 +0200
committerPatrice Chotard <[email protected]>2023-10-04 13:26:03 +0200
commit1937fdbd472513aa5337033451e2312f4c464108 (patch)
treec3596cf1372efabbb5b022bd335fce0d83e3c8a5
parente077d7f61309d83fa94c55b17bfccc255b4467fb (diff)
ARM: dts: stm32: add RNG node for STM32MP13x platforms
Add RNG node for STM32MP13x platforms. Signed-off-by: Gatien Chevallier <[email protected]> Reviewed-by: Patrick Delaunay <[email protected]> Reviewed-by: Patrice Chotard <[email protected]>
-rw-r--r--arch/arm/dts/stm32mp131.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp131.dtsi b/arch/arm/dts/stm32mp131.dtsi
index d23bbc3639d..bd7285053dd 100644
--- a/arch/arm/dts/stm32mp131.dtsi
+++ b/arch/arm/dts/stm32mp131.dtsi
@@ -1208,6 +1208,14 @@
};
};
+ 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>;