Skip to content

Commit 6361b7d

Browse files
SFxingyuwuConchuOD
authored andcommitted
riscv: dts: starfive: jh7110: Add watchdog node
Add the watchdog node for the Starfive JH7110 SoC. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com> Reviewed-by: Walker Chen <walker.chen@starfivetech.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 435ac3f commit 6361b7d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,16 @@
469469
#gpio-cells = <2>;
470470
};
471471

472+
watchdog@13070000 {
473+
compatible = "starfive,jh7110-wdt";
474+
reg = <0x0 0x13070000 0x0 0x10000>;
475+
clocks = <&syscrg JH7110_SYSCLK_WDT_APB>,
476+
<&syscrg JH7110_SYSCLK_WDT_CORE>;
477+
clock-names = "apb", "core";
478+
resets = <&syscrg JH7110_SYSRST_WDT_APB>,
479+
<&syscrg JH7110_SYSRST_WDT_CORE>;
480+
};
481+
472482
aoncrg: clock-controller@17000000 {
473483
compatible = "starfive,jh7110-aoncrg";
474484
reg = <0x0 0x17000000 0x0 0x10000>;

0 commit comments

Comments
 (0)