]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: broadcom: bcm2712: Enable RNG
authorPeter Robinson <pbrobinson@gmail.com>
Sat, 27 Sep 2025 07:56:31 +0000 (08:56 +0100)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Thu, 8 Jan 2026 17:33:14 +0000 (09:33 -0800)
The RNG is the same IP as in the bcm2711 so add the
device tree block to enable the device.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Stefan Wahren <wahrenst@gmx.net>
Link: https://lore.kernel.org/r/20250927075643.716179-1-pbrobinson@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm64/boot/dts/broadcom/bcm2712.dtsi

index 205b87f557d6d9f8407accab2b0321f84b4fd585..7d4f5b00432c4fe498448d9b94ac3aceef826c7a 100644 (file)
                        reg = <0x7d510700 0x20>;
                };
 
+               random: rng@7d208000 {
+                       compatible = "brcm,bcm2711-rng200";
+                       reg = <0x7d208000 0x28>;
+                       status = "okay";
+               };
+
                interrupt-controller@7d517000 {
                        compatible = "brcm,bcm7271-l2-intc";
                        reg = <0x7d517000 0x10>;