Hello,
Sorry I made a mistake about this, I misinterpreted your question, for pad configuration you should take a look to the devicetree documentation general and chips specific:
fsl,imx-pinctrl
fsl,imx8mm-pinctrl
As per documentation (fsl,imx-pinctrl) is the following:
Bits used for CONFIG:
NO_PAD_CTL(1 << 31): indicate this pin does not need config.
SION(1 << 30): Software Input On Field.
Force the selected mux mode input path no matter of MUX_MODE functionality.
By default the input path is determined by functionality of the selected
mux mode (regular).
As for the first 9 bits, yes you're correct you may look to the Reference Manual for pad configuration.
Sorry for the confusion,
Best regards,
Aldo.