From: Jon Mason Date: Mon, 2 Nov 2015 18:40:58 +0000 (-0500) Subject: ARM: dts: NSP: Add TWD Support to DT X-Git-Tag: v4.5-rc1~43^2~33^2~17 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=1a9d53cabaf4d3c57a65e7808a64eb7937abba11;p=linux.git ARM: dts: NSP: Add TWD Support to DT Add support for the ARM TWD Timer and Watchdog to the Northstar Plus device tree. Signed-off-by: Jon Mason Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi index 62bc86fca958..4bcdd28fd2ac 100644 --- a/arch/arm/boot/dts/bcm-nsp.dtsi +++ b/arch/arm/boot/dts/bcm-nsp.dtsi @@ -80,6 +80,22 @@ timer@19020200 { interrupts = ; clocks = <&periph_clk>; }; + + twd-timer@19020600 { + compatible = "arm,cortex-a9-twd-timer"; + reg = <0x0600 0x20>; + interrupts = ; + clocks = <&periph_clk>; + }; + + twd-watchdog@19020620 { + compatible = "arm,cortex-a9-twd-wdt"; + reg = <0x0620 0x20>; + interrupts = ; + clocks = <&periph_clk>; + }; }; clocks {