Skip to content

Commit

Permalink
ARM: dts: meson8b: Add watchdog node
Browse files Browse the repository at this point in the history
With this patch we add the watchdog node in the meson8b DTS file.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
  • Loading branch information
Carlo Caione committed Jan 4, 2016
1 parent ea22446 commit e9c478a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/meson8b.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@
#interrupt-cells = <3>;
};

wdt: watchdog@c1109900 {
compatible = "amlogic,meson8b-wdt";
reg = <0xc1109900 0x8>;
interrupts = <0 0 1>;
};

timer@c1109940 {
compatible = "amlogic,meson6-timer";
reg = <0xc1109940 0x18>;
Expand Down

0 comments on commit e9c478a

Please sign in to comment.