From mboxrd@z Thu Jan 1 00:00:00 1970 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 377C9D44C5E for ; Thu, 15 Jan 2026 14:55:50 +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=qLjzds+dkNJ+CGuY/uoygAJWxBQgXiMzx/jgpu73kC0=; b=blF5WRu8d+zwGf 0MFdpB/hKwRnJUpcXjVY/jEi8ApJOVEhc1CTIXAFkO6C/nG2vpPfyrPHz+8HQcuDFLbCAHioq6U0L jr/o/jyz+11o+4yu9SZAJy4tYmy/O0TDQZqMars8Bs0r6oCWTnSDvqcCWgj6cuk/e7vpQQvP9gQiD Flyp6A8InuajsLzyCE/lqX/p0BoA8uX9JEhOFViNR5UkOQk8pRCoXQVmYLnBf+frzaT6uya6db96k /WXwgI0FLckx7v7RygOsI2QoL0N6HlMJFJIPv3oSJItma10myTsAIFtdXP99dnPYM49YgVxG+43Ea La+Sk32DMuOYpJpaxBww==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vgOkn-0000000CXwb-0UtF; Thu, 15 Jan 2026 14:55:17 +0000 Received: from 60-248-80-70.hinet-ip.hinet.net ([60.248.80.70] helo=Atcsqr.andestech.com) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vgOkg-0000000CXp0-30Xz for linux-riscv@lists.infradead.org; Thu, 15 Jan 2026 14:55:15 +0000 Received: from mail.andestech.com (ATCPCS31.andestech.com [10.0.1.89]) by Atcsqr.andestech.com with ESMTPS id 60FEqmJS039368 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 15 Jan 2026 22:52:48 +0800 (+08) (envelope-from ben717@andestech.com) Received: from swlinux02.andestech.com (10.0.15.183) by ATCPCS31.andestech.com (10.0.1.89) with Microsoft SMTP Server id 14.3.498.0; Thu, 15 Jan 2026 22:52:48 +0800 From: Ben Zong-You Xie To: CC: , , , , , , , , , , , , Ben Zong-You Xie Subject: [PATCH 1/4] dt-bindings: i2c: add support for Andes I2C controller Date: Thu, 15 Jan 2026 22:52:41 +0800 Message-ID: <20260115145244.435890-2-ben717@andestech.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20260115145244.435890-1-ben717@andestech.com> References: <20260115145244.435890-1-ben717@andestech.com> MIME-Version: 1.0 X-Originating-IP: [10.0.15.183] X-DKIM-Results: atcpcs31.andestech.com; dkim=none; X-DNSRBL: X-MAIL: Atcsqr.andestech.com 60FEqmJS039368 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260115_065511_137515_80089A8D X-CRM114-Status: GOOD ( 10.21 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Document device tree bindings for Andes I2C controller. Signed-off-by: Ben Zong-You Xie --- .../bindings/i2c/andestech,atciic100.yaml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Documentation/devicetree/bindings/i2c/andestech,atciic100.yaml diff --git a/Documentation/devicetree/bindings/i2c/andestech,atciic100.yaml b/Documentation/devicetree/bindings/i2c/andestech,atciic100.yaml new file mode 100644 index 000000000000..dcbcafc8d6bd --- /dev/null +++ b/Documentation/devicetree/bindings/i2c/andestech,atciic100.yaml @@ -0,0 +1,44 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/i2c/andestech,atciic100.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Andes I2C controller on QiLai SoC and AE350 platform + +maintainers: + - Ben Zong-You Xie + +allOf: + - $ref: /schemas/i2c/i2c-controller.yaml# + +properties: + compatible: + items: + - enum: + - andestech,qilai-i2c + - andestech,ae350-i2c + - const: andestech,atciic100 + + reg: + maxItems: 1 + + interrupts: + maxItems: 1 + +required: + - compatible + - reg + - interrupts + +unevaluatedProperties: false + +examples: + - | + #include + + i2c@30800000 { + compatible = "andestech,qilai-i2c","andestech,atciic100"; + reg = <0x30800000 0x100000>; + interrupts = <6 IRQ_TYPE_LEVEL_HIGH>; + }; -- 2.34.1 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv