Skip to content

Commit 87a6c3c

Browse files
Stanimir Varbanovffainelli
authored andcommitted
arm64: dts: broadcom: bcm2712: Add watchdog DT node
Add watchdog device-tree node for bcm2712 SoC. Signed-off-by: Stanimir Varbanov <svarbanov@suse.de> Link: https://lore.kernel.org/r/20251031183309.1163384-5-svarbanov@suse.de Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 05f790b commit 87a6c3c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 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>;

0 commit comments

Comments
 (0)