diff options
author | Huqiang Qin <[email protected]> | 2023-10-27 18:43:57 +0800 |
---|---|---|
committer | Neil Armstrong <[email protected]> | 2023-11-27 09:01:51 +0100 |
commit | a30c7a73b0ad50c40c01811fa23e74764c3ba007 (patch) | |
tree | b79673a645eff7614c389d21629469276afffa90 | |
parent | beb9c30ba4188e481991d91124c554f61a7ec121 (diff) |
arm64: dts: Add watchdog node for Amlogic C3 SoCs
Add watchdog device.
Signed-off-by: Huqiang Qin <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi b/arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi index 998f5050795c..2ad1f8eef199 100644 --- a/arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi +++ b/arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi @@ -81,6 +81,12 @@ #size-cells = <2>; ranges = <0x0 0x0 0x0 0xfe000000 0x0 0x480000>; + watchdog@2100 { + compatible = "amlogic,c3-wdt", "amlogic,t7-wdt"; + reg = <0x0 0x2100 0x0 0x10>; + clocks = <&xtal>; + }; + periphs_pinctrl: pinctrl@4000 { compatible = "amlogic,c3-periphs-pinctrl"; #address-cells = <2>; |