Received: by 2002:a05:6a10:c7d3:0:0:0:0 with SMTP id h19csp715499pxy; Sat, 14 Aug 2021 21:40:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzcnSdq0qM1DzzqG4Qw72OvY6p1jrgZ50YG6vXrIG4wB4ev0bj+UHrs6GzEGG8fh1qhK50R X-Received: by 2002:a92:6605:: with SMTP id a5mr7616183ilc.15.1629002436994; Sat, 14 Aug 2021 21:40:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629002436; cv=none; d=google.com; s=arc-20160816; b=VtQtXqN/zHTkogdl+2zqAZ0Tz8E4PvsHnSvy1iNUfyTBqeUooZyb+gJbGZS81cBGr9 3Bk/jPWaCNxad1KqQaGvxvGG006/b8pBNY2+KdSl+addTNtGd5vulwZNuzCUdtGwhA3l 4ENHpImLG5+LzH8Z/IbitBeNaYxYzY4joBXxG5QO94raiQRrXQN4EH/MV8mnBwqI9ehc wWZv5tsb+jSxsaDoNdXxGNPwJEFaFcDYkEu6/cS/Ws/kDIPC/Xnn09T+Rk3pSrF4aJPQ QfIZaLh64MLxEW2D/KF4OqRFLQqJQNU2gnm1a1VBHx7jgsoKQS8CCaSyOqEWPDkcCWgm olZw== 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=fbbh5qohJaDH7uMGmKzJdpOubhd/BM30WcGIJyEs6W4=; b=zM+p8SSF+FTeWT/Yemw9Y35BcwXOH1kXEJrENafr4MATGZp2RDtTYEqdys7ziJwxOl 4tv4cqbNHO4MxX56RpFmmMalncI9SB7xRTMUXotjAaCHg+ALPEYbwDG7GvKLRiM/NXNH GHrUXUVp/vDtjTe4b9gEq4vo8Ck0ydC2rhPYZhEuvh5O9L/gYAVGQJkZEhYpm9ucsMJw 2laWiZrMXJeNKza2Rh8MrrZuaAXfhn3c4ZKS68NQ5CJOB2HaEiMUa41UYSY1aFK56EY9 tZr3eOjtBBwpJqG6DRXwnneJ6wgtyJM2bSFE8u5ov6h1hS7OkNJlne5ZXxl/D3XusiQr 1LZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i13si7085495ilk.122.2021.08.14.21.40.25; Sat, 14 Aug 2021 21:40:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230450AbhHOE0Q (ORCPT + 99 others); Sun, 15 Aug 2021 00:26:16 -0400 Received: from [138.197.143.207] ([138.197.143.207]:44936 "EHLO rosenzweig.io" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S230118AbhHOE0O (ORCPT ); Sun, 15 Aug 2021 00:26:14 -0400 From: Alyssa Rosenzweig To: linux-pci@vger.kernel.org Cc: Bjorn Helgaas , Rob Herring , Lorenzo Pieralisi , =?UTF-8?q?Krzysztof=20Wilczy=C5=84ski?= , Alyssa Rosenzweig , Stan Skowronek , Marc Zyngier , Mark Kettenis , Sven Peter , Hector Martin , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RFC PATCH 1/2] dt-bindings: PCI: Add Apple PCI controller Date: Sun, 15 Aug 2021 00:25:24 -0400 Message-Id: <20210815042525.36878-2-alyssa@rosenzweig.io> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210815042525.36878-1-alyssa@rosenzweig.io> References: <20210815042525.36878-1-alyssa@rosenzweig.io> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document the properties used by the Apple PCI controller. This is a fairly standard PCI controller, although it is not derived from any known non-Apple IP. Signed-off-by: Alyssa Rosenzweig --- .../devicetree/bindings/pci/apple,pcie.yaml | 153 ++++++++++++++++++ MAINTAINERS | 6 + 2 files changed, 159 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/apple,pcie.yaml diff --git a/Documentation/devicetree/bindings/pci/apple,pcie.yaml b/Documentation/devicetree/bindings/pci/apple,pcie.yaml new file mode 100644 index 000000000000..4378f5a05804 --- /dev/null +++ b/Documentation/devicetree/bindings/pci/apple,pcie.yaml @@ -0,0 +1,153 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/pci/apple,pcie.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Apple SoC PCIe Controller Device Tree Bindings + +maintainers: + - Alyssa Rosenzweig + +description: |+ + Apple SoC PCIe host controller. + +allOf: + - $ref: /schemas/pci/pci-bus.yaml# + +properties: + compatible: + const: apple,pcie + + reg: + items: + - description: PCIe configuration region. + - description: Core registers. + - description: AXI bridge registers. + - description: Port 0 (radio) registers. + - description: Port 1 (USB) registers. + - description: Port 2 (Ethernet) registers. + + reg-names: + items: + - const: config + - const: rc + - const: phy + - const: port0 + - const: port1 + - const: port2 + + interrupts: + maxItems: 35 + + msi-controller: + description: Identifies the node as an MSI controller. + + msi-parent: + description: MSI controller the device is capable of using. + + reset-gpios: + description: Reset lines for each of the ports of the controller. + + pinctrl-0: + description: Pin controller for the reset lines. + + pinctrl-names: + description: Names for the pin controller. + +required: + - reg + - reg-names + - interrupt-parent + - interrupts + - msi-controller + - msi-parent + - msi-interrupts + - iommu-map + - iommu-map-mask + - pinctrl-0 + - pinctrl-names + - reset-gpios + - bus-range + - "#address-cells" + - "#size-cells" + - ranges + - device_type + +unevaluatedProperties: false + +examples: + - | + #include + #include + + soc { + #address-cells = <2>; + #size-cells = <2>; + pcie0: pcie@690000000 { + compatible = "apple,pcie"; + reg = <0x6 0x90000000 0x0 0x1000000>, + <0x6 0x80000000 0x0 0x100000>, + <0x6 0x8c000000 0x0 0x100000>, + <0x6 0x81000000 0x0 0x4000>, + <0x6 0x82000000 0x0 0x4000>, + <0x6 0x83000000 0x0 0x4000>; + reg-names = "config", "rc", "phy", "port0", + "port1", "port2"; + interrupt-parent = <&aic>; + interrupts = , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + , + ; + msi-controller; + msi-parent = <&pcie0>; + msi-interrupts = <704 32>; + iommu-map = <0x100 &pcie0_dart_0 0 1>, + <0x200 &pcie0_dart_1 0 1>, + <0x300 &pcie0_dart_2 0 1>; + iommu-map-mask = <0xff00>; + pinctrl-0 = <&pcie_pins>; + pinctrl-names = "default"; + reset-gpios = <&gpio 152 0 &gpio 153 0 &gpio 33 0>; + bus-range = <0 15>; + #address-cells = <3>; + #size-cells = <2>; + ranges = <0x43000000 0x6 0xa0000000 0x6 0xa0000000 + 0x0 0x20000000>, + <0x02000000 0x0 0xc0000000 0x6 0xc0000000 + 0x0 0x40000000>; + device_type = "pci"; + }; + }; +... diff --git a/MAINTAINERS b/MAINTAINERS index b63403793c81..d7d2e1d1e2f2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1269,6 +1269,12 @@ S: Maintained F: Documentation/devicetree/bindings/iommu/apple,dart.yaml F: drivers/iommu/apple-dart.c +APPLE PCIE CONTROLLER DRIVER +M: Alyssa Rosenzweig +L: linux-pci@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/pci/apple,pcie.yaml + APPLE SMC DRIVER M: Henrik Rydberg L: linux-hwmon@vger.kernel.org -- 2.30.2