Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp5727237ybp; Tue, 15 Oct 2019 04:14:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqzHZ6GPphta3QIj36rX4ruVGsnxeboM3qRdpM5ZRaTpjvzU1FUi1Q/27YW66r/+TEnMbuNl X-Received: by 2002:aa7:c6d0:: with SMTP id b16mr33283416eds.108.1571138095961; Tue, 15 Oct 2019 04:14:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571138095; cv=none; d=google.com; s=arc-20160816; b=fWv2x10TbL1KM23zVmb7pXqft2L1ljUQNF1Uz5WSxA6yZnkNim0CNbhcuIXgQGD/MJ 6SjTgBndKscge5UHo8OzNSH4doUk114d8uXMnzgoEFDz0b/X6wSEthmmvVaEhiCEIEBS de3xHics1aKTVfnjoLlEpVTG9wdI2wL2HcWAaxkZ8tOwzLSfHeVVmy+rSf2epHym9c/h k6ekYTiHz4rZUZDsfJYxOPIEutgGKFJxpeKgApOtm/HeKni6Vw2kt6Ku/df2nhdw9qZu QE1YiYkhObBkKi/NzGSK13FGjSynUH+z8VcdgdMKnxRuGPRobwi6eCfOkuB50+UT/H4E 7OwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=CSmiJVqGVhLD0y2VWaAeF+MCI4NxQt2sVsElM+L140g=; b=RieS5h8S4A7QktyamPvz1ZpHs6UGU9GXqHYiRUna7ELjuQ1V/hDoztv9kog3WCcLwj iNWEimwmCpilBgkvnLHB7ddUF9pZk3O8pKZhrnY2HohwuBlAWeWJ77wCJopll5R6on5d oZViwBbkf4COw7JCa00etaz/YmSEjvZI+GVJ6HKtxmVXQ7ZA47U3rrZcqjKLjekTqA8i MsV5Oyuou1YOzVZm3a/acpJUbx6vT1PZCH1ODuRNX2OFSwvo6OzbtlJwVjCh/Kcug9o2 QgWHvp+dpRl9RCnkOCZU8hyKj68hPOUTLSNP2ZrqXntoYmsLvQsjIFdRsHdSgu9saPQW ufQQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l26si13763950edb.258.2019.10.15.04.14.32; Tue, 15 Oct 2019 04:14:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729517AbfJOIsT (ORCPT + 99 others); Tue, 15 Oct 2019 04:48:19 -0400 Received: from inva020.nxp.com ([92.121.34.13]:59618 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729390AbfJOIsP (ORCPT ); Tue, 15 Oct 2019 04:48:15 -0400 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 10B311A0A1F; Tue, 15 Oct 2019 10:48:13 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 383401A07D5; Tue, 15 Oct 2019 10:48:06 +0200 (CEST) Received: from titan.ap.freescale.net (TITAN.ap.freescale.net [10.192.208.233]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id EC4EF40314; Tue, 15 Oct 2019 16:47:56 +0800 (SGT) From: Xiaowei Bao To: Zhiqiang.Hou@nxp.com, bhelgaas@google.com, robh+dt@kernel.org, mark.rutland@arm.com, shawnguo@kernel.org, leoyang.li@nxp.com, kishon@ti.com, lorenzo.pieralisi@arm.com, Minghuan.Lian@nxp.com, andrew.murray@arm.com, mingkai.hu@nxp.com, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Xiaowei Bao Subject: [PATCH v2 5/6] arm64: dts: lx2160a: Add PCIe EP node Date: Tue, 15 Oct 2019 16:37:01 +0800 Message-Id: <20191015083702.21792-6-xiaowei.bao@nxp.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20191015083702.21792-1-xiaowei.bao@nxp.com> References: <20191015083702.21792-1-xiaowei.bao@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the LX2160A PCIe EP node. Signed-off-by: Xiaowei Bao --- v2: - No change. arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 56 ++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi index f60e5ac..18330df 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi @@ -1005,6 +1005,15 @@ status = "disabled"; }; + pcie_ep@3400000 { + compatible = "fsl,lx2160a-pcie-ep"; + reg = <0x00 0x03400000 0x0 0x00100000 + 0x80 0x00000000 0x8 0x00000000>; + reg-names = "regs", "addr_space"; + apio-wins = <8>; + status = "disabled"; + }; + pcie@3500000 { compatible = "fsl,lx2160a-pcie"; reg = <0x00 0x03500000 0x0 0x00100000 /* controller registers */ @@ -1032,6 +1041,15 @@ status = "disabled"; }; + pcie_ep@3500000 { + compatible = "fsl,lx2160a-pcie-ep"; + reg = <0x00 0x03500000 0x0 0x00100000 + 0x88 0x00000000 0x8 0x00000000>; + reg-names = "regs", "addr_space"; + apio-wins = <8>; + status = "disabled"; + }; + pcie@3600000 { compatible = "fsl,lx2160a-pcie"; reg = <0x00 0x03600000 0x0 0x00100000 /* controller registers */ @@ -1059,6 +1077,16 @@ status = "disabled"; }; + pcie_ep@3600000 { + compatible = "fsl,lx2160a-pcie-ep"; + reg = <0x00 0x03600000 0x0 0x00100000 + 0x90 0x00000000 0x8 0x00000000>; + reg-names = "regs", "addr_space"; + apio-wins = <256>; + max-functions = /bits/ 8 <2>; + status = "disabled"; + }; + pcie@3700000 { compatible = "fsl,lx2160a-pcie"; reg = <0x00 0x03700000 0x0 0x00100000 /* controller registers */ @@ -1086,6 +1114,15 @@ status = "disabled"; }; + pcie_ep@3700000 { + compatible = "fsl,lx2160a-pcie-ep"; + reg = <0x00 0x03700000 0x0 0x00100000 + 0x98 0x00000000 0x8 0x00000000>; + reg-names = "regs", "addr_space"; + apio-wins = <8>; + status = "disabled"; + }; + pcie@3800000 { compatible = "fsl,lx2160a-pcie"; reg = <0x00 0x03800000 0x0 0x00100000 /* controller registers */ @@ -1113,6 +1150,16 @@ status = "disabled"; }; + pcie_ep@3800000 { + compatible = "fsl,lx2160a-pcie-ep"; + reg = <0x00 0x03800000 0x0 0x00100000 + 0xa0 0x00000000 0x8 0x00000000>; + reg-names = "regs", "addr_space"; + apio-wins = <256>; + max-functions = /bits/ 8 <2>; + status = "disabled"; + }; + pcie@3900000 { compatible = "fsl,lx2160a-pcie"; reg = <0x00 0x03900000 0x0 0x00100000 /* controller registers */ @@ -1140,5 +1187,14 @@ status = "disabled"; }; + pcie_ep@3900000 { + compatible = "fsl,lx2160a-pcie-ep"; + reg = <0x00 0x03900000 0x0 0x00100000 + 0xa8 0x00000000 0x8 0x00000000>; + reg-names = "regs", "addr_space"; + apio-wins = <8>; + status = "disabled"; + }; + }; }; -- 2.9.5