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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/pci/starfive,jh7110-pcie.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/starfive,jh7110-pcie.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/pci/starfive,jh7110-pcie.yaml (Version linux-5.10.229)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS    
  2 %YAML 1.2                                         
  3 ---                                               
  4 $id: http://devicetree.org/schemas/pci/starfiv    
  5 $schema: http://devicetree.org/meta-schemas/co    
  6                                                   
  7 title: StarFive JH7110 PCIe host controller       
  8                                                   
  9 maintainers:                                      
 10   - Kevin Xie <kevin.xie@starfivetech.com>         
 11                                                   
 12 allOf:                                            
 13   - $ref: plda,xpressrich3-axi-common.yaml#       
 14                                                   
 15 properties:                                       
 16   compatible:                                     
 17     const: starfive,jh7110-pcie                   
 18                                                   
 19   clocks:                                         
 20     items:                                        
 21       - description: NOC bus clock                
 22       - description: Transport layer clock        
 23       - description: AXI MST0 clock               
 24       - description: APB clock                    
 25                                                   
 26   clock-names:                                    
 27     items:                                        
 28       - const: noc                                
 29       - const: tl                                 
 30       - const: axi_mst0                           
 31       - const: apb                                
 32                                                   
 33   resets:                                         
 34     items:                                        
 35       - description: AXI MST0 reset               
 36       - description: AXI SLAVE0 reset             
 37       - description: AXI SLAVE reset              
 38       - description: PCIE BRIDGE reset            
 39       - description: PCIE CORE reset              
 40       - description: PCIE APB reset               
 41                                                   
 42   reset-names:                                    
 43     items:                                        
 44       - const: mst0                               
 45       - const: slv0                               
 46       - const: slv                                
 47       - const: brg                                
 48       - const: core                               
 49       - const: apb                                
 50                                                   
 51   starfive,stg-syscon:                            
 52     $ref: /schemas/types.yaml#/definitions/pha    
 53     description:                                  
 54       The phandle to System Register Controlle    
 55                                                   
 56   perst-gpios:                                    
 57     description: GPIO controlled connection to    
 58     maxItems: 1                                   
 59                                                   
 60   phys:                                           
 61     description:                                  
 62       Specified PHY is attached to PCIe contro    
 63     maxItems: 1                                   
 64                                                   
 65 required:                                         
 66   - clocks                                        
 67   - resets                                        
 68   - starfive,stg-syscon                           
 69                                                   
 70 unevaluatedProperties: false                      
 71                                                   
 72 examples:                                         
 73   - |                                             
 74     #include <dt-bindings/gpio/gpio.h>            
 75     soc {                                         
 76         #address-cells = <2>;                     
 77         #size-cells = <2>;                        
 78                                                   
 79         pcie@940000000 {                          
 80             compatible = "starfive,jh7110-pcie    
 81             reg = <0x9 0x40000000 0x0 0x100000    
 82                   <0x0 0x2b000000 0x0 0x100000    
 83             reg-names = "cfg", "apb";             
 84             #address-cells = <3>;                 
 85             #size-cells = <2>;                    
 86             #interrupt-cells = <1>;               
 87             device_type = "pci";                  
 88             ranges = <0x82000000  0x0 0x300000    
 89                      <0xc3000000  0x9 0x000000    
 90             starfive,stg-syscon = <&stg_syscon    
 91             bus-range = <0x0 0xff>;               
 92             interrupt-parent = <&plic>;           
 93             interrupts = <56>;                    
 94             interrupt-map-mask = <0x0 0x0 0x0     
 95             interrupt-map = <0x0 0x0 0x0 0x1 &    
 96                             <0x0 0x0 0x0 0x2 &    
 97                             <0x0 0x0 0x0 0x3 &    
 98                             <0x0 0x0 0x0 0x4 &    
 99             msi-controller;                       
100             clocks = <&syscrg 86>,                
101                      <&stgcrg 10>,                
102                      <&stgcrg 8>,                 
103                      <&stgcrg 9>;                 
104             clock-names = "noc", "tl", "axi_ms    
105             resets = <&stgcrg 11>,                
106                      <&stgcrg 12>,                
107                      <&stgcrg 13>,                
108                      <&stgcrg 14>,                
109                      <&stgcrg 15>,                
110                      <&stgcrg 16>;                
111             perst-gpios = <&gpios 26 GPIO_ACTI    
112             phys = <&pciephy0>;                   
113                                                   
114             pcie_intc0: interrupt-controller {    
115                 #address-cells = <0>;             
116                 #interrupt-cells = <1>;           
117                 interrupt-controller;             
118             };                                    
119         };                                        
120     };                                            
                                                      

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