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 914A9D44C60 for ; Thu, 15 Jan 2026 14:55:20 +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=s+7BxkpuGyhLRkxBdkTa5GRaGUMqeoFDo8R/PAVzxk4=; b=Yhy4k79f+vOwdb lVq2h5zuDDCfwYWmOBxu28+4yoiWFm1ykf9SVUsuwB8ysVmJ3bwvjlkTyCMeiaIMcES4JK489gozI u6yku7Ub9rAB8MOBHNFIlRbWYx+sYM/PSkfvhV5WEoHy7YY0cgNijAEIH9k2rtvAqZLDbykgiAOX2 S9ZQnoIx6eiwe5Z/4lR3C79h2nP2ZKa7LRYIEhH2PU/dMaUFAquPcyl2dsGuU2GyqA5RH2/S1u63+ vWVVfnzI3EyAnHrcPKCWaXyu2QiERd7r6S2blDM9RgAzZzpTyqBMxTqPxxRe1MpripNabVJuxiD8y J7Zh65UJG7Pu+tGaKJbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vgOkD-0000000CXic-2Ow4; Thu, 15 Jan 2026 14:54:41 +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 1vgOk0-0000000CXYg-3bpt for linux-riscv@lists.infradead.org; Thu, 15 Jan 2026 14:54:39 +0000 Received: from mail.andestech.com (ATCPCS31.andestech.com [10.0.1.89]) by Atcsqr.andestech.com with ESMTPS id 60FEqqxa039423 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 15 Jan 2026 22:52:52 +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:51 +0800 From: Ben Zong-You Xie To: CC: , , , , , , , , , , , , Ben Zong-You Xie Subject: [PATCH 4/4] riscv: dts: andes: qilai: add I2C controller Date: Thu, 15 Jan 2026 22:52:44 +0800 Message-ID: <20260115145244.435890-5-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 60FEqqxa039423 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260115_065429_286875_5E546BEB X-CRM114-Status: UNSURE ( 6.93 ) X-CRM114-Notice: Please train this message. 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 Add the I2C node to QiLai DTS. Signed-off-by: Ben Zong-You Xie --- arch/riscv/boot/dts/andes/qilai.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/riscv/boot/dts/andes/qilai.dtsi b/arch/riscv/boot/dts/andes/qilai.dtsi index de3de32f8c39..aef641f02a53 100644 --- a/arch/riscv/boot/dts/andes/qilai.dtsi +++ b/arch/riscv/boot/dts/andes/qilai.dtsi @@ -182,5 +182,11 @@ uart0: serial@30300000 { reg-io-width = <4>; no-loopback-test; }; + + i2c: i2c@30800000 { + compatible = "andestech,qilai-i2c","andestech,atciic100"; + reg = <0x0 0x30800000 0x0 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