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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/pci/xilinx-versal-cpm.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/xilinx-versal-cpm.yaml (Architecture sparc) and /Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml (Architecture i386)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS      1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2 %YAML 1.2                                           2 %YAML 1.2
  3 ---                                                 3 ---
  4 $id: http://devicetree.org/schemas/pci/xilinx-      4 $id: http://devicetree.org/schemas/pci/xilinx-versal-cpm.yaml#
  5 $schema: http://devicetree.org/meta-schemas/co      5 $schema: http://devicetree.org/meta-schemas/core.yaml#
  6                                                     6 
  7 title: CPM Host Controller device tree for Xil      7 title: CPM Host Controller device tree for Xilinx Versal SoCs
  8                                                     8 
  9 maintainers:                                        9 maintainers:
 10   - Bharat Kumar Gogada <bharat.kumar.gogada@am     10   - Bharat Kumar Gogada <bharat.kumar.gogada@amd.com>
 11                                                    11 
 12 allOf:                                             12 allOf:
 13   - $ref: /schemas/pci/pci-host-bridge.yaml#       13   - $ref: /schemas/pci/pci-host-bridge.yaml#
 14                                                    14 
 15 properties:                                        15 properties:
 16   compatible:                                      16   compatible:
 17     enum:                                          17     enum:
 18       - xlnx,versal-cpm-host-1.00                  18       - xlnx,versal-cpm-host-1.00
 19       - xlnx,versal-cpm5-host                      19       - xlnx,versal-cpm5-host
 20                                                    20 
 21   reg:                                             21   reg:
 22     items:                                         22     items:
 23       - description: CPM system level control      23       - description: CPM system level control and status registers.
 24       - description: Configuration space regio     24       - description: Configuration space region and bridge registers.
 25       - description: CPM5 control and status r     25       - description: CPM5 control and status registers.
 26     minItems: 2                                    26     minItems: 2
 27                                                    27 
 28   reg-names:                                       28   reg-names:
 29     items:                                         29     items:
 30       - const: cpm_slcr                            30       - const: cpm_slcr
 31       - const: cfg                                 31       - const: cfg
 32       - const: cpm_csr                             32       - const: cpm_csr
 33     minItems: 2                                    33     minItems: 2
 34                                                    34 
 35   interrupts:                                      35   interrupts:
 36     maxItems: 1                                    36     maxItems: 1
 37                                                    37 
 38   msi-map:                                         38   msi-map:
 39     description:                                   39     description:
 40       Maps a Requester ID to an MSI controller     40       Maps a Requester ID to an MSI controller and associated MSI sideband data.
 41                                                    41 
 42   ranges:                                          42   ranges:
 43     maxItems: 2                                    43     maxItems: 2
 44                                                    44 
 45   "#interrupt-cells":                              45   "#interrupt-cells":
 46     const: 1                                       46     const: 1
 47                                                    47 
 48   interrupt-controller:                            48   interrupt-controller:
 49     description: Interrupt controller node for     49     description: Interrupt controller node for handling legacy PCI interrupts.
 50     type: object                                   50     type: object
 51     additionalProperties: false                    51     additionalProperties: false
 52                                                    52 
 53     properties:                                    53     properties:
 54       "#address-cells":                            54       "#address-cells":
 55         const: 0                                   55         const: 0
 56                                                    56 
 57       "#interrupt-cells":                          57       "#interrupt-cells":
 58         const: 1                                   58         const: 1
 59                                                    59 
 60       interrupt-controller: true                   60       interrupt-controller: true
 61                                                    61 
 62 required:                                          62 required:
 63   - reg                                            63   - reg
 64   - reg-names                                      64   - reg-names
 65   - "#interrupt-cells"                             65   - "#interrupt-cells"
 66   - interrupts                                     66   - interrupts
 67   - interrupt-map                                  67   - interrupt-map
 68   - interrupt-map-mask                             68   - interrupt-map-mask
 69   - bus-range                                      69   - bus-range
 70   - msi-map                                        70   - msi-map
 71   - interrupt-controller                           71   - interrupt-controller
 72                                                    72 
 73 unevaluatedProperties: false                       73 unevaluatedProperties: false
 74                                                    74 
 75 examples:                                          75 examples:
 76   - |                                              76   - |
 77                                                    77 
 78     versal {                                       78     versal {
 79                #address-cells = <2>;               79                #address-cells = <2>;
 80                #size-cells = <2>;                  80                #size-cells = <2>;
 81                cpm_pcie: pcie@fca10000 {           81                cpm_pcie: pcie@fca10000 {
 82                        compatible = "xlnx,vers     82                        compatible = "xlnx,versal-cpm-host-1.00";
 83                        device_type = "pci";        83                        device_type = "pci";
 84                        #address-cells = <3>;       84                        #address-cells = <3>;
 85                        #interrupt-cells = <1>;     85                        #interrupt-cells = <1>;
 86                        #size-cells = <2>;          86                        #size-cells = <2>;
 87                        interrupts = <0 72 4>;      87                        interrupts = <0 72 4>;
 88                        interrupt-parent = <&gi     88                        interrupt-parent = <&gic>;
 89                        interrupt-map-mask = <0     89                        interrupt-map-mask = <0 0 0 7>;
 90                        interrupt-map = <0 0 0      90                        interrupt-map = <0 0 0 1 &pcie_intc_0 0>,
 91                                        <0 0 0      91                                        <0 0 0 2 &pcie_intc_0 1>,
 92                                        <0 0 0      92                                        <0 0 0 3 &pcie_intc_0 2>,
 93                                        <0 0 0      93                                        <0 0 0 4 &pcie_intc_0 3>;
 94                        bus-range = <0x00 0xff>     94                        bus-range = <0x00 0xff>;
 95                        ranges = <0x02000000 0x     95                        ranges = <0x02000000 0x0 0xe0010000 0x0 0xe0010000 0x0 0x10000000>,
 96                                 <0x43000000 0x     96                                 <0x43000000 0x80 0x00000000 0x80 0x00000000 0x0 0x80000000>;
 97                        msi-map = <0x0 &its_gic     97                        msi-map = <0x0 &its_gic 0x0 0x10000>;
 98                        reg = <0x0 0xfca10000 0     98                        reg = <0x0 0xfca10000 0x0 0x1000>,
 99                              <0x6 0x00000000 0     99                              <0x6 0x00000000 0x0 0x10000000>;
100                        reg-names = "cpm_slcr",    100                        reg-names = "cpm_slcr", "cfg";
101                        pcie_intc_0: interrupt-    101                        pcie_intc_0: interrupt-controller {
102                                #address-cells     102                                #address-cells = <0>;
103                                #interrupt-cell    103                                #interrupt-cells = <1>;
104                                interrupt-contr    104                                interrupt-controller;
105                        };                         105                        };
106                };                                 106                };
107                                                   107 
108                cpm5_pcie: pcie@fcdd0000 {         108                cpm5_pcie: pcie@fcdd0000 {
109                        compatible = "xlnx,vers    109                        compatible = "xlnx,versal-cpm5-host";
110                        device_type = "pci";       110                        device_type = "pci";
111                        #address-cells = <3>;      111                        #address-cells = <3>;
112                        #interrupt-cells = <1>;    112                        #interrupt-cells = <1>;
113                        #size-cells = <2>;         113                        #size-cells = <2>;
114                        interrupts = <0 72 4>;     114                        interrupts = <0 72 4>;
115                        interrupt-parent = <&gi    115                        interrupt-parent = <&gic>;
116                        interrupt-map-mask = <0    116                        interrupt-map-mask = <0 0 0 7>;
117                        interrupt-map = <0 0 0     117                        interrupt-map = <0 0 0 1 &pcie_intc_1 0>,
118                                        <0 0 0     118                                        <0 0 0 2 &pcie_intc_1 1>,
119                                        <0 0 0     119                                        <0 0 0 3 &pcie_intc_1 2>,
120                                        <0 0 0     120                                        <0 0 0 4 &pcie_intc_1 3>;
121                        bus-range = <0x00 0xff>    121                        bus-range = <0x00 0xff>;
122                        ranges = <0x02000000 0x    122                        ranges = <0x02000000 0x0 0xe0000000 0x0 0xe0000000 0x0 0x10000000>,
123                                 <0x43000000 0x    123                                 <0x43000000 0x80 0x00000000 0x80 0x00000000 0x0 0x80000000>;
124                        msi-map = <0x0 &its_gic    124                        msi-map = <0x0 &its_gic 0x0 0x10000>;
125                        reg = <0x00 0xfcdd0000     125                        reg = <0x00 0xfcdd0000 0x00 0x1000>,
126                              <0x06 0x00000000     126                              <0x06 0x00000000 0x00 0x1000000>,
127                              <0x00 0xfce20000     127                              <0x00 0xfce20000 0x00 0x1000000>;
128                        reg-names = "cpm_slcr",    128                        reg-names = "cpm_slcr", "cfg", "cpm_csr";
129                                                   129 
130                        pcie_intc_1: interrupt-    130                        pcie_intc_1: interrupt-controller {
131                                #address-cells     131                                #address-cells = <0>;
132                                #interrupt-cell    132                                #interrupt-cells = <1>;
133                                interrupt-contr    133                                interrupt-controller;
134                        };                         134                        };
135                };                                 135                };
136                                                   136 
137     };                                            137     };
                                                      

~ [ 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