We're working on pinmux configuration for our AM571x-based board. Using TI's pinmux tools, we can generate what seems like TI RTOS format pinmuxing data as well as CSV and summary information, but none of these are in device tree format.
- Is there any known method to generate device tree format data from the pinmux tool?
- Barring that, is it possible to get the pinmux tool output for the dra72-evm to compare that CSV/Summary data against our own to determine a concise list of pinmux changes that would be required vs. the reference device tree?