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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/sound/microchip,sama7g5-i2smcc.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/sound/microchip,sama7g5-i2smcc.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/sound/microchip,sama7g5-i2smcc.yaml (Version linux-5.6.19)


  1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-C    
  2 %YAML 1.2                                         
  3 ---                                               
  4 $id: http://devicetree.org/schemas/sound/micro    
  5 $schema: http://devicetree.org/meta-schemas/co    
  6                                                   
  7 title: Microchip I2S Multi-Channel Controller     
  8                                                   
  9 maintainers:                                      
 10   - Codrin Ciubotariu <codrin.ciubotariu@microc    
 11                                                   
 12 description:                                      
 13   The I2SMCC complies with the Inter-IC Sound     
 14   supports a Time Division Multiplexed (TDM) i    
 15   multi-channel audio codecs. It consists of a    
 16   common clock generator that can be enabled s    
 17   Client or Controller modes with receiver and    
 18   On later I2SMCC versions (starting with Micr    
 19   multi-channel is supported by using multiple    
 20   input, without TDM.                             
 21                                                   
 22 properties:                                       
 23   "#sound-dai-cells":                             
 24     const: 0                                      
 25                                                   
 26   compatible:                                     
 27     oneOf:                                        
 28       - enum:                                     
 29           - microchip,sam9x60-i2smcc              
 30           - microchip,sama7g5-i2smcc              
 31       - items:                                    
 32           - enum:                                 
 33               - microchip,sam9x7-i2smcc           
 34           - const: microchip,sam9x60-i2smcc       
 35                                                   
 36   reg:                                            
 37     maxItems: 1                                   
 38                                                   
 39   interrupts:                                     
 40     maxItems: 1                                   
 41                                                   
 42   clocks:                                         
 43     items:                                        
 44       - description: Peripheral Bus Clock         
 45       - description: Generic Clock (Optional).    
 46           Mode is required.                       
 47     minItems: 1                                   
 48                                                   
 49   clock-names:                                    
 50     items:                                        
 51       - const: pclk                               
 52       - const: gclk                               
 53     minItems: 1                                   
 54                                                   
 55   dmas:                                           
 56     items:                                        
 57       - description: TX DMA Channel               
 58       - description: RX DMA Channel               
 59                                                   
 60   dma-names:                                      
 61     items:                                        
 62       - const: tx                                 
 63       - const: rx                                 
 64                                                   
 65   microchip,tdm-data-pair:                        
 66     description:                                  
 67       Represents the DIN/DOUT pair pins that a    
 68       TDM data. It is optional and it is only     
 69       uses the TDM mode.                          
 70     $ref: /schemas/types.yaml#/definitions/uin    
 71     enum: [0, 1, 2, 3]                            
 72     default: 0                                    
 73                                                   
 74 allOf:                                            
 75   - $ref: dai-common.yaml#                        
 76   - if:                                           
 77       properties:                                 
 78         compatible:                               
 79           const: microchip,sam9x60-i2smcc         
 80     then:                                         
 81       properties:                                 
 82         microchip,tdm-data-pair: false            
 83                                                   
 84 required:                                         
 85   - "#sound-dai-cells"                            
 86   - compatible                                    
 87   - reg                                           
 88   - interrupts                                    
 89   - clocks                                        
 90   - clock-names                                   
 91   - dmas                                          
 92   - dma-names                                     
 93                                                   
 94 unevaluatedProperties: false                      
 95                                                   
 96 examples:                                         
 97   - |                                             
 98     #include <dt-bindings/dma/at91.h>             
 99     #include <dt-bindings/interrupt-controller    
100                                                   
101     i2s@f001c000 {                                
102         #sound-dai-cells = <0>;                   
103         compatible = "microchip,sam9x60-i2smcc    
104         reg = <0xf001c000 0x100>;                 
105         interrupts = <34 IRQ_TYPE_LEVEL_HIGH 7    
106         dmas = <&dma0 (AT91_XDMAC_DT_MEM_IF(0)    
107                        AT91_XDMAC_DT_PERID(36)    
108                <&dma0 (AT91_XDMAC_DT_MEM_IF(0)    
109                        AT91_XDMAC_DT_PERID(37)    
110         dma-names = "tx", "rx";                   
111         clocks = <&i2s_clk>, <&i2s_gclk>;         
112         clock-names = "pclk", "gclk";             
113         pinctrl-names = "default";                
114         pinctrl-0 = <&pinctrl_i2s_default>;       
115     };                                            
                                                      

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