mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
arm64: dts: mediatek: add watchdog support for mt8365 SoC
Add watchdog support. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Tested-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com> Link: https://lore.kernel.org/r/20230203-evk-board-support-v8-3-7019f3fd0adf@baylibre.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
ac9a78681b
commit
751ec3da08
|
|
@ -162,6 +162,12 @@ syscfg_pctl: syscfg-pctl@10005000 {
|
||||||
reg = <0 0x10005000 0 0x1000>;
|
reg = <0 0x10005000 0 0x1000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
watchdog: watchdog@10007000 {
|
||||||
|
compatible = "mediatek,mt8365-wdt", "mediatek,mt6589-wdt";
|
||||||
|
reg = <0 0x10007000 0 0x100>;
|
||||||
|
#reset-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
pio: pinctrl@1000b000 {
|
pio: pinctrl@1000b000 {
|
||||||
compatible = "mediatek,mt8365-pinctrl";
|
compatible = "mediatek,mt8365-pinctrl";
|
||||||
reg = <0 0x1000b000 0 0x1000>;
|
reg = <0 0x1000b000 0 0x1000>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user