···11+* Freescale IMX6 SoloLite IOMUX Controller22+33+Please refer to fsl,imx-pinctrl.txt in this directory for common binding part44+and usage.55+66+Required properties:77+- compatible: "fsl,imx6sl-iomuxc"88+- fsl,pins: two integers array, represents a group of pins mux and config99+ setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a1010+ pin working on a specific function, CONFIG is the pad setting value like1111+ pull-up for this pin. Please refer to imx6sl datasheet for the valid pad1212+ config settings.1313+1414+CONFIG bits definition:1515+PAD_CTL_LVE (1 << 22)1616+PAD_CTL_HYS (1 << 16)1717+PAD_CTL_PUS_100K_DOWN (0 << 14)1818+PAD_CTL_PUS_47K_UP (1 << 14)1919+PAD_CTL_PUS_100K_UP (2 << 14)2020+PAD_CTL_PUS_22K_UP (3 << 14)2121+PAD_CTL_PUE (1 << 13)2222+PAD_CTL_PKE (1 << 12)2323+PAD_CTL_ODE (1 << 11)2424+PAD_CTL_SPEED_LOW (1 << 6)2525+PAD_CTL_SPEED_MED (2 << 6)2626+PAD_CTL_SPEED_HIGH (3 << 6)2727+PAD_CTL_DSE_DISABLE (0 << 3)2828+PAD_CTL_DSE_240ohm (1 << 3)2929+PAD_CTL_DSE_120ohm (2 << 3)3030+PAD_CTL_DSE_80ohm (3 << 3)3131+PAD_CTL_DSE_60ohm (4 << 3)3232+PAD_CTL_DSE_48ohm (5 << 3)3333+PAD_CTL_DSE_40ohm (6 << 3)3434+PAD_CTL_DSE_34ohm (7 << 3)3535+PAD_CTL_SRE_FAST (1 << 0)3636+PAD_CTL_SRE_SLOW (0 << 0)3737+3838+Refer to imx6sl-pinfunc.h in device tree source folder for all available3939+imx6sl PIN_FUNC_ID.
···100100 help101101 Say Y here to enable the imx6q/dl pinctrl driver102102103103+config PINCTRL_IMX6SL104104+ bool "IMX6SL pinctrl driver"105105+ depends on OF106106+ depends on SOC_IMX6SL107107+ select PINCTRL_IMX108108+ help109109+ Say Y here to enable the imx6sl pinctrl driver110110+103111config PINCTRL_LANTIQ104112 bool105113 depends on LANTIQ