From: manabian@gmail.com (Joachim Eastwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 3/7] doc: dt: add documentation for lpc3220-timer
Date: Tue, 12 May 2015 00:00:49 +0200 [thread overview]
Message-ID: <1431381653-25356-4-git-send-email-manabian@gmail.com> (raw)
In-Reply-To: <1431381653-25356-1-git-send-email-manabian@gmail.com>
Add DT bindings documentation for lpc3220-timer. This timer is
used as clocksource on many NXP platforms.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
---
.../bindings/timer/nxp,lpc3220-timer.txt | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 Documentation/devicetree/bindings/timer/nxp,lpc3220-timer.txt
diff --git a/Documentation/devicetree/bindings/timer/nxp,lpc3220-timer.txt b/Documentation/devicetree/bindings/timer/nxp,lpc3220-timer.txt
new file mode 100644
index 000000000000..51b05a0e70d1
--- /dev/null
+++ b/Documentation/devicetree/bindings/timer/nxp,lpc3220-timer.txt
@@ -0,0 +1,26 @@
+* NXP LPC3220 timer
+
+The NXP LPC3220 timer is used on a wide range of NXP SoCs. This
+includes LPC32xx, LPC178x, LPC18xx and LPC43xx parts.
+
+Required properties:
+- compatible:
+ Should be "nxp,lpc3220-timer".
+- reg:
+ Address and length of the register set.
+- interrupts:
+ Reference to the timer interrupt
+- clocks:
+ Should contain a reference to timer clock.
+- clock-names:
+ Should contain "timerclk".
+
+Example:
+
+timer1: timer at 40085000 {
+ compatible = "nxp,lpc3220-timer";
+ reg = <0x40085000 0x1000>;
+ interrupts = <13>;
+ clocks = <&ccu1 CLK_CPU_TIMER1>;
+ clock-names = "timerclk";
+};
--
1.8.0
next prev parent reply other threads:[~2015-05-11 22:00 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-11 22:00 [PATCH v4 0/7] Add support for NXP LPC18xx family Joachim Eastwood
2015-05-11 22:00 ` [PATCH v4 1/7] ARM: lpc18xx: add basic support for NXP LPC18xx/43xx SoCs Joachim Eastwood
2015-05-15 19:58 ` Arnd Bergmann
2015-05-19 7:26 ` Geert Uytterhoeven
2015-05-19 8:39 ` Joachim Eastwood
2015-05-19 8:45 ` Geert Uytterhoeven
2015-05-19 9:11 ` Arnd Bergmann
2015-05-19 9:25 ` Geert Uytterhoeven
2015-05-11 22:00 ` [PATCH v4 2/7] clocksource: add lpc32xx timer driver Joachim Eastwood
2015-05-12 1:32 ` Ezequiel Garcia
2015-05-12 7:32 ` Daniel Lezcano
2015-05-15 20:01 ` Arnd Bergmann
2015-05-18 12:09 ` Daniel Lezcano
2015-05-11 22:00 ` Joachim Eastwood [this message]
2015-05-18 12:09 ` [PATCH v4 3/7] doc: dt: add documentation for lpc3220-timer Daniel Lezcano
2015-05-11 22:00 ` [PATCH v4 4/7] ARM: dts: Add base DT for NXP LPC18xx Joachim Eastwood
2015-05-15 20:30 ` Arnd Bergmann
2015-05-11 22:00 ` [PATCH v4 5/7] ARM: dts: Add DT for Embedded Artists LPC4357 Developers Kit Joachim Eastwood
2015-05-11 22:00 ` [PATCH v4 6/7] ARM: dts: Add DT for Hitex LPC4350 Evaluation Board Joachim Eastwood
2015-05-11 22:00 ` [PATCH v4 7/7] ARM: lpc18xx: add kernel config Joachim Eastwood
2015-05-15 20:03 ` 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=1431381653-25356-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).