Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c4c960a authored by Keiji Hayashibara's avatar Keiji Hayashibara Committed by Masahiro Yamada
Browse files

arm64: dts: uniphier: add watchdog node for LD11 and LD20



Add nodes of watchdog timer for UniPhier LD11 and LD20 SoC.
The watchdog timer is included in sysctrl.

Signed-off-by: default avatarKeiji Hayashibara <hayashibara.keiji@socionext.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 5771a8c0
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -367,6 +367,10 @@
				compatible = "socionext,uniphier-ld11-reset";
				compatible = "socionext,uniphier-ld11-reset";
				#reset-cells = <1>;
				#reset-cells = <1>;
			};
			};

			watchdog {
				compatible = "socionext,uniphier-wdt";
			};
		};
		};
	};
	};
};
};
+4 −0
Original line number Original line Diff line number Diff line
@@ -388,6 +388,10 @@
				compatible = "socionext,uniphier-ld20-reset";
				compatible = "socionext,uniphier-ld20-reset";
				#reset-cells = <1>;
				#reset-cells = <1>;
			};
			};

			watchdog {
				compatible = "socionext,uniphier-wdt";
			};
		};
		};
	};
	};
};
};