]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: stm32: add RNG node for STM32MP13x platforms
authorGatien Chevallier <gatien.chevallier@foss.st.com>
Tue, 19 Sep 2023 15:27:59 +0000 (17:27 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 4 Oct 2023 11:26:03 +0000 (13:26 +0200)
Add RNG node for STM32MP13x platforms.

Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/dts/stm32mp131.dtsi

index d23bbc3639df3f421d71197099d96d0bbf5cd1d4..bd7285053dd0eaa3bbcb0311e7a4ebbdbf29fa77 100644 (file)
                        };
                };
 
+               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>;