[PATCH v2] arm64: dts: broadcom: bcm2712: Enable RNG

Peter Robinson pbrobinson at gmail.com
Sat Sep 27 00:56:31 PDT 2025


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 at gmail.com>
---

v2:
- Reorder by unit address

 arch/arm64/boot/dts/broadcom/bcm2712.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/broadcom/bcm2712.dtsi b/arch/arm64/boot/dts/broadcom/bcm2712.dtsi
index 4cd51d80d40d0..260d4a24e8a17 100644
--- a/arch/arm64/boot/dts/broadcom/bcm2712.dtsi
+++ b/arch/arm64/boot/dts/broadcom/bcm2712.dtsi
@@ -243,6 +243,12 @@ uart10: serial at 7d001000 {
 			status = "disabled";
 		};
 
+		random: rng at 7d208000 {
+			compatible = "brcm,bcm2711-rng200";
+			reg = <0x7d208000 0x28>;
+			status = "okay";
+		};
+
 		interrupt-controller at 7d517000 {
 			compatible = "brcm,bcm7271-l2-intc";
 			reg = <0x7d517000 0x10>;
-- 
2.51.0




More information about the linux-arm-kernel mailing list