From patchwork Wed Mar 23 00:40:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Chen X-Patchwork-Id: 12789355 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 55A20C433F5 for ; Wed, 23 Mar 2022 00:42:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=kDXvnHLYZoxz2dvvF3iCnFM8v/BD/cVitMa1//mfcyw=; b=U1xAibycONbCw0 vrNy7fDgUCF2U4RLFXHypIblzHKUE4SDjIS6CQAGa7Iw8xjv5BERy88eZ11t12speYavXqoi91EMV Gx6Tyiczzix+3aUJYcdpQZeRuuRMvwUn4N+hwgt63tkOgrjWQ3J6JMuy6XPGx2uSy6VP8sp5VX8fk DDMAVONK7xe6X0ltcjVJlHMXhGIGCO/4Y46MXKh9nBjfXwZXrKJ1f/gE+qjRvB4AXgo4LypnTfpSt TKySStaC+2LQjYrIiKpBb2NCxUxo3xc1ynpF9hVyLcj6JFkjPUoc7jRhJ2GT+ZFXyMiLlofJyv7vA P8gHmI/ihJ3buzEFoZrA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWp3E-00CUxp-VE; Wed, 23 Mar 2022 00:40:37 +0000 Received: from twspam01.aspeedtech.com ([211.20.114.71]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWp3A-00CUxE-Ux for linux-arm-kernel@lists.infradead.org; Wed, 23 Mar 2022 00:40:34 +0000 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 22N0Thp8001180; Wed, 23 Mar 2022 08:29:44 +0800 (GMT-8) (envelope-from ryan_chen@aspeedtech.com) Received: from localhost.localdomain (192.168.10.10) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 23 Mar 2022 08:40:15 +0800 From: ryan_chen To: , Rob Herring , Joel Stanley , Andrew Jeffery , Philipp Zabel , , , CC: Ryan Chen Subject: [PATCH 1/2] dt-bindings: i2c-new: Add bindings for AST2600 i2C new controller Date: Wed, 23 Mar 2022 08:40:08 +0800 Message-ID: <20220323004009.943298-2-ryan_chen@aspeedtech.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220323004009.943298-1-ryan_chen@aspeedtech.com> References: <20220323004009.943298-1-ryan_chen@aspeedtech.com> MIME-Version: 1.0 X-Originating-IP: [192.168.10.10] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 22N0Thp8001180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220322_174033_386242_5F00450A X-CRM114-Status: GOOD ( 12.77 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org AST2600 support new register set for I2C controller, add bindings document to support driver of i2c new controller Signed-off-by: Ryan Chen --- .../bindings/i2c/aspeed,i2c-new.yaml | 78 +++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 Documentation/devicetree/bindings/i2c/aspeed,i2c-new.yaml diff --git a/Documentation/devicetree/bindings/i2c/aspeed,i2c-new.yaml b/Documentation/devicetree/bindings/i2c/aspeed,i2c-new.yaml new file mode 100644 index 000000000000..2e49c5438ad2 --- /dev/null +++ b/Documentation/devicetree/bindings/i2c/aspeed,i2c-new.yaml @@ -0,0 +1,78 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/i2c/aspeed,i2c-new.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: ASPEED New I2C Controller on the AST26XX SoCs Device Tree Bindings + +maintainers: + - Ryan Chen + +allOf: + - $ref: /schemas/i2c/i2c-controller.yaml# + +properties: + compatible: + enum: + - aspeed,ast2600-i2c-bus + + reg: + minItems: 1 + items: + - description: address offset and range of bus + - description: address offset and range of bus buffer + + interrupts: + maxItems: 1 + + clocks: + maxItems: 1 + description: + root clock of bus, should reference the APB + clock in the second cell + + resets: + maxItems: 1 + + bus-frequency: + minimum: 500 + maximum: 2000000 + default: 100000 + description: frequency of the bus clock in Hz defaults to 100 kHz when not + specified + + multi-master: + type: boolean + description: + states that there is another master active on this bus + +required: + - reg + - compatible + - clocks + - resets + +unevaluatedProperties: false + +examples: + - | + #include + #include + + i2c_gr: i2c-global-regs@0 { + compatible = "aspeed,ast2600-i2c-global", "syscon"; + reg = <0x0 0x20>; + resets = <&syscon ASPEED_RESET_I2C>; + }; + + i2c0: i2c-bus@80 { + #address-cells = <1>; + #size-cells = <0>; + #interrupt-cells = <1>; + compatible = "aspeed,ast2600-i2c-bus"; + reg = <0x80 0x80>, <0xC00 0x20>; + clocks = <&syscon ASPEED_CLK_APB2>; + resets = <&syscon ASPEED_RESET_I2C>; + bus-frequency = <100000>; + };