提交 a563e192 编写于 作者: J Joel Stanley

ARM: dts: aspeed: Add watchdog clocks

Reviewed-by: NCédric Le Goater <clg@kaod.org>
Signed-off-by: NJoel Stanley <joel@jms.id.au>
上级 deb95c59
...@@ -177,11 +177,13 @@ ...@@ -177,11 +177,13 @@
wdt1: watchdog@1e785000 { wdt1: watchdog@1e785000 {
compatible = "aspeed,ast2400-wdt"; compatible = "aspeed,ast2400-wdt";
reg = <0x1e785000 0x1c>; reg = <0x1e785000 0x1c>;
clocks = <&syscon ASPEED_CLK_APB>;
}; };
wdt2: watchdog@1e785020 { wdt2: watchdog@1e785020 {
compatible = "aspeed,ast2400-wdt"; compatible = "aspeed,ast2400-wdt";
reg = <0x1e785020 0x1c>; reg = <0x1e785020 0x1c>;
clocks = <&syscon ASPEED_CLK_APB>;
}; };
vuart: serial@1e787000 { vuart: serial@1e787000 {
......
...@@ -219,16 +219,19 @@ ...@@ -219,16 +219,19 @@
wdt1: watchdog@1e785000 { wdt1: watchdog@1e785000 {
compatible = "aspeed,ast2500-wdt"; compatible = "aspeed,ast2500-wdt";
reg = <0x1e785000 0x20>; reg = <0x1e785000 0x20>;
clocks = <&syscon ASPEED_CLK_APB>;
}; };
wdt2: watchdog@1e785020 { wdt2: watchdog@1e785020 {
compatible = "aspeed,ast2500-wdt"; compatible = "aspeed,ast2500-wdt";
reg = <0x1e785020 0x20>; reg = <0x1e785020 0x20>;
clocks = <&syscon ASPEED_CLK_APB>;
}; };
wdt3: watchdog@1e785040 { wdt3: watchdog@1e785040 {
compatible = "aspeed,ast2500-wdt"; compatible = "aspeed,ast2500-wdt";
reg = <0x1e785040 0x20>; reg = <0x1e785040 0x20>;
clocks = <&syscon ASPEED_CLK_APB>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册