From patchwork Mon Jan 16 22:54:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 91584 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp233048qgi; Mon, 16 Jan 2017 14:55:35 -0800 (PST) X-Received: by 10.84.232.10 with SMTP id h10mr54023857plk.121.1484607335629; Mon, 16 Jan 2017 14:55:35 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 61si7820515plz.304.2017.01.16.14.55.35; Mon, 16 Jan 2017 14:55:35 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-serial-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-serial-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-serial-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751683AbdAPWyz (ORCPT + 2 others); Mon, 16 Jan 2017 17:54:55 -0500 Received: from mail-ot0-f196.google.com ([74.125.82.196]:34920 "EHLO mail-ot0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751236AbdAPWyr (ORCPT ); Mon, 16 Jan 2017 17:54:47 -0500 Received: by mail-ot0-f196.google.com with SMTP id 65so7671373otq.2; Mon, 16 Jan 2017 14:54:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=sp1C0AwDoplLZdsAHww0LhNuDxt+aDElRlur4mDs7jQ=; b=iOzxjTTeyy92JBJHFi7WKUXDLiOwFfveHAxeLrXsm5rCuLopIBobqwH+V5G8GoqPib o5vGYE322zIvgqe45wzOEcdOQvCnKiVn757nB8bZjwi4gScaktyB4ns0RLNU1Z3Zw76R 7oSXJZqZ2pjSebv5kCADoo7mCSsoaLfnPPnJEqcloG6Tmjc6AZfwQ2xTPJSCzlZhPVkD TpjXtzYwE2aQhQIeR7Sv6xWqCtee1fFwjfPOatR5OiaWDgq0nVoZPgN+vwe3k8VDm2r5 9nb98hMDlhtcHfNe8fyrsSprN8Adrk5/aEaQHrXh5WxuPbMDUhbQHS/TnqPwRHOJF4Pg wX7w== X-Gm-Message-State: AIkVDXK++/UyPWhv10mATzjyAlFQ7Gy8GlwSNpQjAf8d2inmoz6UA6dzv52vXVHchNfrzg== X-Received: by 10.157.52.253 with SMTP id t58mr19201213otd.161.1484607286868; Mon, 16 Jan 2017 14:54:46 -0800 (PST) Received: from rob-hp-laptop.herring.priv (72-48-98-129.dyn.grandenetworks.net. [72.48.98.129]) by smtp.googlemail.com with ESMTPSA id s125sm11601254oia.0.2017.01.16.14.54.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Jan 2017 14:54:46 -0800 (PST) From: Rob Herring To: Greg Kroah-Hartman , Marcel Holtmann , Jiri Slaby , Sebastian Reichel , Arnd Bergmann , "Dr . H . Nikolaus Schaller" , Peter Hurley , Andy Shevchenko , Alan Cox Cc: Loic Poulain , Pavel Machek , NeilBrown , Linus Walleij , linux-bluetooth@vger.kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 6/9] dt/bindings: Add a serial/UART attached device binding Date: Mon, 16 Jan 2017 16:54:33 -0600 Message-Id: <20170116225436.17505-7-robh@kernel.org> X-Mailer: git-send-email 2.10.1 In-Reply-To: <20170116225436.17505-1-robh@kernel.org> References: <20170116225436.17505-1-robh@kernel.org> Sender: linux-serial-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org Add a common binding for describing serial/UART attached devices. Common examples are Bluetooth, WiFi, NFC and GPS devices. Serial attached devices are represented as child nodes of a UART node. This may need to be extended for more complex devices with multiple interfaces, but for the simple cases a child node is sufficient. Signed-off-by: Rob Herring --- v2: - Drop reg property - Add max-speed property .../devicetree/bindings/serial/slave-device.txt | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Documentation/devicetree/bindings/serial/slave-device.txt -- 2.10.1 -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/devicetree/bindings/serial/slave-device.txt b/Documentation/devicetree/bindings/serial/slave-device.txt new file mode 100644 index 000000000000..f66037928f5f --- /dev/null +++ b/Documentation/devicetree/bindings/serial/slave-device.txt @@ -0,0 +1,36 @@ +Serial Slave Device DT binding + +This documents the binding structure and common properties for serial +attached devices. Common examples include Bluetooth, WiFi, NFC and GPS +devices. + +Serial attached devices shall be a child node of the host UART device the +slave device is attached to. It is expected that the attached device is +the only child node of the UART device. The slave device node name shall +reflect the generic type of device for the node. + +Required Properties: + +- compatible : A string reflecting the vendor and specific device the node + represents. + +Optional Properties: + +- max-speed : The maximum baud rate the device operates at. This should + only be present if the maximum is less than the slave device + can support. For example, a particular board has some signal + quality issue or the host processor can't support higher + baud rates. + +Example: + +serial@1234 { + compatible = "ns16550a"; + interrupts = <1>; + + bluetooth { + compatible = "brcm,bcm43341-bt"; + interrupt-parent = <&gpio>; + interrupts = <10>; + }; +};