0001 // SPDX-License-Identifier: (GPL-2.0 or BSD-3-Clause)
0002 /*
0003 *Copyright(c) 2018 Broadcom
0004 */
0005
0006 pcie8: pcie@60400000 {
0007 compatible = "brcm,iproc-pcie-paxc-v2";
0008 reg = <0 0x60400000 0 0x1000>;
0009 linux,pci-domain = <8>;
0010
0011 bus-range = <0x0 0x1>;
0012
0013 #address-cells = <3>;
0014 #size-cells = <2>;
0015 device_type = "pci";
0016 ranges = <0x83000000 0 0x10000000 0 0x10000000 0 0x20000000>;
0017
0018 dma-coherent;
0019
0020 msi-map = <0x100 &gic_its 0x2000 0x1>, /* PF0 */
0021 <0x108 &gic_its 0x2040 0x8>, /* PF0-VF0-7 */
0022 <0x101 &gic_its 0x2080 0x1>, /* PF1 */
0023 <0x110 &gic_its 0x20c8 0x8>, /* PF1-VF8-15 */
0024 <0x102 &gic_its 0x2100 0x1>, /* PF2 */
0025 <0x118 &gic_its 0x2150 0x8>, /* PF2-VF16-23 */
0026 <0x103 &gic_its 0x2180 0x1>, /* PF3 */
0027 <0x120 &gic_its 0x21d8 0x8>, /* PF3-VF24-31 */
0028 <0x104 &gic_its 0x2200 0x1>, /* PF4 */
0029 <0x128 &gic_its 0x2260 0x8>, /* PF4-VF32-39 */
0030 <0x105 &gic_its 0x2280 0x1>, /* PF5 */
0031 <0x130 &gic_its 0x22e8 0x8>, /* PF5-VF40-47 */
0032 <0x106 &gic_its 0x2300 0x1>, /* PF6 */
0033 <0x138 &gic_its 0x2370 0x8>, /* PF6-VF48-55 */
0034 <0x107 &gic_its 0x2380 0x1>, /* PF7 */
0035 <0x140 &gic_its 0x23f8 0x8>; /* PF7-VF56-63 */
0036
0037 phys = <&pcie_phy 8>;
0038 phy-names = "pcie-phy";
0039 };
0040
0041 pcie-ss {
0042 compatible = "simple-bus";
0043 #address-cells = <1>;
0044 #size-cells = <1>;
0045 ranges = <0x0 0x0 0x40000000 0x800>;
0046
0047 pcie_phy: phy@0 {
0048 compatible = "brcm,sr-pcie-phy";
0049 reg = <0x0 0x200>;
0050 brcm,sr-cdru = <&cdru>;
0051 brcm,sr-mhb = <&mhb>;
0052 #phy-cells = <1>;
0053 };
0054 };