mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
arm: dts: add watchdog-node for mt7622
adding a watchdog-node to mt7622 dtsi Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
This commit is contained in:
parent
b5d4cbbf13
commit
35d0fdbf17
1 changed files with 5 additions and 0 deletions
|
@ -142,6 +142,11 @@
|
|||
reg = <0x10212000 0x800>;
|
||||
};
|
||||
|
||||
wdt-reboot {
|
||||
compatible = "wdt-reboot";
|
||||
wdt = <&watchdog>;
|
||||
};
|
||||
|
||||
gic: interrupt-controller@10300000 {
|
||||
compatible = "arm,gic-400";
|
||||
interrupt-controller;
|
||||
|
|
Loading…
Reference in a new issue