Skip to content

Commit

Permalink
mips: mt76xx: Add watchdog DT node to mt7628a.dtsi
Browse files Browse the repository at this point in the history
Add the watchdog DT node to the DTS file.

Signed-off-by: Stefan Roese <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
  • Loading branch information
stroese authored and danielschwierzeck committed Nov 18, 2018
1 parent 60f6be1 commit 9a89b2b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/mips/dts/mt7628a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@
mask = <0x1>;
};

watchdog: watchdog@100 {
compatible = "ralink,mt7628a-wdt", "mediatek,mt7621-wdt";
reg = <0x100 0x30>;

resets = <&resetc 8>;
reset-names = "wdt";

interrupt-parent = <&intc>;
interrupts = <24>;
};

intc: interrupt-controller@200 {
compatible = "ralink,rt2880-intc";
reg = <0x200 0x100>;
Expand Down

0 comments on commit 9a89b2b

Please sign in to comment.