diff options
author | Jon Mason <jonmason@broadcom.com> | 2015-11-02 13:40:58 -0500 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2015-11-16 10:48:56 -0800 |
commit | 1a9d53cabaf4d3c57a65e7808a64eb7937abba11 (patch) | |
tree | 9a9bad4a16dfe88167d072fc33ea16117259f4a0 /arch/arm/boot/dts/bcm-nsp.dtsi | |
parent | 41254754aa03ed8c223094799f1d3779c442aae4 (diff) |
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 <jonmason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm-nsp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm-nsp.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ interrupts = <GIC_PPI 11 IRQ_TYPE_LEVEL_HIGH>; clocks = <&periph_clk>; }; + + twd-timer@19020600 { + compatible = "arm,cortex-a9-twd-timer"; + reg = <0x0600 0x20>; + interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(2) | + IRQ_TYPE_LEVEL_HIGH)>; + clocks = <&periph_clk>; + }; + + twd-watchdog@19020620 { + compatible = "arm,cortex-a9-twd-wdt"; + reg = <0x0620 0x20>; + interrupts = <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | + IRQ_TYPE_LEVEL_HIGH)>; + clocks = <&periph_clk>; + }; }; clocks { |