I'm using a custom board based on ls1021atwr, and would like to change the pin configuration as per custom board schematics,
For boards like imx6q or imx6dl there is a imx6qdl-sabresd.dtsi file that has a pinctrl field which lets us choose the mux configuration of various pins,
However I found no such entry in ls1021.dtsi or ls1021a-twr.dts, how can I change mux pin config? I could also not find an iomux node in this dts, is the procedure to change mux pins different for this board?