amlogic.txt 3.8 KB
Newer Older
1 2 3
Amlogic MesonX device tree bindings
-------------------------------------------

4 5 6 7 8 9 10 11 12 13 14 15
Work in progress statement:

Device tree files and bindings applying to Amlogic SoCs and boards are
considered "unstable". Any Amlogic device tree binding may change at
any time. Be sure to use a device tree binary and a kernel image
generated from the same source tree.

Please refer to Documentation/devicetree/bindings/ABI.txt for a definition of a
stable binding/ABI.

---------------------------------------------------------------

16
Boards with the Amlogic Meson6 SoC shall have the following properties:
17 18
  Required root node property:
    compatible: "amlogic,meson6"
19

20 21 22
Boards with the Amlogic Meson8 SoC shall have the following properties:
  Required root node property:
    compatible: "amlogic,meson8";
23

24 25 26 27
Boards with the Amlogic Meson8b SoC shall have the following properties:
  Required root node property:
    compatible: "amlogic,meson8b";

28 29 30 31
Boards with the Amlogic Meson8m2 SoC shall have the following properties:
  Required root node property:
    compatible: "amlogic,meson8m2";

32 33 34 35
Boards with the Amlogic Meson GXBaby SoC shall have the following properties:
  Required root node property:
    compatible: "amlogic,meson-gxbb";

36 37 38 39
Boards with the Amlogic Meson GXL S905X SoC shall have the following properties:
  Required root node property:
    compatible: "amlogic,s905x", "amlogic,meson-gxl";

40 41 42 43
Boards with the Amlogic Meson GXL S905D SoC shall have the following properties:
  Required root node property:
    compatible: "amlogic,s905d", "amlogic,meson-gxl";

44 45 46 47
Boards with the Amlogic Meson GXL S805X SoC shall have the following properties:
  Required root node property:
    compatible: "amlogic,s805x", "amlogic,meson-gxl";

48 49 50 51
Boards with the Amlogic Meson GXL S905W SoC shall have the following properties:
  Required root node property:
    compatible: "amlogic,s905w", "amlogic,meson-gxl";

52 53 54 55
Boards with the Amlogic Meson GXM S912 SoC shall have the following properties:
  Required root node property:
    compatible: "amlogic,s912", "amlogic,meson-gxm";

56 57 58 59
Boards with the Amlogic Meson AXG A113D SoC shall have the following properties:
  Required root node property:
    compatible: "amlogic,a113d", "amlogic,meson-axg";

60 61 62 63
Boards with the Amlogic Meson G12A S905D2 SoC shall have the following properties:
  Required root node property:
    compatible: "amlogic,g12a";

64 65
Board compatible values (alphabetically, grouped by SoC):

66
  - "geniatech,atv1200" (Meson6)
67

68
  - "minix,neo-x8" (Meson8)
69

70
  - "endless,ec100" (Meson8b)
71
  - "hardkernel,odroid-c1" (Meson8b)
72 73
  - "tronfy,mxq" (Meson8b)

74 75
  - "tronsmart,mxiii-plus" (Meson8m2)

76 77
  - "amlogic,p200" (Meson gxbb)
  - "amlogic,p201" (Meson gxbb)
78
  - "friendlyarm,nanopi-k2" (Meson gxbb)
79 80
  - "hardkernel,odroid-c2" (Meson gxbb)
  - "nexbox,a95x" (Meson gxbb or Meson gxl s905x)
81 82 83
  - "tronsmart,vega-s95-pro", "tronsmart,vega-s95" (Meson gxbb)
  - "tronsmart,vega-s95-meta", "tronsmart,vega-s95" (Meson gxbb)
  - "tronsmart,vega-s95-telos", "tronsmart,vega-s95" (Meson gxbb)
84 85
  - "wetek,hub" (Meson gxbb)
  - "wetek,play2" (Meson gxbb)
86

87
  - "amlogic,p212" (Meson gxl s905x)
88
  - "hwacom,amazetv" (Meson gxl s905x)
89
  - "khadas,vim" (Meson gxl s905x)
90
  - "libretech,cc" (Meson gxl s905x)
91

92 93
  - "amlogic,p230" (Meson gxl s905d)
  - "amlogic,p231" (Meson gxl s905d)
94
  - "phicomm,n1" (Meson gxl s905d)
95

96
  - "amlogic,p241" (Meson gxl s805x)
97
  - "libretech,aml-s805x-ac" (Meson gxl s805x)
98

99
  - "amlogic,p281" (Meson gxl s905w)
100
  - "oranth,tx3-mini" (Meson gxl s905w)
101

102 103
  - "amlogic,q200" (Meson gxm s912)
  - "amlogic,q201" (Meson gxm s912)
104
  - "khadas,vim2" (Meson gxm s912)
105
  - "kingnovel,r-box-pro" (Meson gxm S912)
106
  - "nexbox,a1" (Meson gxm s912)
107
  - "tronsmart,vega-s96" (Meson gxm s912)
108

109 110
  - "amlogic,s400" (Meson axg a113d)

111
  - "amlogic,u200" (Meson g12a s905d2)
112
  - "amediatech,x96-max" (Meson g12a s905x2)
113
  - "seirobotics,sei510" (Meson g12a s905x2)