Skip to content

Commit 12e491d

Browse files
committed
Merge tag 'arm-soc/for-6.19/devicetree-arm64' of https://github.com/Broadcom/stblinux into soc/dt
This pull request contains Broadcom ARM64-based SoCs Device Tre updates for 6.19, please pull the following: - Peter enables the random number generator on BCM2712 - Stanimir adds the watchdog Device Tree node for BCM2712 * tag 'arm-soc/for-6.19/devicetree-arm64' of https://github.com/Broadcom/stblinux: arm64: dts: broadcom: bcm2712: Add watchdog DT node arm64: dts: broadcom: bcm2712: Enable RNG Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents f8f9c1f + 37c3a91 commit 12e491d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,15 @@
250250
status = "disabled";
251251
};
252252

253+
pm: watchdog@7d200000 {
254+
compatible = "brcm,bcm2712-pm", "brcm,bcm2835-pm-wdt";
255+
reg = <0x7d200000 0x604>;
256+
reg-names = "pm";
257+
#power-domain-cells = <1>;
258+
#reset-cells = <1>;
259+
system-power-controller;
260+
};
261+
253262
pinctrl: pinctrl@7d504100 {
254263
compatible = "brcm,bcm2712c0-pinctrl";
255264
reg = <0x7d504100 0x30>;
@@ -283,6 +292,12 @@
283292
reg = <0x7d510700 0x20>;
284293
};
285294

295+
random: rng@7d208000 {
296+
compatible = "brcm,bcm2711-rng200";
297+
reg = <0x7d208000 0x28>;
298+
status = "okay";
299+
};
300+
286301
interrupt-controller@7d517000 {
287302
compatible = "brcm,bcm7271-l2-intc";
288303
reg = <0x7d517000 0x10>;

0 commit comments

Comments
 (0)