All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xue Liu <liuxuenetmail@gmail.com>
To: linux-wpan@vger.kernel.org
Subject: [PATCH 1/3] ieee802154: Add device tree documentation for MCR20A
Date: Sat,  3 Feb 2018 21:51:12 +0100	[thread overview]
Message-ID: <1517691074-20306-2-git-send-email-liuxuenetmail@gmail.com> (raw)
In-Reply-To: <1517691074-20306-1-git-send-email-liuxuenetmail@gmail.com>

Signed-off-by: Xue Liu <liuxuenetmail@gmail.com>
---
 .../devicetree/bindings/net/ieee802154/mcr20a.txt  | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt

diff --git a/Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt b/Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt
new file mode 100644
index 0000000..9a39769
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt
@@ -0,0 +1,23 @@
+* MCR20A IEEE 802.15.4 *
+
+Required properties:
+  - compatible:		should be "nxp,mcr20a"
+  - spi-max-frequency:	maximal bus speed, should be set to a frequency
+			lower than 9000000 depends sync or async operation mode
+  - reg:		the chipselect index
+  - interrupts:		the interrupt generated by the device. Non high-level
+			can occur deadlocks while handling isr.
+
+Optional properties:
+  - rst_b-gpio:		GPIO spec for the RST_B pin
+
+Example:
+
+	mcr20a@0 {
+		compatible = "nxp,mcr20a";
+		spi-max-frequency = <9000000>;
+		reg = <0>;
+		interrupts = <17 2>;
+		interrupt-parent = <&gpio>;
+		rst_b-gpio = <&gpio 27 1>
+	};
-- 
2.7.4


  reply	other threads:[~2018-02-03 20:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-03 20:51 [PATCH 0/3] ieee802154: Add support for NXP MCR20A Xue Liu
2018-02-03 20:51 ` Xue Liu [this message]
2018-02-14 15:27   ` [PATCH 1/3] ieee802154: Add device tree documentation for MCR20A Stefan Schmidt
2018-02-03 20:51 ` [PATCH 2/3] ieee802154: Add entry in MAINTAINTERS for MCR20a driver Xue Liu
2018-02-14 15:25   ` Stefan Schmidt
2018-02-03 20:51 ` [PATCH 3/3] ieee802154: Add MCR20A IEEE 802.15.4 device driver Xue Liu
2018-02-14 15:56   ` Stefan Schmidt
2018-02-15 23:21     ` Xue Liu
     [not found]     ` <CAJuUDwsAUDEcUjw3=u8NrnOSqpbVd-xt4hQw=+r814FanBQLSQ@mail.gmail.com>
2018-02-19 15:50       ` Stefan Schmidt
2018-02-05 10:43 ` [PATCH 0/3] ieee802154: Add support for NXP MCR20A Stefan Schmidt

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=1517691074-20306-2-git-send-email-liuxuenetmail@gmail.com \
    --to=liuxuenetmail@gmail.com \
    --cc=linux-wpan@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.