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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/serial/renesas,scifa.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/serial/renesas,scifa.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/serial/renesas,scifa.yaml (Version linux-2.6.0)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS    
  2 %YAML 1.2                                         
  3 ---                                               
  4 $id: http://devicetree.org/schemas/serial/rene    
  5 $schema: http://devicetree.org/meta-schemas/co    
  6                                                   
  7 title: Renesas Serial Communications Interface    
  8                                                   
  9 maintainers:                                      
 10   - Geert Uytterhoeven <geert+renesas@glider.be    
 11                                                   
 12 allOf:                                            
 13   - $ref: serial.yaml#                            
 14                                                   
 15 properties:                                       
 16   compatible:                                     
 17     oneOf:                                        
 18       - items:                                    
 19           - enum:                                 
 20               - renesas,scifa-r8a73a4      # R    
 21               - renesas,scifa-r8a7740      # R    
 22               - renesas,scifa-sh73a0       # S    
 23           - const: renesas,scifa           # g    
 24                                                   
 25       - items:                                    
 26           - enum:                                 
 27               - renesas,scifa-r8a7742      # R    
 28               - renesas,scifa-r8a7743      # R    
 29               - renesas,scifa-r8a7744      # R    
 30               - renesas,scifa-r8a7745      # R    
 31               - renesas,scifa-r8a7790      # R    
 32               - renesas,scifa-r8a7791      # R    
 33               - renesas,scifa-r8a7793      # R    
 34               - renesas,scifa-r8a7794      # R    
 35           - const: renesas,rcar-gen2-scifa # R    
 36           - const: renesas,scifa           # g    
 37                                                   
 38   reg:                                            
 39     maxItems: 1                                   
 40                                                   
 41   interrupts:                                     
 42     maxItems: 1                                   
 43                                                   
 44   clocks:                                         
 45     maxItems: 1                                   
 46                                                   
 47   clock-names:                                    
 48     enum:                                         
 49       - fck # UART functional clock               
 50                                                   
 51   power-domains:                                  
 52     maxItems: 1                                   
 53                                                   
 54   resets:                                         
 55     maxItems: 1                                   
 56                                                   
 57   dmas:                                           
 58     minItems: 2                                   
 59     maxItems: 4                                   
 60     description:                                  
 61       Must contain a list of pairs of referenc    
 62       transmission, and one for reception.        
 63                                                   
 64   dma-names:                                      
 65     minItems: 2                                   
 66     maxItems: 4                                   
 67     items:                                        
 68       enum:                                       
 69         - tx                                      
 70         - rx                                      
 71                                                   
 72 required:                                         
 73   - compatible                                    
 74   - reg                                           
 75   - interrupts                                    
 76   - clocks                                        
 77   - clock-names                                   
 78   - power-domains                                 
 79                                                   
 80 if:                                               
 81   properties:                                     
 82     compatible:                                   
 83       contains:                                   
 84         enum:                                     
 85           - renesas,rcar-gen2-scifa               
 86 then:                                             
 87   required:                                       
 88     - resets                                      
 89                                                   
 90 unevaluatedProperties: false                      
 91                                                   
 92 examples:                                         
 93   - |                                             
 94     #include <dt-bindings/clock/r8a7790-cpg-ms    
 95     #include <dt-bindings/interrupt-controller    
 96     #include <dt-bindings/power/r8a7790-sysc.h    
 97     aliases {                                     
 98         serial0 = &scifa0;                        
 99     };                                            
100                                                   
101     scifa0: serial@e6c40000 {                     
102         compatible = "renesas,scifa-r8a7790",     
103                      "renesas,scifa";             
104         reg = <0xe6c40000 64>;                    
105         interrupts = <GIC_SPI 144 IRQ_TYPE_LEV    
106         clocks = <&cpg CPG_MOD 204>;              
107         clock-names = "fck";                      
108         power-domains = <&sysc R8A7790_PD_ALWA    
109         resets = <&cpg 204>;                      
110         dmas = <&dmac0 0x21>, <&dmac0 0x22>, <    
111         dma-names = "tx", "rx", "tx", "rx";       
112     };                                            
                                                      

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