Received: by 2002:ac0:8845:0:0:0:0:0 with SMTP id g63csp1376698img; Tue, 26 Feb 2019 20:53:39 -0800 (PST) X-Google-Smtp-Source: AHgI3IYcNTArLe8TUCs+UFjkVSfNFaVNNsygNfoCeV4DQS7Ytu6k5gy5Z9H9/R7nRSqJhfN4OfX1 X-Received: by 2002:a63:f74c:: with SMTP id f12mr1128179pgk.195.1551243218965; Tue, 26 Feb 2019 20:53:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551243218; cv=none; d=google.com; s=arc-20160816; b=F3jl8yNVTtiTVyy0OI0XlMUgyOIc8WaZPor15UzXGs1aoamx1tAHr3j2+wWV96jc1y gmu6NFLtrBmnIUriSSm5VHeMyoNcPN3KUX7Xe/t5SYn94Jy3i2yy01lEvW8cttuxCxO9 gb7+I2PSWPxJKyHz6O+D3TA1+JO1gGXkQyG527FUxDbqNsFeAffXck7dJV8h5XvSIlh/ S856etp4Q8Lnp74GqANQ8DinNOnLgOduPEFbJiQafOoVHO92taLurxohTBFqbn/KtPKq GJqJEZ5sM6ESQJ5TCymrF0noMUC1Lh6LJsgA7xtR287IeKbjaRgMFRZzcfVXBjXvHNvo 0ahQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=QVYVtYGvyY+sGC5kBfpUqnMBy3pyTizivWEJiX6oj8Y=; b=UY1zDSgiEDfMqh2pnUNCPpv0vsdU4J2K5gILWU44HfWJ6IgocAsooClZP5fyEB9vjA qp3iUGjkg6G7n5EpS+M1Oo5z1+I6YjA9ICZl8CJoKAKGKUHgLhNk+7LlW+A851F9Ko2V vI9/8dE0YNT8O0q79HoCjbv4BvJ9BEKP7UhGD/e6FGXW8Y+wjJGRk1ePwiXVM160hNPK P/iI7a8AgvgczKUMMLujtJmJ8saz5qtShJItFnswExH9oxgncMiE3Afg5ArEK+e5XNxW Lua7Xx8x+B0WpaCzAYa0CdzJkqfK3KzOP8r1MRiubSGyg2vDd6QaHwEKi3e32EORVkc1 026A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q2si14744032plh.79.2019.02.26.20.53.24; Tue, 26 Feb 2019 20:53:38 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729831AbfB0Ew6 (ORCPT + 99 others); Tue, 26 Feb 2019 23:52:58 -0500 Received: from mx.socionext.com ([202.248.49.38]:31042 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729310AbfB0Ew6 (ORCPT ); Tue, 26 Feb 2019 23:52:58 -0500 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 27 Feb 2019 13:52:56 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id 202C16117E; Wed, 27 Feb 2019 13:52:56 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Wed, 27 Feb 2019 13:52:56 +0900 Received: from yuzu.css.socionext.com (yuzu [172.31.8.45]) by kinkan.css.socionext.com (Postfix) with ESMTP id 84A901A04E1; Wed, 27 Feb 2019 13:52:55 +0900 (JST) Received: from M20VSDK.e01.socionext.com (unknown [10.213.118.34]) by yuzu.css.socionext.com (Postfix) with ESMTP id 527AC121B6C; Wed, 27 Feb 2019 13:52:55 +0900 (JST) From: Sugaya Taichi To: linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, soc@kernel.org Cc: Greg Kroah-Hartman , Rob Herring , Mark Rutland , Takao Orito , Kazuhiro Kasai , Shinji Kanematsu , Jassi Brar , Masami Hiramatsu , Sugaya Taichi Subject: [PATCH v4 07/10] dt-bindings: serial: Add Milbeaut serial driver description Date: Wed, 27 Feb 2019 13:53:30 +0900 Message-Id: <1551243210-10826-1-git-send-email-sugaya.taichi@socionext.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add DT bindings document for Milbeaut serial driver. Signed-off-by: Sugaya Taichi Reviewed-by: Rob Herring --- .../devicetree/bindings/serial/milbeaut-uart.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Documentation/devicetree/bindings/serial/milbeaut-uart.txt diff --git a/Documentation/devicetree/bindings/serial/milbeaut-uart.txt b/Documentation/devicetree/bindings/serial/milbeaut-uart.txt new file mode 100644 index 0000000..3d2fb1a --- /dev/null +++ b/Documentation/devicetree/bindings/serial/milbeaut-uart.txt @@ -0,0 +1,21 @@ +Socionext Milbeaut UART controller + +Required properties: +- compatible: should be "socionext,milbeaut-usio-uart". +- reg: offset and length of the register set for the device. +- interrupts: two interrupts specifier. +- interrupt-names: should be "rx", "tx". +- clocks: phandle to the input clock. + +Optional properties: +- auto-flow-control: flow control enable. + +Example: + usio1: usio_uart@1e700010 { + compatible = "socionext,milbeaut-usio-uart"; + reg = <0x1e700010 0x10>; + interrupts = <0 141 0x4>, <0 149 0x4>; + interrupt-names = "rx", "tx"; + clocks = <&clk 2>; + auto-flow-control; + }; -- 1.9.1