bmips: bcm6358: add watchdog
Watchdog node was missing in commit029093a302
. Fixes:029093a302
("bmips: add new target") Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
f0d5eb149e
commit
fc2a4e5682
@ -149,6 +149,15 @@
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
wdt: watchdog@fffe005c {
|
||||
compatible = "brcm,bcm7038-wdt";
|
||||
reg = <0xfffe005c 0xc>;
|
||||
|
||||
clocks = <&periph_osc>;
|
||||
|
||||
timeout-sec = <30>;
|
||||
};
|
||||
|
||||
pinctrl: pin-controller@fffe0080 {
|
||||
compatible = "brcm,bcm6358-pinctrl";
|
||||
reg = <0xfffe0080 0x8>,
|
||||
|
Loading…
Reference in New Issue
Block a user