From: Ben Whitten <ben.whitten@gmail.com>
To: linux-lpwan@lists.infradead.org, afaerber@suse.de
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, Ben Whitten <ben.whitten@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
"David S. Miller" <davem@davemloft.net>
Subject: [PATCH lora-next 3/4] dt-bindings: lora: sx125x: add clock bindings
Date: Tue, 8 Jan 2019 17:41:31 +0900 [thread overview]
Message-ID: <20190108084132.10214-3-ben.whitten@gmail.com> (raw)
In-Reply-To: <20190108084132.10214-1-ben.whitten@gmail.com>
The sx125x consumes a 32MHz clock and if it is coupled with a sx130x
concentrator may also provide a gated version of this 32MHz for the
concentrator.
In the example we connect to output 0 of "txco" clock source. The radio
also provides a single clock output, hence "#clock-cells = <0>", named
"clk32m" for consumption by the sx130x concentrator.
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
---
.../{ => net}/lora/semtech,sx125x.yaml | 27 +++++++++++++++++++
1 file changed, 27 insertions(+)
rename Documentation/devicetree/bindings/{ => net}/lora/semtech,sx125x.yaml (67%)
diff --git a/Documentation/devicetree/bindings/lora/semtech,sx125x.yaml b/Documentation/devicetree/bindings/net/lora/semtech,sx125x.yaml
similarity index 67%
rename from Documentation/devicetree/bindings/lora/semtech,sx125x.yaml
rename to Documentation/devicetree/bindings/net/lora/semtech,sx125x.yaml
index 5eadec860b70..c2fb4ac06341 100644
--- a/Documentation/devicetree/bindings/lora/semtech,sx125x.yaml
+++ b/Documentation/devicetree/bindings/net/lora/semtech,sx125x.yaml
@@ -33,13 +33,40 @@ properties:
description: The frequency of the SPI communication to the radio,
in Hz. Maximum SPI frequency is 10MHz.
+ clocks:
+ maxItems: 1
+ description: 32MHz clock provider
+
+ clock-names:
+ items:
+ - const: txco
+
+ clock-output-names:
+ items:
+ - const: clk32m
+ description: 32MHz output clock name
+
+ '#clock-cells':
+ const: 0
+
required:
- compatible
- reg
examples:
- |
+ tcxo: dummy32m {
+ compatible = "fixed-clock";
+ clock-frequency = <32000000>;
+ clock-output-names = "tcxo";
+ #clock-cells = <0>;
+ };
+
radio0: lora@0 {
compatible = "semtech,sx1257";
reg = <0>;
+ clocks = <&tcxo 0>;
+ clock-names = "tcxo";
+ clock-output-names = "clk32m";
+ #clock-cells = <0>;
};
--
2.17.1
next prev parent reply other threads:[~2019-01-08 8:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-08 8:41 [PATCH lora-next 1/4] dt-bindings: lora: sx130x: add basic documentation Ben Whitten
2019-01-08 8:41 ` [PATCH lora-next 2/4] dt-bindings: lora: sx125x: " Ben Whitten
2019-01-12 3:48 ` Andreas Färber
2019-01-12 3:48 ` Andreas Färber
2019-01-16 17:22 ` Ben Whitten
2019-01-08 8:41 ` Ben Whitten [this message]
2019-01-12 4:14 ` [PATCH lora-next 3/4] dt-bindings: lora: sx125x: add clock bindings Andreas Färber
2019-01-08 8:41 ` [PATCH lora-next 4/4] dt-bindings: lora: sx130x: " Ben Whitten
2019-01-12 4:44 ` Andreas Färber
2019-01-12 3:37 ` [PATCH lora-next 1/4] dt-bindings: lora: sx130x: add basic documentation Andreas Färber
2019-01-12 3:37 ` Andreas Färber
2019-01-16 16:41 ` Ben Whitten
2019-01-21 19:14 ` Rob Herring
2019-01-21 19:27 ` Rob Herring
2019-01-21 20:11 ` Rob Herring
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=20190108084132.10214-3-ben.whitten@gmail.com \
--to=ben.whitten@gmail.com \
--cc=afaerber@suse.de \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-lpwan@lists.infradead.org \
--cc=mark.rutland@arm.com \
--cc=netdev@vger.kernel.org \
--cc=robh+dt@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 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).