Hi,
I am working on porting custom IMX7 processor based on Sabresd board. I have downloaded Pins for IMX tool for Linux-ubuntu. I tried to export my IMX7 project using pin mux tool as source file and I got the below files as output.
pin_mux.h, pin_mux.c, iMX7D_registers.h,imx7d-board.dtsi,fsl_bitaccess.h
I have below questions,
1. Is it possible to generate u-boot pixmux file using this tool?
2.How can I import the sabresd pin mux file (I mean which file I need give as import) so that I can do the customisation of my board pin configuration easily?
3. Can I get any documents for this pin mux tools?
Thanks in advance.