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 7A9BECCD1A5 for ; Tue, 21 Oct 2025 09:45:59 +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:Cc:To:In-Reply-To:References:Message-Id :MIME-Version:Subject:Date:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=y7PFyTqi0jzut8IYecL4QG7+RfwwFl3fbU9o1uSY/BQ=; b=Mgjb1XYvojzck2 SJUrM/5/EJHW2XFo6OMNp+PfVExpJkFflnQ3ZAIsNatX6e5ZpSdV11PLLG+0cmpPLuiZT9x0GJ9N/ qWdMgwTDytvzfy1MJVAqy6vxnu4wntLu3tXfLwGMHvEGSWBMI0pT8h4HsQghHYwGsLkvcN3yU5VGa GXfI6THTa9+a+9XjHGli5tfywLyZmXQL3NcOeYS78jZ4ctb8OJKeelIesrU+P/l+L/lnYhad27PQc Mhib5HRAHjXWp4kYdvkMk1WEgTLBrRhkDaZ43fRZsX5h57P4ESrb6Hle56vidcNwzxJ/63v946Axr 2x4zh9sJPZD5KC9dwB1w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vB8w8-0000000GVf9-07fr; Tue, 21 Oct 2025 09:45:48 +0000 Received: from sender4-op-o15.zoho.com ([136.143.188.15]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vB8w5-0000000GVce-2JM4 for linux-riscv@lists.infradead.org; Tue, 21 Oct 2025 09:45:46 +0000 ARC-Seal: i=1; a=rsa-sha256; t=1761039935; cv=none; d=zohomail.com; s=zohoarc; b=HQkxjO5iKvKerkP31KU/PD9qvpi37bFi+/V4w27Fs1//eTTx8V24CjbTKVS1E2gADYCfsH0l5tnyRDlhYc9yKKFf3CY/WNN7B0BmlIHxkmmoX2YSbZq1QAke0eBFFgyDpsNL0I6dq0t8gm1gdsjkgy3heEBxoQlah0WgAuKXY+M= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1761039935; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=5rI5kYlc0kJFlzyj6FrlL3BrdxouM7Eoa2weCOJQey4=; b=LVlxBy+T19swqdTKQAebVq5KKzXbeC6qv80h6PxM/7NjAUDNRzOx+QYVZmz0n42Gx12B8y+yblIbxPpcDfjDq2Ot+5hvbhz3O9KXLTIMjN6UxqlZ51yPSOYVr7UPOo4EVpbyTan3lC4+j7H/uSTtwGa4/WceeKcnQfAwiqApDPw= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=pigmoral.tech; spf=pass smtp.mailfrom=junhui.liu@pigmoral.tech; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1761039935; s=zmail; d=pigmoral.tech; i=junhui.liu@pigmoral.tech; h=From:From:Date:Date:Subject:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Message-Id:References:In-Reply-To:To:To:Cc:Cc:Reply-To; bh=5rI5kYlc0kJFlzyj6FrlL3BrdxouM7Eoa2weCOJQey4=; b=pqQ6rMfkwSxXcdYsUN2AvSq0XjhZgkPCQzEQtfVys83PIBER0PSR91a9dMDq+LZ5 tniNzHgMoFcuyzcy4H2/omub8qBYi+8RaBv5bBU7YwXM8hV1wWFt4c+dyreTXD+G5eI s1z8bzsCgnljHgZTorRQGkddtWDek8yT9/3voVKw= Received: by mx.zohomail.com with SMTPS id 1761039933613557.3508358472184; Tue, 21 Oct 2025 02:45:33 -0700 (PDT) From: Junhui Liu Date: Tue, 21 Oct 2025 17:41:43 +0800 Subject: [PATCH v3 08/13] dt-bindings: serial: snps-dw-apb-uart: Add Anlogic DR1V90 uart MIME-Version: 1.0 Message-Id: <20251021-dr1v90-basic-dt-v3-8-5478db4f664a@pigmoral.tech> References: <20251021-dr1v90-basic-dt-v3-0-5478db4f664a@pigmoral.tech> In-Reply-To: <20251021-dr1v90-basic-dt-v3-0-5478db4f664a@pigmoral.tech> To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Junhui Liu , Thomas Gleixner , Samuel Holland , Chen Wang , Inochi Amaoto , Daniel Lezcano , Greg Kroah-Hartman , Jiri Slaby Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Walmsley , Palmer Dabbelt , Conor Dooley , linux-riscv@lists.infradead.org, Inochi Amaoto , sophgo@lists.linux.dev, linux-serial@vger.kernel.org X-Mailer: b4 0.14.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1761039846; l=995; i=junhui.liu@pigmoral.tech; s=20250910; h=from:subject:message-id; bh=Fpln/c7ViYj8ZfX4F0j41NWe9lauWJxk/Gt9COIjgLs=; b=Yt5fVqhedU/VD+SIsk26FcgaoStoJXGo0lAzMwTYEQmUXKYAxnfBjKdMwE95mTXMeHk5Eq22u NMztlh0taDeAmq+Dt+RXQ5PHF/awr1WndatmjzT0OFHGY9pco7VygTL X-Developer-Key: i=junhui.liu@pigmoral.tech; a=ed25519; pk=cgATWSU1KfGWmdwNmkPyHGnWgofhqqhE8Vts58wyxe4= X-ZohoMailClient: External X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20251021_024545_658952_FC7D7E01 X-CRM114-Status: UNSURE ( 7.45 ) 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 The Anlogic DR1V90 SoC integrates a UART controller compatible with snps,dw-apb-uart, operating at a 50 MHz clock. Acked-by: Rob Herring (Arm) Signed-off-by: Junhui Liu --- Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml index cb9da6c97afcfd27a315414959b2b17beb4454cf..691bd0bac6be449516e213b550415acd37badad6 100644 --- a/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml +++ b/Documentation/devicetree/bindings/serial/snps-dw-apb-uart.yaml @@ -51,6 +51,7 @@ properties: - const: renesas,rzn1-uart - items: - enum: + - anlogic,dr1v90-uart - brcm,bcm11351-dw-apb-uart - brcm,bcm21664-dw-apb-uart - rockchip,px30-uart -- 2.51.1 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv