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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/usb/renesas,rzv2m-usb3drd.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/usb/renesas,rzv2m-usb3drd.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/usb/renesas,rzv2m-usb3drd.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/usb/renesas    
  5 $schema: http://devicetree.org/meta-schemas/co    
  6                                                   
  7 title: Renesas RZ/V2M USB 3.1 DRD controller      
  8                                                   
  9 maintainers:                                      
 10   - Biju Das <biju.das.jz@bp.renesas.com>          
 11                                                   
 12 description: |                                    
 13   The RZ/V2{M, MA} USB3.1 DRD module supports     
 14   * Role swapping function by the ID pin of th    
 15   * Battery Charging Specification Revision 1.    
 16                                                   
 17 properties:                                       
 18   compatible:                                     
 19     items:                                        
 20       - enum:                                     
 21           - renesas,r9a09g011-usb3drd  # RZ/V2    
 22           - renesas,r9a09g055-usb3drd  # RZ/V2    
 23       - const: renesas,rzv2m-usb3drd              
 24                                                   
 25   reg:                                            
 26     maxItems: 1                                   
 27                                                   
 28   interrupts:                                     
 29     items:                                        
 30       - description: Dual Role Device (DRD)       
 31       - description: Battery Charging             
 32       - description: Global Purpose Input         
 33                                                   
 34   interrupt-names:                                
 35     items:                                        
 36       - const: drd                                
 37       - const: bc                                 
 38       - const: gpi                                
 39                                                   
 40   clocks:                                         
 41     items:                                        
 42       - description: Peripheral AXI clock         
 43       - description: APB clock                    
 44                                                   
 45   clock-names:                                    
 46     items:                                        
 47       - const: axi                                
 48       - const: reg                                
 49                                                   
 50   power-domains:                                  
 51     maxItems: 1                                   
 52                                                   
 53   resets:                                         
 54     maxItems: 1                                   
 55                                                   
 56   ranges: true                                    
 57                                                   
 58   '#address-cells':                               
 59     enum: [ 1, 2 ]                                
 60                                                   
 61   '#size-cells':                                  
 62     enum: [ 1, 2 ]                                
 63                                                   
 64 patternProperties:                                
 65   "^usb3peri@[0-9a-f]+$":                         
 66     type: object                                  
 67     $ref: /schemas/usb/renesas,usb3-peri.yaml     
 68                                                   
 69   "^usb@[0-9a-f]+$":                              
 70     type: object                                  
 71     $ref: renesas,usb-xhci.yaml#                  
 72                                                   
 73 required:                                         
 74   - compatible                                    
 75   - reg                                           
 76   - interrupts                                    
 77   - interrupt-names                               
 78   - clocks                                        
 79   - clock-names                                   
 80   - power-domains                                 
 81   - resets                                        
 82                                                   
 83 additionalProperties: false                       
 84                                                   
 85 examples:                                         
 86   - |                                             
 87     #include <dt-bindings/clock/r9a09g011-cpg.    
 88     #include <dt-bindings/interrupt-controller    
 89                                                   
 90     usb3drd: usb@85070400 {                       
 91         compatible = "renesas,r9a09g011-usb3dr    
 92         reg = <0x85070400 0x100>;                 
 93         interrupts = <GIC_SPI 242 IRQ_TYPE_LEV    
 94                      <GIC_SPI 243 IRQ_TYPE_LEV    
 95                      <GIC_SPI 244 IRQ_TYPE_LEV    
 96         interrupt-names = "drd", "bc", "gpi";     
 97         clocks = <&cpg CPG_MOD R9A09G011_USB_A    
 98                  <&cpg CPG_MOD R9A09G011_USB_P    
 99         clock-names = "axi", "reg";               
100         power-domains = <&cpg>;                   
101         resets = <&cpg R9A09G011_USB_DRD_RESET    
102         ranges;                                   
103         #address-cells = <1>;                     
104         #size-cells = <1>;                        
105                                                   
106         usb3host: usb@85060000 {                  
107            compatible = "renesas,r9a09g011-xhc    
108                         "renesas,rzv2m-xhci";     
109            reg = <0x85060000 0x2000>;             
110            interrupts = <GIC_SPI 245 IRQ_TYPE_    
111            clocks = <&cpg CPG_MOD R9A09G011_US    
112                     <&cpg CPG_MOD R9A09G011_US    
113            clock-names = "axi", "reg";            
114            power-domains = <&cpg>;                
115            resets = <&cpg R9A09G011_USB_ARESET    
116         };                                        
117                                                   
118         usb3peri: usb3peri@85070000 {             
119            compatible = "renesas,r9a09g011-usb    
120                         "renesas,rzv2m-usb3-pe    
121            reg = <0x85070000 0x400>;              
122            interrupts = <GIC_SPI 246 IRQ_TYPE_    
123            clocks = <&cpg CPG_MOD R9A09G011_US    
124                     <&cpg CPG_MOD R9A09G011_US    
125            clock-names = "axi", "reg";            
126            power-domains = <&cpg>;                
127            resets = <&cpg R9A09G011_USB_ARESET    
128         };                                        
129     };                                            
                                                      

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