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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt

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/pinctrl/fsl,imx-pinctrl.txt (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/pinctrl/fsl,imx-pinctrl.txt (Version linux-2.4.37.11)


  1 * Freescale IOMUX Controller (IOMUXC) for i.MX    
  2                                                   
  3 The IOMUX Controller (IOMUXC), together with t    
  4 to share one PAD to several functional blocks.    
  5 multiplexing the PAD input/output signals. For    
  6 8 muxing options (called ALT modes). Since dif    
  7 different PAD settings (like pull up, keeper,     
  8 also the PAD settings parameters.                 
  9                                                   
 10 Please refer to pinctrl-bindings.txt in this d    
 11 common pinctrl bindings used by client devices    
 12 phrase "pin configuration node".                  
 13                                                   
 14 Freescale IMX pin configuration node is a node    
 15 used for a specific device or function. This n    
 16 of the pins in that group. The 'mux' selects t    
 17 mode) this pin can work on and the 'config' co    
 18 such as pull-up, open drain, drive strength, e    
 19                                                   
 20 Required properties for iomux controller:         
 21 - compatible: "fsl,<soc>-iomuxc"                  
 22   Please refer to each fsl,<soc>-pinctrl.txt b    
 23                                                   
 24 Required properties for pin configuration node    
 25 - fsl,pins: each entry consists of 6 integers     
 26   setting for one pin. The first 5 integers <m    
 27   input_val> are specified using a PIN_FUNC_ID    
 28   imx*-pinfunc.h under device tree source fold    
 29   the pad setting value like pull-up on this p    
 30   looks like <PIN_FUNC_ID CONFIG> in the examp    
 31                                                   
 32 Bits used for CONFIG:                             
 33 NO_PAD_CTL(1 << 31): indicate this pin does no    
 34                                                   
 35 SION(1 << 30): Software Input On Field.           
 36 Force the selected mux mode input path no matt    
 37 By default the input path is determined by fun    
 38 mux mode (regular).                               
 39                                                   
 40 Other bits are used for PAD setting.              
 41 Please refer to each fsl,<soc>-pinctrl,txt bin    
 42 of bits definitions.                              
 43                                                   
 44 NOTE:                                             
 45 Some requirements for using fsl,imx-pinctrl bi    
 46 1. We have pin function node defined under iom    
 47    what pinmux functions this SoC supports.       
 48 2. The pin configuration node intends to work     
 49    to be defined under that specific function     
 50    The function node's name should represent w    
 51    this group of pins in this pin configuratio    
 52 3. The driver can use the function node's name    
 53    name describe the pin function and group hi    
 54    For example, Linux IMX pinctrl driver takes    
 55    as the function name and pin configuration     
 56    create the map table.                          
 57 4. Each pin configuration node should have a p    
 58    configurations by referring to the phandle     
 59                                                   
 60 Examples:                                         
 61 usdhc@219c000 { /* uSDHC4 */                      
 62         non-removable;                            
 63         vmmc-supply = <&reg_3p3v>;                
 64         pinctrl-names = "default";                
 65         pinctrl-0 = <&pinctrl_usdhc4_1>;          
 66 };                                                
 67                                                   
 68 iomuxc@20e0000 {                                  
 69         compatible = "fsl,imx6q-iomuxc";          
 70         reg = <0x020e0000 0x4000>;                
 71                                                   
 72         /* shared pinctrl settings */             
 73         usdhc4 {                                  
 74                 pinctrl_usdhc4_1: usdhc4grp-1     
 75                         fsl,pins = <              
 76                                 MX6QDL_PAD_SD4    
 77                                 MX6QDL_PAD_SD4    
 78                                 MX6QDL_PAD_SD4    
 79                                 MX6QDL_PAD_SD4    
 80                                 MX6QDL_PAD_SD4    
 81                                 MX6QDL_PAD_SD4    
 82                                 MX6QDL_PAD_SD4    
 83                                 MX6QDL_PAD_SD4    
 84                                 MX6QDL_PAD_SD4    
 85                                 MX6QDL_PAD_SD4    
 86                         >;                        
 87         };                                        
 88         ....                                      
 89 };                                                
 90 Refer to the IOMUXC controller chapter in imx6    
 91 0x17059 means enable hysteresis, 47KOhm Pull U    
 92 80Ohm driver strength and Fast Slew Rate.         
 93 User should refer to each SoC spec to set the     
                                                      

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