Received: by 2002:a05:6358:f14:b0:e5:3b68:ec04 with SMTP id b20csp2334642rwj; Mon, 19 Dec 2022 03:12:01 -0800 (PST) X-Google-Smtp-Source: AA0mqf7NdCF0K303o+4cTQcL/Rn4JtqfdSk0lielPtUHK14Kc/gSi7B/dmRORs/rUnmgvfbPLrZb X-Received: by 2002:a05:6a00:1687:b0:56b:f566:600f with SMTP id k7-20020a056a00168700b0056bf566600fmr55686328pfc.12.1671448320888; Mon, 19 Dec 2022 03:12:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1671448320; cv=none; d=google.com; s=arc-20160816; b=z0WC8LOxhui5yVVGlwiLSyQtJKV0gZ3VwC/MSHGRWVy9vFvO+hJssTP9K89uUPzjhI obyhO8C4Gwr9W22Bze9X57G6xnjEScFeIi7ydHVXprrWTCEGtm1/ZstM0eZXAAdeAlr9 a82UAW0EKPwaZGRlvpwJIRGSsd8eWLNUx5k7DyrvhI1GoEPRF/VIye1bo5Cy+Wr7c/f+ zvyKrV0ZJvGI3BTuCnmi9TExIIFzNnvJL47nlsRW6n71PbgputiqejW3nbfZrwgG8jCH L1wIYe+Ndpukjooa/K5+/0xm8g/LOlJMmhs8pL+FInDejxczsOBlpDMqGMSn6ZnUAr93 N/MA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=iCzcz3aBjux+3l2MzLlqHc3Ng7oFqya0VbcMztCq7+I=; b=pXPtuFbb9zMWffEp4KdiVyoTbwp3Sla6qmBsXIBkTzFliWpT+3/TXIsyUkmXqtB0Ca DC/1sN55tCDwkY3JfxYjYpjvni9/MmbNNqdhGrGpwFcfjUr/8vc9kEX7ejdBX0ZmdB+0 RT8SnSyYZ9W6yJiBQdn6e0qPVwMDpSiTIY9R37k5FqlLG7r38t5xaroSgrtosWARVSiE 0ik4CPYoCdGhcfW5W/BZXx1XX8k162RteespaIFXOoaLlPAwrm6EUzUy2dfNu6bJP36w 6sZ5Vzdh21OICWBCS2I6tbyA+771nqsxtV3p8zEhdge//5TpqrwWovcRbExfCWW1r9ka xOog== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=sntech.de Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id y18-20020aa78052000000b0056343812738si9582886pfm.304.2022.12.19.03.11.51; Mon, 19 Dec 2022 03:12:00 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=sntech.de Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231891AbiLSK51 (ORCPT + 71 others); Mon, 19 Dec 2022 05:57:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56218 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231197AbiLSK5X (ORCPT ); Mon, 19 Dec 2022 05:57:23 -0500 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 210C1BB; Mon, 19 Dec 2022 02:57:20 -0800 (PST) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1p7Dpb-0004km-5j; Mon, 19 Dec 2022 11:57:15 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Chen-Yu Tsai , Jernej Skrabec , linux-sunxi@lists.linux.dev, Palmer Dabbelt , Conor Dooley , linux-riscv@lists.infradead.org, Samuel Holland Cc: Jisheng Zhang , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , Rob Herring , linux-arm-kernel@lists.infradead.org, Andre Przywara , Samuel Holland , Palmer Dabbelt , Conor Dooley Subject: Re: [PATCH v3 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree Date: Mon, 19 Dec 2022 11:57:14 +0100 Message-ID: <2133897.PYKUYFuaPT@diego> In-Reply-To: <20221208090237.20572-5-samuel@sholland.org> References: <20221208090237.20572-1-samuel@sholland.org> <20221208090237.20572-5-samuel@sholland.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS, T_SPF_HELO_TEMPERROR autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 8. Dezember 2022, 10:02:29 CET schrieb Samuel Holland: > D1 (aka D1-H), D1s (aka F133), R528, and T113 are a family of SoCs based > on a single die, or at a pair of dies derived from the same design. > > D1 and D1s contain a single T-HEAD Xuantie C906 CPU, whereas R528 and > T113 contain a pair of Cortex-A7's. D1 and R528 are the full version of > the chip with a BGA package, whereas D1s and T113 are low-pin-count QFP > variants. > > Because the original design supported both ARM and RISC-V CPUs, some > peripherals are duplicated. In addition, all variants except D1s contain > a HiFi 4 DSP with its own set of peripherals. > > The devicetrees are organized to minimize duplication: > - Common perhiperals are described in sunxi-d1s-t113.dtsi > - DSP-related peripherals are described in sunxi-d1-t113.dtsi > - RISC-V specific hardware is described in sun20i-d1s.dtsi > - Functionality unique to the D1 variant is described in sun20i-d1.dtsi > > The SOC_PERIPHERAL_IRQ macro handles the different #interrupt-cells > values between the ARM (GIC) and RISC-V (PLIC) versions of the SoC. > > Acked-by: Jernej Skrabec > Acked-by: Palmer Dabbelt > Reviewed-by: Conor Dooley > Tested-by: Heiko Stuebner > Signed-off-by: Samuel Holland after spending some more time looking at the devicetree, I'm pretty confident that it looks ok, so also Reviewed-by: Heiko Stuebner