Skip to content

Commit

Permalink
ARM: dts: rockchip: add watchdog node
Browse files Browse the repository at this point in the history
This adds the Designware compatible watchdog found on RK3xxx Cortex-A9 SoCs.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Heiko Stuebner committed Jul 30, 2014
1 parent 23c93bc commit eb2b9d4
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/rk3066a-bqcurie2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,7 @@
&uart3 {
status = "okay";
};

&wdt {
status = "okay";
};
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/rk3066a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -425,3 +425,7 @@
pinctrl-names = "default";
pinctrl-0 = <&uart3_xfer>;
};

&wdt {
compatible = "rockchip,rk3066-wdt", "snps,dw-wdt";
};
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/rk3188-radxarock.dts
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,7 @@
&uart3 {
status = "okay";
};

&wdt {
status = "okay";
};
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/rk3188.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -400,3 +400,7 @@
pinctrl-names = "default";
pinctrl-0 = <&uart3_xfer>;
};

&wdt {
compatible = "rockchip,rk3188-wdt", "snps,dw-wdt";
};
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/rk3xxx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@
status = "disabled";
};

wdt: watchdog@2004c000 {
compatible = "snps,dw-wdt";
reg = <0x2004c000 0x100>;
clocks = <&cru PCLK_WDT>;
interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};

pwm2: pwm@20050020 {
compatible = "rockchip,rk2928-pwm";
reg = <0x20050020 0x10>;
Expand Down

0 comments on commit eb2b9d4

Please sign in to comment.