18c2ecf20Sopenharmony_ciFreescale Vybrid VF610 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,vf610-iomuxc"
88c2ecf20Sopenharmony_ci- fsl,pins: two integers array, represents a group of pins mux and config
98c2ecf20Sopenharmony_ci  setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is
108c2ecf20Sopenharmony_ci  a pin working on a specific function, CONFIG is the pad setting value
118c2ecf20Sopenharmony_ci  such as pull-up, speed, ode for this pin. Please refer to Vybrid VF610
128c2ecf20Sopenharmony_ci  datasheet for the valid pad config settings.
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciCONFIG bits definition:
158c2ecf20Sopenharmony_ciPAD_CTL_SPEED_LOW		(1 << 12)
168c2ecf20Sopenharmony_ciPAD_CTL_SPEED_MED		(2 << 12)
178c2ecf20Sopenharmony_ciPAD_CTL_SPEED_HIGH		(3 << 12)
188c2ecf20Sopenharmony_ciPAD_CTL_SRE_FAST		(1 << 11)
198c2ecf20Sopenharmony_ciPAD_CTL_SRE_SLOW		(0 << 11)
208c2ecf20Sopenharmony_ciPAD_CTL_ODE			(1 << 10)
218c2ecf20Sopenharmony_ciPAD_CTL_HYS			(1 << 9)
228c2ecf20Sopenharmony_ciPAD_CTL_DSE_DISABLE		(0 << 6)
238c2ecf20Sopenharmony_ciPAD_CTL_DSE_150ohm		(1 << 6)
248c2ecf20Sopenharmony_ciPAD_CTL_DSE_75ohm		(2 << 6)
258c2ecf20Sopenharmony_ciPAD_CTL_DSE_50ohm		(3 << 6)
268c2ecf20Sopenharmony_ciPAD_CTL_DSE_37ohm		(4 << 6)
278c2ecf20Sopenharmony_ciPAD_CTL_DSE_30ohm		(5 << 6)
288c2ecf20Sopenharmony_ciPAD_CTL_DSE_25ohm		(6 << 6)
298c2ecf20Sopenharmony_ciPAD_CTL_DSE_20ohm		(7 << 6)
308c2ecf20Sopenharmony_ciPAD_CTL_PUS_100K_DOWN		(0 << 4)
318c2ecf20Sopenharmony_ciPAD_CTL_PUS_47K_UP		(1 << 4)
328c2ecf20Sopenharmony_ciPAD_CTL_PUS_100K_UP		(2 << 4)
338c2ecf20Sopenharmony_ciPAD_CTL_PUS_22K_UP		(3 << 4)
348c2ecf20Sopenharmony_ciPAD_CTL_PKE			(1 << 3)
358c2ecf20Sopenharmony_ciPAD_CTL_PUE			(1 << 2)
368c2ecf20Sopenharmony_ciPAD_CTL_OBE_ENABLE		(1 << 1)
378c2ecf20Sopenharmony_ciPAD_CTL_IBE_ENABLE		(1 << 0)
388c2ecf20Sopenharmony_ciPAD_CTL_OBE_IBE_ENABLE		(3 << 0)
398c2ecf20Sopenharmony_ci
408c2ecf20Sopenharmony_ciPlease refer to vf610-pinfunc.h in device tree source folder
418c2ecf20Sopenharmony_cifor all available PIN_FUNC_ID for Vybrid VF610.
42