~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/pci/ti,am65-pci-host.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/pci/ti,am65-pci-host.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/pci/ti,am65-pci-host.yaml (Version linux-5.16.20)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS      1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2 # Copyright (C) 2021 Texas Instruments Incorpo      2 # Copyright (C) 2021 Texas Instruments Incorporated - http://www.ti.com/
  3 %YAML 1.2                                           3 %YAML 1.2
  4 ---                                                 4 ---
  5 $id: http://devicetree.org/schemas/pci/ti,am65      5 $id: http://devicetree.org/schemas/pci/ti,am65-pci-host.yaml#
  6 $schema: http://devicetree.org/meta-schemas/co      6 $schema: http://devicetree.org/meta-schemas/core.yaml#
  7                                                     7 
  8 title: TI AM65 PCI Host                             8 title: TI AM65 PCI Host
  9                                                     9 
 10 maintainers:                                       10 maintainers:
 11   - Kishon Vijay Abraham I <kishon@ti.com>          11   - Kishon Vijay Abraham I <kishon@ti.com>
 12                                                    12 
 13 allOf:                                             13 allOf:
 14   - $ref: /schemas/pci/pci-host-bridge.yaml#   !!  14   - $ref: /schemas/pci/pci-bus.yaml#
 15                                                    15 
 16 properties:                                        16 properties:
 17   compatible:                                      17   compatible:
 18     enum:                                          18     enum:
 19       - ti,am654-pcie-rc                           19       - ti,am654-pcie-rc
 20       - ti,keystone-pcie                           20       - ti,keystone-pcie
 21                                                    21 
 22   reg:                                             22   reg:
 23     maxItems: 4                                    23     maxItems: 4
 24                                                    24 
 25   reg-names:                                       25   reg-names:
 26     items:                                         26     items:
 27       - const: app                                 27       - const: app
 28       - const: dbics                               28       - const: dbics
 29       - const: config                              29       - const: config
 30       - const: atu                                 30       - const: atu
 31                                                    31 
 32   interrupts:                                  << 
 33     maxItems: 1                                << 
 34                                                << 
 35   power-domains:                                   32   power-domains:
 36     maxItems: 1                                    33     maxItems: 1
 37                                                    34 
 38   ti,syscon-pcie-id:                               35   ti,syscon-pcie-id:
 39     $ref: /schemas/types.yaml#/definitions/pha << 
 40     items:                                     << 
 41       - items:                                 << 
 42           - description: Phandle to the SYSCON << 
 43           - description: pcie_device_id regist << 
 44     description: Phandle to the SYSCON entry r     36     description: Phandle to the SYSCON entry required for getting PCIe device/vendor ID
                                                   >>  37     $ref: /schemas/types.yaml#/definitions/phandle
 45                                                    38 
 46   ti,syscon-pcie-mode:                             39   ti,syscon-pcie-mode:
 47     $ref: /schemas/types.yaml#/definitions/pha << 
 48     items:                                     << 
 49       - items:                                 << 
 50           - description: Phandle to the SYSCON << 
 51           - description: pcie_ctrl register of << 
 52     description: Phandle to the SYSCON entry r     40     description: Phandle to the SYSCON entry required for configuring PCIe in RC or EP mode.
                                                   >>  41     $ref: /schemas/types.yaml#/definitions/phandle
 53                                                    42 
 54   msi-map: true                                    43   msi-map: true
 55                                                    44 
 56   dma-coherent: true                               45   dma-coherent: true
 57                                                    46 
 58   num-viewport:                                << 
 59     $ref: /schemas/types.yaml#/definitions/uin << 
 60                                                << 
 61   phys:                                        << 
 62     description: per-lane PHYs                 << 
 63     minItems: 1                                << 
 64     maxItems: 2                                << 
 65                                                << 
 66   phy-names:                                   << 
 67     minItems: 1                                << 
 68     maxItems: 2                                << 
 69     items:                                     << 
 70       pattern: '^pcie-phy[0-1]$'               << 
 71                                                << 
 72 required:                                          47 required:
 73   - compatible                                     48   - compatible
 74   - reg                                            49   - reg
 75   - reg-names                                      50   - reg-names
 76   - max-link-speed                                 51   - max-link-speed
 77   - ti,syscon-pcie-id                              52   - ti,syscon-pcie-id
 78   - ti,syscon-pcie-mode                            53   - ti,syscon-pcie-mode
 79   - ranges                                         54   - ranges
 80                                                    55 
 81 if:                                                56 if:
 82   properties:                                      57   properties:
 83     compatible:                                    58     compatible:
 84       enum:                                        59       enum:
 85         - ti,am654-pcie-rc                         60         - ti,am654-pcie-rc
 86 then:                                              61 then:
 87   required:                                        62   required:
 88     - dma-coherent                                 63     - dma-coherent
 89     - power-domains                                64     - power-domains
 90     - msi-map                                      65     - msi-map
 91     - num-viewport                             << 
 92                                                    66 
 93 unevaluatedProperties: false                       67 unevaluatedProperties: false
 94                                                    68 
 95 examples:                                          69 examples:
 96   - |                                              70   - |
 97     #include <dt-bindings/interrupt-controller     71     #include <dt-bindings/interrupt-controller/arm-gic.h>
 98     #include <dt-bindings/interrupt-controller     72     #include <dt-bindings/interrupt-controller/irq.h>
 99     #include <dt-bindings/phy/phy.h>           << 
