From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Atcsqr.andestech.com (unknown [60.248.187.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 50FDD41325B; Wed, 27 May 2026 13:28:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=60.248.187.195 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779888534; cv=none; b=SZSVbIR3CdjKJ8zY7QXieV3mLG52fUZ9TCm/kQSg8AKlnJ2o+3UbeoE3fHxaKuUOiSDVln5pYuqlN1ZvHJ0cIzCHyFAfXVWR6DYcm6TxhXT5V1PMt+zGzN30bY0w1r17wE/JgcY0ksioAsXUXC9TC7wr8GpHsrCsGXukvIXgnIw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779888534; c=relaxed/simple; bh=vIIcVN6u5pWlJRTeDS5+qt7Ty4i9Lb6WOY+ma9dteY0=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=FEuGSmyr2JP9y9g9LwZJoxVueZfMp2sEQjlj364udSB7vAcn7yaozh2hN77VAlvVnURofouL2cRvslsldT1qfyOrCtWQTA6JwmpgV0pzXKeNCbV0DjwiE9HvzypKlaVWUWciFOFJ8mEpdWER23mybpxQa7UjYm6yFpvnqNo7GWM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=permerror header.from=andestech.com; spf=pass smtp.mailfrom=andestech.com; arc=none smtp.client-ip=60.248.187.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=permerror header.from=andestech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=andestech.com Received: from mail.andestech.com (ATCPCS34.andestech.com [10.0.1.134]) by Atcsqr.andestech.com with ESMTPS id 64RDSQeM095461 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=OK); Wed, 27 May 2026 21:28:27 +0800 (+08) (envelope-from cl634@andestech.com) Received: from swlinux02.andestech.com (10.0.15.183) by ATCPCS34.andestech.com (10.0.1.134) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.39; Wed, 27 May 2026 21:28:26 +0800 From: CL Wang To: CC: , , , , , , , , , , , Subject: [PATCH v3 1/3] dt-bindings: dmaengine: Add support for ATCDMAC300 DMA engine Date: Wed, 27 May 2026 21:28:13 +0800 Message-ID: <20260527132815.1211195-2-cl634@andestech.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20260527132815.1211195-1-cl634@andestech.com> References: <20260527132815.1211195-1-cl634@andestech.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: ATCPCS33.andestech.com (10.0.1.100) To ATCPCS34.andestech.com (10.0.1.134) X-DKIM-Results: atcpcs34.andestech.com; dkim=none; X-DNSRBL: X-SPAM-SOURCE-CHECK: pass X-MAIL:Atcsqr.andestech.com 64RDSQeM095461 Document devicetree bindings for Andes ATCDMAC300 DMA engine ATCDMAC300 is the IP name, which is embedded in AndesCore-based platforms or SoCs such as AE350 and Qilai. Signed-off-by: CL Wang --- Changes for v3: - Rename DT binding file from andestech,qilai-dma.yaml to andestech,ae350-dma.yaml - Deprecate IP-core-based compatible usage and align with SoC/platform-based - Dropped Acked-by tag from Conor Dooley due to the above change. --- .../bindings/dma/andestech,ae350-dma.yaml | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Documentation/devicetree/bindings/dma/andestech,ae350-dma.yaml diff --git a/Documentation/devicetree/bindings/dma/andestech,ae350-dma.yaml b/Documentation/devicetree/bindings/dma/andestech,ae350-dma.yaml new file mode 100644 index 000000000000..0f5ffdf1d160 --- /dev/null +++ b/Documentation/devicetree/bindings/dma/andestech,ae350-dma.yaml @@ -0,0 +1,68 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/dma/andestech,ae350-dma.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Andes ATCDMAC300 DMA Controller + +maintainers: + - CL Wang + +allOf: + - $ref: dma-controller.yaml# + +properties: + compatible: + oneOf: + - items: + - enum: + - andestech,qilai-dma + - const: andestech,ae350-dma + - const: andestech,ae350-dma + + reg: + minItems: 1 + maxItems: 2 + description: + First entry is the DMA controller register range (required). + Second entry is the cache control in IOCP controller (optional). + + reg-names: + minItems: 1 + items: + - const: dma + - const: iocp + + interrupts: + maxItems: 1 + + "#dma-cells": + const: 1 + +required: + - compatible + - reg + - interrupts + - "#dma-cells" + +additionalProperties: false + +examples: + - | + #include + + soc { + #address-cells = <2>; + #size-cells = <2>; + + dma-controller@f0c00000 { + compatible = "andestech,ae350-dma"; + reg = <0x0 0xf0c00000 0x0 0x1000>, + <0x0 0xe8000000 0x0 0x10>; + reg-names = "dma", "iocp"; + interrupts = <10 IRQ_TYPE_LEVEL_HIGH>; + #dma-cells = <1>; + }; + }; +... -- 2.34.1