Skip to content

Commit 05f790b

Browse files
nullr0uteffainelli
authored andcommitted
arm64: dts: broadcom: bcm2712: Enable RNG
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>
1 parent 8f0b4cc commit 05f790b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm64/boot/dts/broadcom/bcm2712.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,12 @@
283283
reg = <0x7d510700 0x20>;
284284
};
285285

286+
random: rng@7d208000 {
287+
compatible = "brcm,bcm2711-rng200";
288+
reg = <0x7d208000 0x28>;
289+
status = "okay";
290+
};
291+
286292
interrupt-controller@7d517000 {
287293
compatible = "brcm,bcm7271-l2-intc";
288294
reg = <0x7d517000 0x10>;

0 commit comments

Comments
 (0)