amlogic.txt 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. Amlogic MesonX device tree bindings
  2. -------------------------------------------
  3. Boards with the Amlogic Meson6 SoC shall have the following properties:
  4. Required root node property:
  5. compatible: "amlogic,meson6"
  6. Boards with the Amlogic Meson8 SoC shall have the following properties:
  7. Required root node property:
  8. compatible: "amlogic,meson8";
  9. Boards with the Amlogic Meson8b SoC shall have the following properties:
  10. Required root node property:
  11. compatible: "amlogic,meson8b";
  12. Boards with the Amlogic Meson GXBaby SoC shall have the following properties:
  13. Required root node property:
  14. compatible: "amlogic,meson-gxbb";
  15. Boards with the Amlogic Meson GXL S905X SoC shall have the following properties:
  16. Required root node property:
  17. compatible: "amlogic,s905x", "amlogic,meson-gxl";
  18. Boards with the Amlogic Meson GXL S905D SoC shall have the following properties:
  19. Required root node property:
  20. compatible: "amlogic,s905d", "amlogic,meson-gxl";
  21. Boards with the Amlogic Meson GXM S912 SoC shall have the following properties:
  22. Required root node property:
  23. compatible: "amlogic,s912", "amlogic,meson-gxm";
  24. Board compatible values (alphabetically, grouped by SoC):
  25. - "geniatech,atv1200" (Meson6)
  26. - "minix,neo-x8" (Meson8)
  27. - "hardkernel,odroid-c1" (Meson8b)
  28. - "tronfy,mxq" (Meson8b)
  29. - "amlogic,p200" (Meson gxbb)
  30. - "amlogic,p201" (Meson gxbb)
  31. - "friendlyarm,nanopi-k2" (Meson gxbb)
  32. - "hardkernel,odroid-c2" (Meson gxbb)
  33. - "nexbox,a95x" (Meson gxbb or Meson gxl s905x)
  34. - "tronsmart,vega-s95-pro", "tronsmart,vega-s95" (Meson gxbb)
  35. - "tronsmart,vega-s95-meta", "tronsmart,vega-s95" (Meson gxbb)
  36. - "tronsmart,vega-s95-telos", "tronsmart,vega-s95" (Meson gxbb)
  37. - "wetek,hub" (Meson gxbb)
  38. - "wetek,play2" (Meson gxbb)
  39. - "amlogic,p212" (Meson gxl s905x)
  40. - "hwacom,amazetv" (Meson gxl s905x)
  41. - "khadas,vim" (Meson gxl s905x)
  42. - "libretech,cc" (Meson gxl s905x)
  43. - "amlogic,p230" (Meson gxl s905d)
  44. - "amlogic,p231" (Meson gxl s905d)
  45. - "amlogic,q200" (Meson gxm s912)
  46. - "amlogic,q201" (Meson gxm s912)
  47. - "kingnovel,r-box-pro" (Meson gxm S912)
  48. - "nexbox,a1" (Meson gxm s912)
  49. Amlogic Meson Firmware registers Interface
  50. ------------------------------------------
  51. The Meson SoCs have a register bank with status and data shared with the
  52. secure firmware.
  53. Required properties:
  54. - compatible: For Meson GX SoCs, must be "amlogic,meson-gx-ao-secure", "syscon"
  55. Properties should indentify components of this register interface :
  56. Meson GX SoC Information
  57. ------------------------
  58. A firmware register encodes the SoC type, package and revision information on
  59. the Meson GX SoCs.
  60. If present, the following property should be added :
  61. Optional properties:
  62. - amlogic,has-chip-id: If present, the interface gives the current SoC version.
  63. Example
  64. -------
  65. ao-secure@140 {
  66. compatible = "amlogic,meson-gx-ao-secure", "syscon";
  67. reg = <0x0 0x140 0x0 0x140>;
  68. amlogic,has-chip-id;
  69. };