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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/pci/rcar-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/rcar-pci-host.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/pci/rcar-pci-host.yaml (Version linux-4.19.323)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS    
  2 # Copyright (C) 2020 Renesas Electronics Corp.    
  3 %YAML 1.2                                         
  4 ---                                               
  5 $id: http://devicetree.org/schemas/pci/rcar-pc    
  6 $schema: http://devicetree.org/meta-schemas/co    
  7                                                   
  8 title: Renesas R-Car PCIe Host                    
  9                                                   
 10 maintainers:                                      
 11   - Marek Vasut <marek.vasut+renesas@gmail.com>    
 12   - Yoshihiro Shimoda <yoshihiro.shimoda.uh@ren    
 13                                                   
 14 allOf:                                            
 15   - $ref: /schemas/pci/pci-host-bridge.yaml#      
 16                                                   
 17 properties:                                       
 18   compatible:                                     
 19     oneOf:                                        
 20       - const: renesas,pcie-r8a7779       # R-    
 21       - items:                                    
 22           - enum:                                 
 23               - renesas,pcie-r8a7742      # RZ    
 24               - renesas,pcie-r8a7743      # RZ    
 25               - renesas,pcie-r8a7744      # RZ    
 26               - renesas,pcie-r8a7790      # R-    
 27               - renesas,pcie-r8a7791      # R-    
 28               - renesas,pcie-r8a7793      # R-    
 29           - const: renesas,pcie-rcar-gen2 # R-    
 30       - items:                                    
 31           - enum:                                 
 32               - renesas,pcie-r8a774a1     # RZ    
 33               - renesas,pcie-r8a774b1     # RZ    
 34               - renesas,pcie-r8a774c0     # RZ    
 35               - renesas,pcie-r8a774e1     # RZ    
 36               - renesas,pcie-r8a7795      # R-    
 37               - renesas,pcie-r8a7796      # R-    
 38               - renesas,pcie-r8a77961     # R-    
 39               - renesas,pcie-r8a77965     # R-    
 40               - renesas,pcie-r8a77980     # R-    
 41               - renesas,pcie-r8a77990     # R-    
 42           - const: renesas,pcie-rcar-gen3 # R-    
 43                                                   
 44   reg:                                            
 45     maxItems: 1                                   
 46                                                   
 47   interrupts:                                     
 48     minItems: 3                                   
 49     maxItems: 3                                   
 50                                                   
 51   clocks:                                         
 52     maxItems: 2                                   
 53                                                   
 54   clock-names:                                    
 55     items:                                        
 56       - const: pcie                               
 57       - const: pcie_bus                           
 58                                                   
 59   power-domains:                                  
 60     maxItems: 1                                   
 61                                                   
 62   resets:                                         
 63     maxItems: 1                                   
 64                                                   
 65   phys:                                           
 66     maxItems: 1                                   
 67                                                   
 68   phy-names:                                      
 69     const: pcie                                   
 70                                                   
 71   vpcie1v5-supply:                                
 72     description: The 1.5v regulator to use for    
 73                                                   
 74   vpcie3v3-supply:                                
 75     description: The 3.3v regulator to use for    
 76                                                   
 77   vpcie12v-supply:                                
 78     description: The 12v regulator to use for     
 79                                                   
 80   iommu-map: true                                 
 81   iommu-map-mask: true                            
 82                                                   
 83 required:                                         
 84   - compatible                                    
 85   - reg                                           
 86   - interrupts                                    
 87   - clocks                                        
 88   - clock-names                                   
 89   - power-domains                                 
 90                                                   
 91 if:                                               
 92   not:                                            
 93     properties:                                   
 94       compatible:                                 
 95         contains:                                 
 96           const: renesas,pcie-r8a7779             
 97 then:                                             
 98   required:                                       
 99     - resets                                      
100                                                   
101 unevaluatedProperties: false                      
102                                                   
103 examples:                                         
104   - |                                             
105     #include <dt-bindings/clock/r8a7791-cpg-ms    
106     #include <dt-bindings/interrupt-controller    
107     #include <dt-bindings/power/r8a7791-sysc.h    
108                                                   
109     soc {                                         
110         #address-cells = <2>;                     
111         #size-cells = <2>;                        
112                                                   
113         pcie: pcie@fe000000 {                     
114             compatible = "renesas,pcie-r8a7791    
115             reg = <0 0xfe000000 0 0x80000>;       
116              #address-cells = <3>;                
117              #size-cells = <2>;                   
118              bus-range = <0x00 0xff>;             
119              device_type = "pci";                 
120              ranges = <0x01000000 0 0x00000000    
121                       <0x02000000 0 0xfe200000    
122                       <0x02000000 0 0x30000000    
123                       <0x42000000 0 0x38000000    
124              dma-ranges = <0x42000000 0 0x4000    
125                           <0x42000000 2 0x0000    
126              interrupts = <GIC_SPI 116 IRQ_TYP    
127                           <GIC_SPI 117 IRQ_TYP    
128                           <GIC_SPI 118 IRQ_TYP    
129              #interrupt-cells = <1>;              
130              interrupt-map-mask = <0 0 0 0>;      
131              interrupt-map = <0 0 0 0 &gic GIC    
132              clocks = <&cpg CPG_MOD 319>, <&pc    
133              clock-names = "pcie", "pcie_bus";    
134              power-domains = <&sysc R8A7791_PD    
135              resets = <&cpg 319>;                 
136              vpcie3v3-supply = <&pcie_3v3>;       
137              vpcie12v-supply = <&pcie_12v>;       
138          };                                       
139     };                                            
                                                      

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