100     #include <dt-bindings/soc/ti,sci_pm_domain     73     #include <dt-bindings/soc/ti,sci_pm_domain.h>
101                                                    74 
102     pcie0_rc: pcie@5500000 {                       75     pcie0_rc: pcie@5500000 {
103         compatible = "ti,am654-pcie-rc";           76         compatible = "ti,am654-pcie-rc";
104         reg =  <0x5500000 0x1000>,                 77         reg =  <0x5500000 0x1000>,
105                <0x5501000 0x1000>,                 78                <0x5501000 0x1000>,
106                <0x10000000 0x2000>,                79                <0x10000000 0x2000>,
107                <0x5506000 0x1000>;                 80                <0x5506000 0x1000>;
108         reg-names = "app", "dbics", "config",      81         reg-names = "app", "dbics", "config", "atu";
109         power-domains = <&k3_pds 120 TI_SCI_PD     82         power-domains = <&k3_pds 120 TI_SCI_PD_EXCLUSIVE>;
110         #address-cells = <3>;                      83         #address-cells = <3>;
111         #size-cells = <2>;                         84         #size-cells = <2>;
112         ranges = <0x81000000 0 0          0x10     85         ranges = <0x81000000 0 0          0x10020000 0 0x00010000>,
113                  <0x82000000 0 0x10030000 0x10     86                  <0x82000000 0 0x10030000 0x10030000 0 0x07FD0000>;
114         ti,syscon-pcie-id = <&scm_conf 0x0210> !!  87         ti,syscon-pcie-id = <&pcie_devid>;
115         ti,syscon-pcie-mode = <&scm_conf 0x406 !!  88         ti,syscon-pcie-mode = <&pcie0_mode>;
116         bus-range = <0x0 0xff>;                    89         bus-range = <0x0 0xff>;
117         num-viewport = <16>;                       90         num-viewport = <16>;
118         max-link-speed = <2>;                      91         max-link-speed = <2>;
119         dma-coherent;                              92         dma-coherent;
120         interrupts = <GIC_SPI 340 IRQ_TYPE_EDG     93         interrupts = <GIC_SPI 340 IRQ_TYPE_EDGE_RISING>;
121         msi-map = <0x0 &gic_its 0x0 0x10000>;      94         msi-map = <0x0 &gic_its 0x0 0x10000>;
122         device_type = "pci";                       95         device_type = "pci";
123         num-lanes = <1>;                       << 
124         phys = <&serdes0 PHY_TYPE_PCIE 0>;     << 
125         phy-names = "pcie-phy0";               << 
126     };                                             96     };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php