diff options
| author | Huqiang Qin <[email protected]> | 2024-07-09 16:48:26 +0800 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2024-08-20 17:25:40 +0200 |
| commit | 48635ba6f7a15313675d71580ce1015e08e26d97 (patch) | |
| tree | 4e07eaf7acb63f9775e1d2688f56d8b49a9a0956 | |
| parent | 3ab9d54b5d8472c7a2eb28f3dd9610740fb8f0c1 (diff) | |
arm64: dts: amlogic: add watchdog node for A4 SoCs
Add watchdog device.
Signed-off-by: Huqiang Qin <[email protected]>
Signed-off-by: Xianwei Zhao <[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-a4-common.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/amlogic-a4-common.dtsi b/arch/arm64/boot/dts/amlogic/amlogic-a4-common.dtsi index b6106ad4a072..496c3a2bcf25 100644 --- a/arch/arm64/boot/dts/amlogic/amlogic-a4-common.dtsi +++ b/arch/arm64/boot/dts/amlogic/amlogic-a4-common.dtsi @@ -52,6 +52,12 @@ #size-cells = <2>; ranges = <0x0 0x0 0x0 0xfe000000 0x0 0x480000>; + watchdog@2100 { + compatible = "amlogic,a4-wdt", "amlogic,t7-wdt"; + reg = <0x0 0x2100 0x0 0x10>; + clocks = <&xtal>; + }; + uart_b: serial@7a000 { compatible = "amlogic,a4-uart", "amlogic,meson-s4-uart"; |