README.md
1# i.MX Pin Control Generation Scripts
2
3These scripts aid in the generation of pin control data for i.MX platforms,
4with the exception of iMX RT600 and RT500 (supported by the LPC
5generation scripts). The following scripts are provided:
6
7| Script | Functionality |
8| -------------------- | ---------------------------- |
9| `imx_gen_gpio.py` | Generates GPIO to pin mappings for SOC DTSI files |
10| `imx_fixup_pinmux.py`| Corrects pinmux errors present in source data |
11| `imx_cfg_utils.py` | support library |
12
13Note that users seeking to generate board pin control files should use
14`gen_board_pinctrl.py`, the additional scripts in this directory are
15only intended for SOC maintainers seeing to create pin control header files.
16