From: jonmason@broadcom.com (Jon Mason)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND 3/3] ARM: dts: NSP: Add TWD Support to DT
Date: Mon, 2 Nov 2015 13:40:58 -0500 [thread overview]
Message-ID: <1446489658-29705-4-git-send-email-jonmason@broadcom.com> (raw)
In-Reply-To: <1446489658-29705-1-git-send-email-jonmason@broadcom.com>
Add support for the ARM TWD Timer and Watchdog to the Northstar Plus
device tree.
Signed-off-by: Jon Mason <jonmason@broadcom.com>
---
arch/arm/boot/dts/bcm-nsp.dtsi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index 62bc86f..4bcdd28 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 at 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 at 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 {
--
1.9.1
next prev parent reply other threads:[~2015-11-02 18:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-02 18:40 [PATCH RESEND 0/3] ARM: dts: NSP: Add PCI, NAND, and TWD Support to DT Jon Mason
2015-11-02 18:40 ` [PATCH RESEND 1/3] ARM: dts: NSP: Add PCI support Jon Mason
2015-11-02 18:40 ` [PATCH RESEND 2/3] ARM: dts: NSP: Add NAND Support to DT Jon Mason
2015-11-02 18:40 ` Jon Mason [this message]
2015-11-02 18:45 ` [PATCH RESEND 0/3] ARM: dts: NSP: Add PCI, NAND, and TWD " Florian Fainelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1446489658-29705-4-git-send-email-jonmason@broadcom.com \
--to=jonmason@broadcom.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).