Shawn Guo | 7d740f8 | 2011-09-06 13:53:26 +0800 | [diff] [blame] | 1 | Freescale i.MX Platforms Device Tree Bindings |
| 2 | ----------------------------------------------- |
| 3 | |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 4 | i.MX51 Babbage Board |
| 5 | Required root node properties: |
| 6 | - compatible = "fsl,imx51-babbage", "fsl,imx51"; |
| 7 | |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 8 | i.MX53 Automotive Reference Design Board |
| 9 | Required root node properties: |
| 10 | - compatible = "fsl,imx53-ard", "fsl,imx53"; |
| 11 | |
| 12 | i.MX53 Evaluation Kit |
| 13 | Required root node properties: |
| 14 | - compatible = "fsl,imx53-evk", "fsl,imx53"; |
| 15 | |
| 16 | i.MX53 Quick Start Board |
| 17 | Required root node properties: |
| 18 | - compatible = "fsl,imx53-qsb", "fsl,imx53"; |
| 19 | |
| 20 | i.MX53 Smart Mobile Reference Design Board |
| 21 | Required root node properties: |
| 22 | - compatible = "fsl,imx53-smd", "fsl,imx53"; |
Arnd Bergmann | abc3f12 | 2011-11-02 02:46:55 +0100 | [diff] [blame] | 23 | |
Dirk Behme | 752baf5 | 2011-12-08 08:22:01 +0100 | [diff] [blame] | 24 | i.MX6 Quad Armadillo2 Board |
Shawn Guo | 7d740f8 | 2011-09-06 13:53:26 +0800 | [diff] [blame] | 25 | Required root node properties: |
Dirk Behme | 752baf5 | 2011-12-08 08:22:01 +0100 | [diff] [blame] | 26 | - compatible = "fsl,imx6q-arm2", "fsl,imx6q"; |
Richard Zhao | 3c8276c | 2011-12-14 09:26:46 +0800 | [diff] [blame] | 27 | |
| 28 | i.MX6 Quad SABRE Lite Board |
| 29 | Required root node properties: |
| 30 | - compatible = "fsl,imx6q-sabrelite", "fsl,imx6q"; |
Sascha Hauer | 6ad109f | 2012-02-29 09:14:03 +0100 | [diff] [blame^] | 31 | |
| 32 | Generic i.MX boards |
| 33 | ------------------- |
| 34 | |
| 35 | No iomux setup is done for these boards, so this must have been configured |
| 36 | by the bootloader for boards to work with the generic bindings. |
| 37 | |
| 38 | i.MX27 generic board |
| 39 | Required root node properties: |
| 40 | - compatible = "fsl,imx27"; |
| 41 | |
| 42 | i.MX51 generic board |
| 43 | Required root node properties: |
| 44 | - compatible = "fsl,imx51"; |
| 45 | |
| 46 | i.MX53 generic board |
| 47 | Required root node properties: |
| 48 | - compatible = "fsl,imx53"; |
| 49 | |
| 50 | i.MX6q generic board |
| 51 | Required root node properties: |
| 52 | - compatible = "fsl,imx6q"; |