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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.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/rtc/allwinner,sun6i-a31-rtc.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml (Version linux-5.0.21)


  1 # SPDX-License-Identifier: GPL-2.0                
  2 %YAML 1.2                                         
  3 ---                                               
  4 $id: http://devicetree.org/schemas/rtc/allwinn    
  5 $schema: http://devicetree.org/meta-schemas/co    
  6                                                   
  7 title: Allwinner A31 RTC                          
  8                                                   
  9 maintainers:                                      
 10   - Chen-Yu Tsai <wens@csie.org>                   
 11   - Maxime Ripard <mripard@kernel.org>             
 12                                                   
 13 properties:                                       
 14   "#clock-cells":                                 
 15     const: 1                                      
 16                                                   
 17   compatible:                                     
 18     oneOf:                                        
 19       - enum:                                     
 20           - allwinner,sun6i-a31-rtc               
 21           - allwinner,sun8i-a23-rtc               
 22           - allwinner,sun8i-h3-rtc                
 23           - allwinner,sun8i-r40-rtc               
 24           - allwinner,sun8i-v3-rtc                
 25           - allwinner,sun50i-h5-rtc               
 26           - allwinner,sun50i-h6-rtc               
 27           - allwinner,sun50i-h616-rtc             
 28           - allwinner,sun50i-r329-rtc             
 29       - items:                                    
 30           - const: allwinner,sun50i-a64-rtc       
 31           - const: allwinner,sun8i-h3-rtc         
 32       - items:                                    
 33           - const: allwinner,sun20i-d1-rtc        
 34           - const: allwinner,sun50i-r329-rtc      
 35                                                   
 36   reg:                                            
 37     maxItems: 1                                   
 38                                                   
 39   interrupts:                                     
 40     minItems: 1                                   
 41     items:                                        
 42       - description: RTC Alarm 0                  
 43       - description: RTC Alarm 1                  
 44                                                   
 45   clocks:                                         
 46     minItems: 1                                   
 47     maxItems: 4                                   
 48                                                   
 49   clock-names:                                    
 50     minItems: 1                                   
 51     maxItems: 4                                   
 52                                                   
 53   clock-output-names:                             
 54     minItems: 1                                   
 55     maxItems: 3                                   
 56     description:                                  
 57       The RTC provides up to three clocks         
 58         - the Low Frequency Oscillator or LOSC    
 59         - the Low Frequency Oscillator Externa    
 60           the datasheet), at index 1,             
 61         - the Internal Oscillator, at index 2.    
 62                                                   
 63 allOf:                                            
 64   - $ref: rtc.yaml#                               
 65   - if:                                           
 66       properties:                                 
 67         compatible:                               
 68           contains:                               
 69             const: allwinner,sun6i-a31-rtc        
 70                                                   
 71     then:                                         
 72       properties:                                 
 73         clock-output-names:                       
 74           maxItems: 1                             
 75                                                   
 76   - if:                                           
 77       properties:                                 
 78         compatible:                               
 79           contains:                               
 80             enum:                                 
 81               - allwinner,sun8i-a23-rtc           
 82               - allwinner,sun8i-r40-rtc           
 83               - allwinner,sun8i-v3-rtc            
 84                                                   
 85     then:                                         
 86       properties:                                 
 87         clock-output-names:                       
 88           minItems: 2                             
 89           maxItems: 2                             
 90                                                   
 91   - if:                                           
 92       properties:                                 
 93         compatible:                               
 94           contains:                               
 95             enum:                                 
 96               - allwinner,sun8i-h3-rtc            
 97               - allwinner,sun50i-h5-rtc           
 98               - allwinner,sun50i-h6-rtc           
 99                                                   
100     then:                                         
101       properties:                                 
102         clock-output-names:                       
103           minItems: 3                             
104                                                   
105   - if:                                           
106       properties:                                 
107         compatible:                               
108           contains:                               
109             const: allwinner,sun50i-h616-rtc      
110                                                   
111     then:                                         
112       properties:                                 
113         clocks:                                   
114           items:                                  
115             - description: Bus clock for regis    
116             - description: 24 MHz oscillator      
117             - description: 32 kHz clock from t    
118                                                   
119         clock-names:                              
120           items:                                  
121             - const: bus                          
122             - const: hosc                         
123             - const: pll-32k                      
124                                                   
125       required:                                   
126         - clocks                                  
127         - clock-names                             
128                                                   
129   - if:                                           
130       properties:                                 
131         compatible:                               
132           contains:                               
133             const: allwinner,sun50i-r329-rtc      
134                                                   
135     then:                                         
136       properties:                                 
137         clocks:                                   
138           minItems: 3                             
139           items:                                  
140             - description: Bus clock for regis    
141             - description: 24 MHz oscillator      
142             - description: AHB parent for inte    
143             - description: External 32768 Hz o    
144                                                   
145         clock-names:                              
146           minItems: 3                             
147           items:                                  
148             - const: bus                          
149             - const: hosc                         
150             - const: ahb                          
151             - const: ext-osc32k                   
152                                                   
153       required:                                   
154         - clocks                                  
155         - clock-names                             
156                                                   
157   - if:                                           
158       properties:                                 
159         compatible:                               
160           contains:                               
161             enum:                                 
162               - allwinner,sun8i-r40-rtc           
163               - allwinner,sun50i-h616-rtc         
164               - allwinner,sun50i-r329-rtc         
165                                                   
166     then:                                         
167       properties:                                 
168         interrupts:                               
169           maxItems: 1                             
170                                                   
171     else:                                         
172       properties:                                 
173         interrupts:                               
174           minItems: 2                             
175                                                   
176 required:                                         
177   - "#clock-cells"                                
178   - compatible                                    
179   - reg                                           
180   - interrupts                                    
181                                                   
182 additionalProperties: false                       
183                                                   
184 examples:                                         
185   - |                                             
186     rtc: rtc@1f00000 {                            
187         compatible = "allwinner,sun6i-a31-rtc"    
188         reg = <0x01f00000 0x400>;                 
189         interrupts = <0 40 4>, <0 41 4>;          
190         clock-output-names = "osc32k";            
191         clocks = <&ext_osc32k>;                   
192         #clock-cells = <1>;                       
193     };                                            
194                                                   
195 ...                                               
                                                      

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