diff options
author | Carlo Caione | 2015-11-08 13:18:57 +0100 |
---|---|---|
committer | Carlo Caione | 2016-01-04 10:54:45 +0100 |
commit | e9c478a93c113e0ee47f40b80962abe2e2feccc0 (patch) | |
tree | b05ab3cd9d09821add97e8d60c3888065f137767 /arch/arm/boot | |
parent | ea22446a9d170bf7f32bd7f99036e17df918f054 (diff) |
ARM: dts: meson8b: Add watchdog node
With this patch we add the watchdog node in the meson8b DTS file.
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/meson8b.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index ee352bf687ff..8bad5571af46 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -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>; |