From patchwork Tue Jan 28 12:07:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Bruel X-Patchwork-Id: 13952518 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 4DB03C0218A for ; Tue, 28 Jan 2025 12:25:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding: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=40jMWNSjOQxcP1DLhA2SKLkvdEXwj6/rMn6nbnE1964=; b=DIhHwTaRgCkTMDbzcG9bWf41aL LBS+NXPKtIWePGTOLzedq9/HgD0+0FUBaWTzMuecMEA/i+goQnuxusJ4t6OLIlGcsc1hx1mgM3muf HsyGuufkx6KG08qVt8r6KLqVbToDEP2rc7ap1qDtfU/V3g6mhcEzPJrBVkcTrDquH7uj4mokKFYDN ok9kcPigkfxpmtkUFQh/f+mXEnVt5dtHFcJk1S3Yb0Ccpeq6WlM8+WsqB38Mcc0Tymz9qBDOPVWq0 G/yqwQXrFaVMY6/1M6vCH6SlSkQqrhVhiVWUvhkKbaqMFhly49C62oRDEN5HX5bHEui4W93blbrQg B6FORmiw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tckeB-00000004sJC-3u3F; Tue, 28 Jan 2025 12:24:51 +0000 Received: from mx08-00178001.pphosted.com ([91.207.212.93] helo=mx07-00178001.pphosted.com) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tckSl-00000004qfY-2xhq for linux-arm-kernel@lists.infradead.org; Tue, 28 Jan 2025 12:13:05 +0000 Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 50S9U1IM021379; Tue, 28 Jan 2025 13:12:55 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=selector1; bh= 40jMWNSjOQxcP1DLhA2SKLkvdEXwj6/rMn6nbnE1964=; b=o07heOC9WtRe2LFK nJd6l4Aj6ypFqmGbgeJf28DNkJucfV7Ts5jFCC6+Q+tXWKZKYLpKfaknFHuk56km MGn2gjH2HfY73YiQdZWXD7v5mCHarwkgMWHi4nnE8QsgMJiGwNeXWeFddDSppEs4 dC5S388ySOLEo1Nx9LmQCS+WRr6Qg14aPvKvth+jOUjUtvwypFAIPL8j0+mhahtk QtIHjg8rExo5IoCIOv96Z0MqEbUnV5Tuz7kx+zWEMYgKB784d0uyOS2oVAPv6gqf fzAsfPnrfebzUJfBOgBS00yu7x2JUmRjLHIWs1eS3LET2ByJBOM1DAyqK699O3Ue 5zG0xQ== Received: from beta.dmz-ap.st.com (beta.dmz-ap.st.com [138.198.100.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 44embft8kq-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 28 Jan 2025 13:12:55 +0100 (CET) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-ap.st.com (STMicroelectronics) with ESMTP id CFA1A40073; Tue, 28 Jan 2025 13:11:29 +0100 (CET) Received: from Webmail-eu.st.com (shfdag1node3.st.com [10.75.129.71]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id F2AD22A27AB; Tue, 28 Jan 2025 13:09:44 +0100 (CET) Received: from localhost (10.129.178.212) by SHFDAG1NODE3.st.com (10.75.129.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.39; Tue, 28 Jan 2025 13:09:44 +0100 From: Christian Bruel To: , , , , , , , , , , , , , , CC: , , , , , Subject: [PATCH v4 09/10] arm64: dts: st: Add PCIe Endpoint mode on stm32mp251 Date: Tue, 28 Jan 2025 13:07:44 +0100 Message-ID: <20250128120745.334377-10-christian.bruel@foss.st.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20250128120745.334377-1-christian.bruel@foss.st.com> References: <20250128120745.334377-1-christian.bruel@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.129.178.212] X-ClientProxiedBy: EQNCAS1NODE4.st.com (10.75.129.82) To SHFDAG1NODE3.st.com (10.75.129.71) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1057,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-01-28_04,2025-01-27_01,2024-11-22_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250128_041304_026744_868DA0B3 X-CRM114-Status: GOOD ( 10.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add pcie_ep node to support STM32 MP25 PCIe driver based on the DesignWare PCIe core configured as Endpoint mode Signed-off-by: Christian Bruel --- arch/arm64/boot/dts/st/stm32mp251.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/st/stm32mp251.dtsi b/arch/arm64/boot/dts/st/stm32mp251.dtsi index 6cd1a765fac9..07c2d2c386f4 100644 --- a/arch/arm64/boot/dts/st/stm32mp251.dtsi +++ b/arch/arm64/boot/dts/st/stm32mp251.dtsi @@ -909,6 +909,19 @@ stmmac_axi_config_1: stmmac-axi-config { }; }; + pcie_ep: pcie-ep@48400000 { + compatible = "st,stm32mp25-pcie-ep"; + reg = <0x48400000 0x400000>, + <0x10000000 0x8000000>; + reg-names = "dbi", "addr_space"; + clocks = <&rcc CK_BUS_PCIE>; + resets = <&rcc PCIE_R>; + phys = <&combophy PHY_TYPE_PCIE>; + access-controllers = <&rifsc 68>; + power-domains = <&CLUSTER_PD>; + status = "disabled"; + }; + pcie_rc: pcie@48400000 { compatible = "st,stm32mp25-pcie-rc"; device_type = "pci"; @@ -931,6 +944,7 @@ pcie_rc: pcie@48400000 { resets = <&rcc PCIE_R>; msi-parent = <&v2m0>; access-controllers = <&rifsc 68>; + power-domains = <&CLUSTER_PD>; status = "disabled"; pcie@0,0 { @@ -942,6 +956,8 @@ pcie@0,0 { ranges; }; }; + + }; bsec: efuse@44000000 {