Skip to content

Commit 435ac3f

Browse files
SFxingyuwuConchuOD
authored andcommitted
riscv: dts: starfive: jh7100: Add watchdog node
Add watchdog node for the StarFive JH7100 RISC-V SoC. Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 6a887bc commit 435ac3f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/riscv/boot/dts/starfive/jh7100.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,15 @@
238238
#size-cells = <0>;
239239
status = "disabled";
240240
};
241+
242+
watchdog@12480000 {
243+
compatible = "starfive,jh7100-wdt";
244+
reg = <0x0 0x12480000 0x0 0x10000>;
245+
clocks = <&clkgen JH7100_CLK_WDTIMER_APB>,
246+
<&clkgen JH7100_CLK_WDT_CORE>;
247+
clock-names = "apb", "core";
248+
resets = <&rstgen JH7100_RSTN_WDTIMER_APB>,
249+
<&rstgen JH7100_RSTN_WDT>;
250+
};
241251
};
242252
};

0 commit comments

Comments
 (0)