18c2ecf20Sopenharmony_ci* Freescale i.MX6 SLL IOMUX Controller
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciPlease refer to fsl,imx-pinctrl.txt in this directory for common binding part
48c2ecf20Sopenharmony_ciand usage.
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired properties:
78c2ecf20Sopenharmony_ci- compatible: "fsl,imx6sll-iomuxc"
88c2ecf20Sopenharmony_ci- fsl,pins: each entry consists of 6 integers and represents the mux and config
98c2ecf20Sopenharmony_ci  setting for one pin.  The first 5 integers <mux_reg conf_reg input_reg mux_val
108c2ecf20Sopenharmony_ci  input_val> are specified using a PIN_FUNC_ID macro, which can be found in
118c2ecf20Sopenharmony_ci  imx6sll-pinfunc.h under device tree source folder.  The last integer CONFIG is
128c2ecf20Sopenharmony_ci  the pad setting value like pull-up on this pin.  Please refer to i.MX6SLL
138c2ecf20Sopenharmony_ci  Reference Manual for detailed CONFIG settings.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciCONFIG bits definition:
168c2ecf20Sopenharmony_ciPAD_CTL_LVE			(1 << 22)
178c2ecf20Sopenharmony_ciPAD_CTL_HYS                     (1 << 16)
188c2ecf20Sopenharmony_ciPAD_CTL_PUS_100K_DOWN           (0 << 14)
198c2ecf20Sopenharmony_ciPAD_CTL_PUS_47K_UP              (1 << 14)
208c2ecf20Sopenharmony_ciPAD_CTL_PUS_100K_UP             (2 << 14)
218c2ecf20Sopenharmony_ciPAD_CTL_PUS_22K_UP              (3 << 14)
228c2ecf20Sopenharmony_ciPAD_CTL_PUE                     (1 << 13)
238c2ecf20Sopenharmony_ciPAD_CTL_PKE                     (1 << 12)
248c2ecf20Sopenharmony_ciPAD_CTL_ODE                     (1 << 11)
258c2ecf20Sopenharmony_ciPAD_CTL_SPEED_LOW               (0 << 6)
268c2ecf20Sopenharmony_ciPAD_CTL_SPEED_MED               (1 << 6)
278c2ecf20Sopenharmony_ciPAD_CTL_SPEED_HIGH              (3 << 6)
288c2ecf20Sopenharmony_ciPAD_CTL_DSE_DISABLE             (0 << 3)
298c2ecf20Sopenharmony_ciPAD_CTL_DSE_260ohm              (1 << 3)
308c2ecf20Sopenharmony_ciPAD_CTL_DSE_130ohm              (2 << 3)
318c2ecf20Sopenharmony_ciPAD_CTL_DSE_87ohm               (3 << 3)
328c2ecf20Sopenharmony_ciPAD_CTL_DSE_65ohm               (4 << 3)
338c2ecf20Sopenharmony_ciPAD_CTL_DSE_52ohm               (5 << 3)
348c2ecf20Sopenharmony_ciPAD_CTL_DSE_43ohm               (6 << 3)
358c2ecf20Sopenharmony_ciPAD_CTL_DSE_37ohm               (7 << 3)
368c2ecf20Sopenharmony_ciPAD_CTL_SRE_FAST                (1 << 0)
378c2ecf20Sopenharmony_ciPAD_CTL_SRE_SLOW                (0 << 0)
388c2ecf20Sopenharmony_ci
398c2ecf20Sopenharmony_ciRefer to imx6sll-pinfunc.h in device tree source folder for all available
408c2ecf20Sopenharmony_ciimx6sll PIN_FUNC_ID.
41