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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/pinctrl/fsl,imx7ulp-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,imx7ulp-pinctrl.txt (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/pinctrl/fsl,imx7ulp-pinctrl.txt (Version linux-4.17.19)


  1 * Freescale i.MX7ULP IOMUX Controller               1 * Freescale i.MX7ULP IOMUX Controller
  2                                                     2 
  3 i.MX 7ULP has three IOMUXC instances: IOMUXC0       3 i.MX 7ULP has three IOMUXC instances: IOMUXC0 for M4 ports, IOMUXC1 for A7
  4 ports and IOMUXC DDR for DDR interface.             4 ports and IOMUXC DDR for DDR interface.
  5                                                     5 
  6 Note:                                               6 Note:
  7 This binding doc is only for the IOMUXC1 suppo      7 This binding doc is only for the IOMUXC1 support in A7 Domain and it only
  8 supports generic pin config.                        8 supports generic pin config.
  9                                                     9 
 10 Please refer to fsl,imx-pinctrl.txt in this di !!  10 Please also refer pinctrl-bindings.txt in this directory for generic pinctrl
 11 part and usage.                                !!  11 binding.
                                                   >>  12 
                                                   >>  13 === Pin Controller Node ===
 12                                                    14 
 13 Required properties:                               15 Required properties:
 14 - compatible:   "fsl,imx7ulp-iomuxc1".         !!  16 - compatible:   "fsl,imx7ulp-iomuxc1"
 15 - fsl,pins:     Each entry consists of 5 integ !!  17 - reg:          Should contain the base physical address and size of the iomuxc
 16                 and config setting for one pin !!  18                 registers.
 17                 <mux_conf_reg input_reg mux_mo !!  19 
 18                 using a PIN_FUNC_ID macro, whi !!  20 === Pin Configuration Node ===
 19                 imx7ulp-pinfunc.h in the devic !!  21 - pinmux: One integers array, represents a group of pins mux setting.
 20                 The last integer CONFIG is the !!  22         The format is pinmux = <PIN_FUNC_ID>, PIN_FUNC_ID is a pin working on
 21                 pull-up on this pin.           !!  23         a specific function.
 22                                                !!  24 
 23                 Please refer to i.MX7ULP Refer !!  25         NOTE: i.MX7ULP PIN_FUNC_ID consists of 4 integers as it shares one mux
 24                 CONFIG settings.               !!  26         and config register as follows:
 25                                                !!  27         <mux_conf_reg input_reg mux_mode input_val>
 26 CONFIG bits definition:                        !!  28 
 27 PAD_CTL_OBE             (1 << 17)              !!  29         Refer to imx7ulp-pinfunc.h in in device tree source folder for all
 28 PAD_CTL_IBE             (1 << 16)              !!  30         available imx7ulp PIN_FUNC_ID.
 29 PAD_CTL_LK              (1 << 16)              !!  31 
 30 PAD_CTL_DSE_HI          (1 << 6)               !!  32 Optional Properties:
 31 PAD_CTL_DSE_STD         (0 << 6)               !!  33 - drive-strength                Integer. Controls Drive Strength
 32 PAD_CTL_ODE             (1 << 5)               !!  34                                         0: Standard
 33 PAD_CTL_PUSH_PULL       (0 << 5)               !!  35                                         1: Hi Driver
 34 PAD_CTL_SRE_SLOW        (1 << 2)               !!  36 - drive-push-pull               Bool. Enable Pin Push-pull
 35 PAD_CTL_SRE_STD         (0 << 2)               !!  37 - drive-open-drain              Bool. Enable Pin Open-drian
 36 PAD_CTL_PE              (1 << 0)               !!  38 - slew-rate:                    Integer. Controls Slew Rate
                                                   >>  39                                         0: Standard
                                                   >>  40                                         1: Slow
                                                   >>  41 - bias-disable:                 Bool. Pull disabled
                                                   >>  42 - bias-pull-down:               Bool. Pull down on pin
                                                   >>  43 - bias-pull-up:                 Bool. Pull up on pin
 37                                                    44 
 38 Examples:                                          45 Examples:
 39 #include "imx7ulp-pinfunc.h"                       46 #include "imx7ulp-pinfunc.h"
 40                                                    47 
 41 /* Pin Controller Node */                          48 /* Pin Controller Node */
 42 iomuxc1: pinctrl@40ac0000 {                    !!  49 iomuxc1: iomuxc@40ac0000 {
 43         compatible = "fsl,imx7ulp-iomuxc1";        50         compatible = "fsl,imx7ulp-iomuxc1";
 44         reg = <0x40ac0000 0x1000>;                 51         reg = <0x40ac0000 0x1000>;
 45                                                    52 
 46         /* Pin Configuration Node */               53         /* Pin Configuration Node */
 47         pinctrl_lpuart4: lpuart4grp {              54         pinctrl_lpuart4: lpuart4grp {
 48                 fsl,pins = <                   !!  55                 pinmux = <
 49                         IMX7ULP_PAD_PTC3__LPUA !!  56                         IMX7ULP_PAD_PTC3__LPUART4_RX
 50                         IMX7ULP_PAD_PTC2__LPUA !!  57                         IMX7ULP_PAD_PTC2__LPUART4_TX
 51                 >;                                 58                 >;
                                                   >>  59                 bias-pull-up;
 52         };                                         60         };
 53 };                                                 61 };
                                                      

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