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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/spi/fsl-imx-cspi.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/spi/fsl-imx-cspi.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/spi/fsl-imx-cspi.yaml (Version linux-5.4.285)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS    
  2 %YAML 1.2                                         
  3 ---                                               
  4 $id: http://devicetree.org/schemas/spi/fsl-imx    
  5 $schema: http://devicetree.org/meta-schemas/co    
  6                                                   
  7 title: Freescale (Enhanced) Configurable Seria    
  8                                                   
  9 maintainers:                                      
 10   - Shawn Guo <shawnguo@kernel.org>                
 11                                                   
 12 allOf:                                            
 13   - $ref: /schemas/spi/spi-controller.yaml#       
 14                                                   
 15 properties:                                       
 16   compatible:                                     
 17     oneOf:                                        
 18       - const: fsl,imx1-cspi                      
 19       - const: fsl,imx21-cspi                     
 20       - const: fsl,imx27-cspi                     
 21       - const: fsl,imx31-cspi                     
 22       - const: fsl,imx35-cspi                     
 23       - const: fsl,imx51-ecspi                    
 24       - const: fsl,imx53-ecspi                    
 25       - items:                                    
 26           - enum:                                 
 27               - fsl,imx25-cspi                    
 28               - fsl,imx50-cspi                    
 29               - fsl,imx51-cspi                    
 30               - fsl,imx53-cspi                    
 31           - const: fsl,imx35-cspi                 
 32       - items:                                    
 33           - const: fsl,imx8mp-ecspi               
 34           - const: fsl,imx6ul-ecspi               
 35       - items:                                    
 36           - enum:                                 
 37               - fsl,imx50-ecspi                   
 38               - fsl,imx6q-ecspi                   
 39               - fsl,imx6sx-ecspi                  
 40               - fsl,imx6sl-ecspi                  
 41               - fsl,imx6sll-ecspi                 
 42               - fsl,imx6ul-ecspi                  
 43               - fsl,imx7d-ecspi                   
 44               - fsl,imx8mq-ecspi                  
 45               - fsl,imx8mm-ecspi                  
 46               - fsl,imx8mn-ecspi                  
 47           - const: fsl,imx51-ecspi                
 48                                                   
 49   reg:                                            
 50     maxItems: 1                                   
 51                                                   
 52   interrupts:                                     
 53     maxItems: 1                                   
 54                                                   
 55   clocks:                                         
 56     items:                                        
 57       - description: SoC SPI ipg clock            
 58       - description: SoC SPI per clock            
 59                                                   
 60   clock-names:                                    
 61     items:                                        
 62       - const: ipg                                
 63       - const: per                                
 64                                                   
 65   dmas:                                           
 66     items:                                        
 67       - description: DMA controller phandle an    
 68       - description: DMA controller phandle an    
 69                                                   
 70   dma-names:                                      
 71     items:                                        
 72       - const: rx                                 
 73       - const: tx                                 
 74                                                   
 75   fsl,spi-rdy-drctl:                              
 76     $ref: /schemas/types.yaml#/definitions/uin    
 77     description: |                                
 78       Integer, representing the value of DRCTL    
 79       the SPI_READY handling. Note that to ena    
 80       the SPI_READY mode-flag needs to be set     
 81       Valid values are: 0 (disabled), 1 (edge-    
 82     enum: [0, 1, 2]                               
 83                                                   
 84 required:                                         
 85   - compatible                                    
 86   - reg                                           
 87   - interrupts                                    
 88   - clocks                                        
 89   - clock-names                                   
 90                                                   
 91 unevaluatedProperties: false                      
 92                                                   
 93 examples:                                         
 94   - |                                             
 95     #include <dt-bindings/clock/imx5-clock.h>     
 96                                                   
 97     spi@70010000 {                                
 98         #address-cells = <1>;                     
 99         #size-cells = <0>;                        
100         compatible = "fsl,imx51-ecspi";           
101         reg = <0x70010000 0x4000>;                
102         interrupts = <36>;                        
103         clocks = <&clks IMX5_CLK_ECSPI1_IPG_GA    
104                  <&clks IMX5_CLK_ECSPI1_PER_GA    
105         clock-names = "ipg", "per";               
106     };                                            
                                                      

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