Skip to content

Commit 5e9ebdd

Browse files
Linus Walleijffainelli
authored andcommitted
ARM: dts: bcm6846: Add iproc rng
The bcm6846 has a standard iproc 200 RNG which is already fully supported by bindings, so just add it to the DTS file. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20241019-genexis-xg6846b-base-v3-1-8375a0e1f89f@linaro.org Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent e0bea86 commit 5e9ebdd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm/boot/dts/broadcom/bcm6846.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
status = "disabled";
109109
};
110110

111+
rng@b80 {
112+
compatible = "brcm,iproc-rng200";
113+
reg = <0xb80 0x28>;
114+
};
115+
111116
hsspi: spi@1000 {
112117
#address-cells = <1>;
113118
#size-cells = <0>;

0 commit comments

Comments
 (0)