Commit 6f31ba17 authored by Carlo Caione's avatar Carlo Caione Committed by Kevin Hilman

arm64: dts: meson-axg: Enable watchdog on Meson AXG SoCs

Add the watchdog node also on the AXG platforms.
Signed-off-by: default avatarCarlo Caione <ccaione@baylibre.com>
Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 5e339a1d
......@@ -1551,6 +1551,12 @@ gpio_intc: interrupt-controller@f080 {
status = "disabled";
};
watchdog@f0d0 {
compatible = "amlogic,meson-gxbb-wdt";
reg = <0x0 0xf0d0 0x0 0x10>;
clocks = <&xtal>;
};
pwm_ab: pwm@1b000 {
compatible = "amlogic,meson-axg-ee-pwm";
reg = <0x0 0x1b000 0x0 0x20>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment