mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
arm64: dts: meson-axg: Enable watchdog on Meson AXG SoCs
Add the watchdog node also on the AXG platforms. Signed-off-by: Carlo Caione <ccaione@baylibre.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
5e339a1d7e
commit
6f31ba17c8
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user