summaryrefslogtreecommitdiff
path: root/board/toradex/colibri_imx7
Commit message (Collapse)AuthorAgeLines
* colibri_imx7: use Ricoh RN5T567 to reboot the boardStefan Agner2016-10-07-0/+42
| | | | | | Use the external PMIC Ricoh RN5T567 to reliably restart the system. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
* colibri_imx7: remove legancy UART platform dataStefan Agner2016-10-07-10/+0
| | | | | | | We now use device tree to provide SoC data to the UART driver, there is no need for the legancy UART platform data. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
* colibri_imx7: remove legancy I2C supportStefan Agner2016-10-07-40/+0
| | | | | | | Remove legancy I2C config and code in favor of upcomming DM/DT enable I2C support. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
* colibri_imx7: add Colibri iMX7S/iMX7D module supportStefan Agner2016-07-28-0/+602
This commit adds support for the Toradex Computer on Modules Colibri iMX7S/iMX7D. The two modules/SoC's are very similar hence can be easily supported by one board. The board code detects RAM size at runtime which is one of the differences between the two boards. The board also uses the UART's in DTE mode, hence making use of the new DTE support via serial DM. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>