mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: Add watchdog node for Amlogic-T7 SoCs
Add watchdog device. Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com> Reviewed-by: Dmitry Rokosov <ddrokosov@sberdevices.ru> Link: https://lore.kernel.org/r/20230802033222.4024946-5-huqiang.qin@amlogic.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
cfae4eadb7
commit
8a63d22183
1 changed files with 6 additions and 0 deletions
|
@ -143,6 +143,12 @@
|
|||
#size-cells = <2>;
|
||||
ranges = <0x0 0x0 0x0 0xfe000000 0x0 0x480000>;
|
||||
|
||||
watchdog@2100 {
|
||||
compatible = "amlogic,t7-wdt";
|
||||
reg = <0x0 0x2100 0x0 0x10>;
|
||||
clocks = <&xtal>;
|
||||
};
|
||||
|
||||
uart_a: serial@78000 {
|
||||
compatible = "amlogic,t7-uart", "amlogic,meson-s4-uart";
|
||||
reg = <0x0 0x78000 0x0 0x18>;
|
||||
|
|
Loading…
Add table
Reference in a new issue