From: manabian@gmail.com (Joachim Eastwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/6] doc: dt: add documentation for lpc3250-timer
Date: Wed, 1 Apr 2015 23:20:40 +0200 [thread overview]
Message-ID: <1427923243-26296-4-git-send-email-manabian@gmail.com> (raw)
In-Reply-To: <1427923243-26296-1-git-send-email-manabian@gmail.com>
Add DT bindings documentation for lpc3250-timer. This timer is
used as clocksource on many NXP platforms.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
---
.../bindings/timer/nxp,lpc3250-timer.txt | 25 ++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 Documentation/devicetree/bindings/timer/nxp,lpc3250-timer.txt
diff --git a/Documentation/devicetree/bindings/timer/nxp,lpc3250-timer.txt b/Documentation/devicetree/bindings/timer/nxp,lpc3250-timer.txt
new file mode 100644
index 000000000000..9381c3e1d5aa
--- /dev/null
+++ b/Documentation/devicetree/bindings/timer/nxp,lpc3250-timer.txt
@@ -0,0 +1,25 @@
+* NXP LPC3250 timer
+
+The NXP LPC3250 timer is used on a wide range of NXP SoCs. This
+includes LPC32xx, LPC178x, LPC18xx and LPC43xx parts.
+
+Required properties:
+- compatible:
+ Should be "nxp,lpc3250-timer".
+- reg:
+ Address and length of the register set.
+- interrupts:
+ Reference to the timer interrupt
+- clocks:
+ Should contain a reference to the timer clock.
+
+
+Example:
+
+timer1: timer at 40085000 {
+ compatible = "nxp,lpc3250-timer";
+ reg = <0x40085000 0x1000>;
+ interrupts = <13>;
+ clocks = <&ccu1 CLK_CPU_TIMER1>;
+};
+
--
1.8.0
next prev parent reply other threads:[~2015-04-01 21:20 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-01 21:20 [PATCH 0/6] Add support for NXP LPC18xx family Joachim Eastwood
2015-04-01 21:20 ` [PATCH 1/6] ARM: lpc18xx: add basic support for NXP LPC18xx/43xx SoCs Joachim Eastwood
2015-04-02 14:21 ` Arnd Bergmann
2015-04-02 16:48 ` Joachim Eastwood
2015-04-02 22:25 ` Ezequiel Garcia
2015-04-09 20:23 ` Arnd Bergmann
2015-04-01 21:20 ` [PATCH 2/6] clocksource: add lpc32xx timer driver Joachim Eastwood
2015-04-02 14:24 ` Arnd Bergmann
2015-04-02 16:35 ` Joachim Eastwood
2015-04-09 20:24 ` Arnd Bergmann
2015-04-09 20:43 ` Joachim Eastwood
2015-04-01 21:20 ` Joachim Eastwood [this message]
2015-04-01 21:20 ` [PATCH 4/6] ARM: dts: Add base DT for NXP LPC18xx and LPC4357 Joachim Eastwood
2015-04-02 14:25 ` Arnd Bergmann
2015-04-02 16:36 ` Joachim Eastwood
2015-04-01 21:20 ` [PATCH 5/6] ARM: dts: Add DT for Embedded Artist LPC4357 Developers Kit Joachim Eastwood
2015-04-01 21:20 ` [PATCH 6/6] ARM: lpc18xx: add kernel config Joachim Eastwood
2015-04-02 14:26 ` [PATCH 0/6] Add support for NXP LPC18xx family Arnd Bergmann
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=1427923243-26296-4-git-send-email-manabian@gmail.com \
--to=manabian@gmail.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).