From patchwork Tue Dec 6 15:47:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: harrymorris12@gmail.com X-Patchwork-Id: 9462831 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7898760231 for ; Tue, 6 Dec 2016 15:48:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6A328283F6 for ; Tue, 6 Dec 2016 15:48:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5F14A28433; Tue, 6 Dec 2016 15:48:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D3F66283F6 for ; Tue, 6 Dec 2016 15:48:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753622AbcLFPsK (ORCPT ); Tue, 6 Dec 2016 10:48:10 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:35623 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751492AbcLFPsK (ORCPT ); Tue, 6 Dec 2016 10:48:10 -0500 Received: by mail-wm0-f66.google.com with SMTP id a20so22360042wme.2 for ; Tue, 06 Dec 2016 07:48:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=If6gqdEpCNsDqpXdMsGYmeXVEz+sDzFElefGoZbhwMI=; b=MSaarE/h08pHQzjPzOz3C9BtlG9YSt3nfeuZJ7YjnHexNSXWSh8E9rRwz+CK8gittY 8GGPKfHD/+rzy5l15/La+gIQVQ+zUzmeFk5teXkVfCWlt35ixWXX3oAdFhAOkjUcHMb5 2Ycn2kTqZ8DqgazZTqCGDNiGuPhM9RD/0I7b8hvshFPhHsLAmFzXtofl8LTkHr9yLO60 LaJImFnrM3/gfThLGIy+G4FLjrxVs5LSi0G7VMpyDI0LCnuDiu8Ui2FRBX0VSZfopU0v v4HQatR5dpg40v0R7ndqjtYKVr9pICtzg4dbwO4a+U0rxVp8LngMoTgpvD45bSP3hRdX TfKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=If6gqdEpCNsDqpXdMsGYmeXVEz+sDzFElefGoZbhwMI=; b=HfjNBenVNkUmWBGFO7N6TDaXyYNYh3Pxcjvdlbqbxd+taZrWKmeRPGPC4Fk4gMvK0w e9pf3w5ohk5SbbKzAqQhf7YLqiGzXt8+uFtWA7WhOsuAFpaBmSP2JWLgwtpUQ+OQh+EL TqKDTUMUIpa3waVhrj9TH+QLPzXfBLnN1o450i9FA2sVK8FM3pwPpT8nzoZfQEgJWBUy WhVJnfMgsbSnph83DeZEdx4j5qjo3FlZz7kCtOSQTbyhjk3Ee2Vy7dRjfP781b27iMgU SPJVibZff1amiKXkrnz63nWEj1b7fP9Hyev10LYzx9mgf9TPf8YCYG4oSBKZufVB/fm6 XdfQ== X-Gm-Message-State: AKaTC00cD/s3n3XdyM9GhXlw8+JdqfMw+UfbGWUipfy4L7ldITUuhguKLGlSklfACuydGw== X-Received: by 10.28.224.5 with SMTP id x5mr3124844wmg.70.1481039288571; Tue, 06 Dec 2016 07:48:08 -0800 (PST) Received: from localhost.localdomain ([89.21.229.165]) by smtp.gmail.com with ESMTPSA id dj5sm26327880wjb.34.2016.12.06.07.48.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 06 Dec 2016 07:48:08 -0800 (PST) From: harrymorris12@gmail.com X-Google-Original-From: h.morris@cascoda.com To: linux-wpan@vger.kernel.org Cc: aar@pengutronix.de, stefan@osg.samsung.com, marcel@holtmann.org, Harry Morris Subject: [PATCH v6 2/3] ieee802154: Add device tree documentation for CA8210 Date: Tue, 6 Dec 2016 15:47:39 +0000 Message-Id: <20161206154740.2992-3-h.morris@cascoda.com> X-Mailer: git-send-email 2.9.3.windows.1 In-Reply-To: <20161206154740.2992-1-h.morris@cascoda.com> References: <20161206154740.2992-1-h.morris@cascoda.com> Sender: linux-wpan-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Harry Morris Signed-off-by: Harry Morris Acked-by: Stefan Schmidt --- .../devicetree/bindings/net/ieee802154/ca8210.txt | 28 ++++++++++++++++++++++ .../devicetree/bindings/vendor-prefixes.txt | 1 + 2 files changed, 29 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/ieee802154/ca8210.txt diff --git a/Documentation/devicetree/bindings/net/ieee802154/ca8210.txt b/Documentation/devicetree/bindings/net/ieee802154/ca8210.txt new file mode 100644 index 0000000..a1046e6 --- /dev/null +++ b/Documentation/devicetree/bindings/net/ieee802154/ca8210.txt @@ -0,0 +1,28 @@ +* CA8210 IEEE 802.15.4 * + +Required properties: + - compatible: Should be "cascoda,ca8210" + - reg: Controlling chip select + - spi-max-frequency: Maximum clock speed, should be *less than* + 4000000 + - spi-cpol: Requires inverted clock polarity + - reset-gpio: GPIO attached to reset + - irq-gpio: GPIO attached to IRQ +Optional properties: + - extclock-enable: Include for the ca8210 to route its 16MHz clock + to an output + - extclock-freq: Frequency in Hz of the external clock + - extclock-gpio: GPIO of the ca8210 to output the clock on + +Example: + ca8210@0 { + compatible = "cascoda,ca8210"; + reg = <0>; + spi-max-frequency = <3000000>; + spi-cpol; + reset-gpio = <&gpio1 1 GPIO_ACTIVE_HIGH>; + irq-gpio = <&gpio1 2 GPIO_ACTIVE_HIGH>; + extclock-enable; + extclock-freq = 16000000; + extclock-gpio = 2; + }; diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 24c6f65..6c5609f 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -47,6 +47,7 @@ brcm Broadcom Corporation buffalo Buffalo, Inc. calxeda Calxeda capella Capella Microsystems, Inc +cascoda Cascoda, Ltd. cavium Cavium, Inc. cdns Cadence Design Systems Inc. ceva Ceva, Inc.