Shawn Guo | 7d740f8 | 2011-09-06 13:53:26 +0800 | [diff] [blame] | 1 | Freescale i.MX Platforms Device Tree Bindings |
| 2 | ----------------------------------------------- |
| 3 | |
Shawn Guo | 2954ff3 | 2012-05-04 21:33:42 +0800 | [diff] [blame] | 4 | i.MX23 Evaluation Kit |
| 5 | Required root node properties: |
| 6 | - compatible = "fsl,imx23-evk", "fsl,imx23"; |
| 7 | |
Fabio Estevam | 860c06f | 2013-01-03 14:27:35 -0200 | [diff] [blame] | 8 | i.MX25 Product Development Kit |
| 9 | Required root node properties: |
| 10 | - compatible = "fsl,imx25-pdk", "fsl,imx25"; |
| 11 | |
Fabio Estevam | 9c9651c | 2012-12-25 09:10:52 -0200 | [diff] [blame] | 12 | i.MX27 Product Development Kit |
| 13 | Required root node properties: |
| 14 | - compatible = "fsl,imx27-pdk", "fsl,imx27"; |
| 15 | |
Dong Aisheng | bc3a59c | 2012-03-31 21:26:57 +0800 | [diff] [blame] | 16 | i.MX28 Evaluation Kit |
| 17 | Required root node properties: |
| 18 | - compatible = "fsl,imx28-evk", "fsl,imx28"; |
| 19 | |
Shawn Guo | 9daaf31 | 2011-10-17 08:42:17 +0800 | [diff] [blame] | 20 | i.MX51 Babbage Board |
| 21 | Required root node properties: |
| 22 | - compatible = "fsl,imx51-babbage", "fsl,imx51"; |
| 23 | |
Shawn Guo | 73d2b4c | 2011-10-17 08:42:16 +0800 | [diff] [blame] | 24 | i.MX53 Automotive Reference Design Board |
| 25 | Required root node properties: |
| 26 | - compatible = "fsl,imx53-ard", "fsl,imx53"; |
| 27 | |
| 28 | i.MX53 Evaluation Kit |
| 29 | Required root node properties: |
| 30 | - compatible = "fsl,imx53-evk", "fsl,imx53"; |
| 31 | |
| 32 | i.MX53 Quick Start Board |
| 33 | Required root node properties: |
| 34 | - compatible = "fsl,imx53-qsb", "fsl,imx53"; |
| 35 | |
| 36 | i.MX53 Smart Mobile Reference Design Board |
| 37 | Required root node properties: |
| 38 | - compatible = "fsl,imx53-smd", "fsl,imx53"; |
Arnd Bergmann | abc3f12 | 2011-11-02 02:46:55 +0100 | [diff] [blame] | 39 | |
Dirk Behme | 752baf5 | 2011-12-08 08:22:01 +0100 | [diff] [blame] | 40 | i.MX6 Quad Armadillo2 Board |
Shawn Guo | 7d740f8 | 2011-09-06 13:53:26 +0800 | [diff] [blame] | 41 | Required root node properties: |
Dirk Behme | 752baf5 | 2011-12-08 08:22:01 +0100 | [diff] [blame] | 42 | - compatible = "fsl,imx6q-arm2", "fsl,imx6q"; |
Richard Zhao | 3c8276c | 2011-12-14 09:26:46 +0800 | [diff] [blame] | 43 | |
| 44 | i.MX6 Quad SABRE Lite Board |
| 45 | Required root node properties: |
| 46 | - compatible = "fsl,imx6q-sabrelite", "fsl,imx6q"; |
Sascha Hauer | 6ad109f | 2012-02-29 09:14:03 +0100 | [diff] [blame] | 47 | |
Fabio Estevam | 691d2640 | 2012-04-21 14:07:08 -0300 | [diff] [blame] | 48 | i.MX6 Quad SABRE Smart Device Board |
| 49 | Required root node properties: |
| 50 | - compatible = "fsl,imx6q-sabresd", "fsl,imx6q"; |
| 51 | |
Fabio Estevam | 5c70cb01 | 2012-10-07 14:12:49 -0300 | [diff] [blame] | 52 | i.MX6 Quad SABRE Automotive Board |
| 53 | Required root node properties: |
| 54 | - compatible = "fsl,imx6q-sabreauto", "fsl,imx6q"; |
| 55 | |
Sascha Hauer | 6ad109f | 2012-02-29 09:14:03 +0100 | [diff] [blame] | 56 | Generic i.MX boards |
| 57 | ------------------- |
| 58 | |
| 59 | No iomux setup is done for these boards, so this must have been configured |
| 60 | by the bootloader for boards to work with the generic bindings. |
| 61 | |
| 62 | i.MX27 generic board |
| 63 | Required root node properties: |
| 64 | - compatible = "fsl,imx27"; |
| 65 | |
| 66 | i.MX51 generic board |
| 67 | Required root node properties: |
| 68 | - compatible = "fsl,imx51"; |
| 69 | |
| 70 | i.MX53 generic board |
| 71 | Required root node properties: |
| 72 | - compatible = "fsl,imx53"; |
| 73 | |
| 74 | i.MX6q generic board |
| 75 | Required root node properties: |
| 76 | - compatible = "fsl,imx6q"; |