fsl.txt 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. Freescale i.MX Platforms Device Tree Bindings
  2. -----------------------------------------------
  3. i.MX23 Evaluation Kit
  4. Required root node properties:
  5. - compatible = "fsl,imx23-evk", "fsl,imx23";
  6. i.MX25 Product Development Kit
  7. Required root node properties:
  8. - compatible = "fsl,imx25-pdk", "fsl,imx25";
  9. i.MX27 Product Development Kit
  10. Required root node properties:
  11. - compatible = "fsl,imx27-pdk", "fsl,imx27";
  12. i.MX28 Evaluation Kit
  13. Required root node properties:
  14. - compatible = "fsl,imx28-evk", "fsl,imx28";
  15. i.MX51 Babbage Board
  16. Required root node properties:
  17. - compatible = "fsl,imx51-babbage", "fsl,imx51";
  18. i.MX53 Automotive Reference Design Board
  19. Required root node properties:
  20. - compatible = "fsl,imx53-ard", "fsl,imx53";
  21. i.MX53 Evaluation Kit
  22. Required root node properties:
  23. - compatible = "fsl,imx53-evk", "fsl,imx53";
  24. i.MX53 Quick Start Board
  25. Required root node properties:
  26. - compatible = "fsl,imx53-qsb", "fsl,imx53";
  27. i.MX53 Smart Mobile Reference Design Board
  28. Required root node properties:
  29. - compatible = "fsl,imx53-smd", "fsl,imx53";
  30. i.MX6 Quad Armadillo2 Board
  31. Required root node properties:
  32. - compatible = "fsl,imx6q-arm2", "fsl,imx6q";
  33. i.MX6 Quad SABRE Lite Board
  34. Required root node properties:
  35. - compatible = "fsl,imx6q-sabrelite", "fsl,imx6q";
  36. i.MX6 Quad SABRE Smart Device Board
  37. Required root node properties:
  38. - compatible = "fsl,imx6q-sabresd", "fsl,imx6q";
  39. i.MX6 Quad SABRE Automotive Board
  40. Required root node properties:
  41. - compatible = "fsl,imx6q-sabreauto", "fsl,imx6q";
  42. Generic i.MX boards
  43. -------------------
  44. No iomux setup is done for these boards, so this must have been configured
  45. by the bootloader for boards to work with the generic bindings.
  46. i.MX27 generic board
  47. Required root node properties:
  48. - compatible = "fsl,imx27";
  49. i.MX51 generic board
  50. Required root node properties:
  51. - compatible = "fsl,imx51";
  52. i.MX53 generic board
  53. Required root node properties:
  54. - compatible = "fsl,imx53";
  55. i.MX6q generic board
  56. Required root node properties:
  57. - compatible = "fsl,imx6q";
  58. Freescale Vybrid Platform Device Tree Bindings
  59. ----------------------------------------------
  60. For the Vybrid SoC familiy all variants with DDR controller are supported,
  61. which is the VF5xx and VF6xx series. Out of historical reasons, in most
  62. places the kernel uses vf610 to refer to the whole familiy.
  63. The compatible string "fsl,vf610m4" is used for the secondary Cortex-M4
  64. core support.
  65. Required root node compatible property (one of them):
  66. - compatible = "fsl,vf500";
  67. - compatible = "fsl,vf510";
  68. - compatible = "fsl,vf600";
  69. - compatible = "fsl,vf610";
  70. - compatible = "fsl,vf610m4";
  71. Freescale LS1021A Platform Device Tree Bindings
  72. ------------------------------------------------
  73. Required root node compatible properties:
  74. - compatible = "fsl,ls1021a";
  75. Freescale LS1021A SoC-specific Device Tree Bindings
  76. -------------------------------------------
  77. Freescale SCFG
  78. SCFG is the supplemental configuration unit, that provides SoC specific
  79. configuration and status registers for the chip. Such as getting PEX port
  80. status.
  81. Required properties:
  82. - compatible: should be "fsl,ls1021a-scfg"
  83. - reg: should contain base address and length of SCFG memory-mapped registers
  84. Example:
  85. scfg: scfg@1570000 {
  86. compatible = "fsl,ls1021a-scfg";
  87. reg = <0x0 0x1570000 0x0 0x10000>;
  88. };
  89. Freescale DCFG
  90. DCFG is the device configuration unit, that provides general purpose
  91. configuration and status for the device. Such as setting the secondary
  92. core start address and release the secondary core from holdoff and startup.
  93. Required properties:
  94. - compatible: should be "fsl,ls1021a-dcfg"
  95. - reg : should contain base address and length of DCFG memory-mapped registers
  96. Example:
  97. dcfg: dcfg@1ee0000 {
  98. compatible = "fsl,ls1021a-dcfg";
  99. reg = <0x0 0x1ee0000 0x0 0x10000>;
  100. };
  101. Freescale LS2085A SoC Device Tree Bindings
  102. ------------------------------------------
  103. LS2085A ARMv8 based Simulator model
  104. Required root node properties:
  105. - compatible = "fsl,ls2085a-simu", "fsl,ls2085a";