1c0c752d8SRob Herring# SPDX-License-Identifier: GPL-2.0
2c0c752d8SRob Herring%YAML 1.2
3c0c752d8SRob Herring---
4c0c752d8SRob Herring$id: http://devicetree.org/schemas/arm/amlogic.yaml#
5c0c752d8SRob Herring$schema: http://devicetree.org/meta-schemas/core.yaml#
6c0c752d8SRob Herring
7c0c752d8SRob Herringtitle: Amlogic MesonX device tree bindings
8c0c752d8SRob Herring
9c0c752d8SRob Herringmaintainers:
10c0c752d8SRob Herring  - Kevin Hilman <khilman@baylibre.com>
11c0c752d8SRob Herring
12c0c752d8SRob Herringdescription: |+
13c0c752d8SRob Herring  Work in progress statement:
14c0c752d8SRob Herring
15c0c752d8SRob Herring  Device tree files and bindings applying to Amlogic SoCs and boards are
16c0c752d8SRob Herring  considered "unstable". Any Amlogic device tree binding may change at
17c0c752d8SRob Herring  any time. Be sure to use a device tree binary and a kernel image
18c0c752d8SRob Herring  generated from the same source tree.
19c0c752d8SRob Herring
2056516a9fSMauro Carvalho Chehab  Please refer to Documentation/devicetree/bindings/ABI.rst for a definition of a
21c0c752d8SRob Herring  stable binding/ABI.
22c0c752d8SRob Herring
23c0c752d8SRob Herringproperties:
24c0c752d8SRob Herring  $nodename:
25c0c752d8SRob Herring    const: '/'
26c0c752d8SRob Herring  compatible:
27c0c752d8SRob Herring    oneOf:
28c0c752d8SRob Herring      - description: Boards with the Amlogic Meson6 SoC
29c0c752d8SRob Herring        items:
30c0c752d8SRob Herring          - enum:
31c0c752d8SRob Herring              - geniatech,atv1200
32c0c752d8SRob Herring          - const: amlogic,meson6
33c0c752d8SRob Herring
34c0c752d8SRob Herring      - description: Boards with the Amlogic Meson8 SoC
35c0c752d8SRob Herring        items:
36c0c752d8SRob Herring          - enum:
37c0c752d8SRob Herring              - minix,neo-x8
38c0c752d8SRob Herring          - const: amlogic,meson8
39c0c752d8SRob Herring
40c0c752d8SRob Herring      - description: Boards with the Amlogic Meson8m2 SoC
41c0c752d8SRob Herring        items:
42c0c752d8SRob Herring          - enum:
43c0c752d8SRob Herring              - tronsmart,mxiii-plus
44c0c752d8SRob Herring          - const: amlogic,meson8m2
45c0c752d8SRob Herring
46c0c752d8SRob Herring      - description: Boards with the Amlogic Meson8b SoC
47c0c752d8SRob Herring        items:
48c0c752d8SRob Herring          - enum:
49c0c752d8SRob Herring              - endless,ec100
50c0c752d8SRob Herring              - hardkernel,odroid-c1
51c0c752d8SRob Herring              - tronfy,mxq
52c0c752d8SRob Herring          - const: amlogic,meson8b
53c0c752d8SRob Herring
54c0c752d8SRob Herring      - description: Boards with the Amlogic Meson GXBaby SoC
55c0c752d8SRob Herring        items:
56c0c752d8SRob Herring          - enum:
57c0c752d8SRob Herring              - amlogic,p200
58c0c752d8SRob Herring              - amlogic,p201
59c0c752d8SRob Herring              - friendlyarm,nanopi-k2
60c0c752d8SRob Herring              - hardkernel,odroid-c2
61c0c752d8SRob Herring              - nexbox,a95x
62206e4d6fSMohammad Rasim              - videostrong,kii-pro
63c0c752d8SRob Herring              - wetek,hub
64c0c752d8SRob Herring              - wetek,play2
65c0c752d8SRob Herring          - const: amlogic,meson-gxbb
66c0c752d8SRob Herring
67c0c752d8SRob Herring      - description: Tronsmart Vega S95 devices
68c0c752d8SRob Herring        items:
69c0c752d8SRob Herring          - enum:
70c0c752d8SRob Herring              - tronsmart,vega-s95-pro
71c0c752d8SRob Herring              - tronsmart,vega-s95-meta
72c0c752d8SRob Herring              - tronsmart,vega-s95-telos
73c0c752d8SRob Herring          - const: tronsmart,vega-s95
74c0c752d8SRob Herring          - const: amlogic,meson-gxbb
75c0c752d8SRob Herring
76c0c752d8SRob Herring      - description: Boards with the Amlogic Meson GXL S805X SoC
77c0c752d8SRob Herring        items:
78c0c752d8SRob Herring          - enum:
79c0c752d8SRob Herring              - amlogic,p241
80c0c752d8SRob Herring              - libretech,aml-s805x-ac
81c0c752d8SRob Herring          - const: amlogic,s805x
82c0c752d8SRob Herring          - const: amlogic,meson-gxl
83c0c752d8SRob Herring
84c0c752d8SRob Herring      - description: Boards with the Amlogic Meson GXL S905W SoC
85c0c752d8SRob Herring        items:
86c0c752d8SRob Herring          - enum:
87c0c752d8SRob Herring              - amlogic,p281
88c0c752d8SRob Herring              - oranth,tx3-mini
89c0c752d8SRob Herring          - const: amlogic,s905w
90c0c752d8SRob Herring          - const: amlogic,meson-gxl
91c0c752d8SRob Herring
92c0c752d8SRob Herring      - description: Boards with the Amlogic Meson GXL S905X SoC
93c0c752d8SRob Herring        items:
94c0c752d8SRob Herring          - enum:
95c0c752d8SRob Herring              - amlogic,p212
96c0c752d8SRob Herring              - hwacom,amazetv
97c0c752d8SRob Herring              - khadas,vim
9839f137f5SChristian Hewitt              - libretech,aml-s905x-cc
99c0c752d8SRob Herring              - nexbox,a95x
100c0c752d8SRob Herring          - const: amlogic,s905x
101c0c752d8SRob Herring          - const: amlogic,meson-gxl
102c0c752d8SRob Herring
103c0c752d8SRob Herring      - description: Boards with the Amlogic Meson GXL S905D SoC
104c0c752d8SRob Herring        items:
105c0c752d8SRob Herring          - enum:
106c0c752d8SRob Herring              - amlogic,p230
107c0c752d8SRob Herring              - amlogic,p231
108727d01cbSJerome Brunet              - libretech,aml-s905d-pc
109c0c752d8SRob Herring              - phicomm,n1
110c0c752d8SRob Herring          - const: amlogic,s905d
111c0c752d8SRob Herring          - const: amlogic,meson-gxl
112c0c752d8SRob Herring
113c0c752d8SRob Herring      - description: Boards with the Amlogic Meson GXM S912 SoC
114c0c752d8SRob Herring        items:
115c0c752d8SRob Herring          - enum:
116c0c752d8SRob Herring              - amlogic,q200
117c0c752d8SRob Herring              - amlogic,q201
118c0c752d8SRob Herring              - khadas,vim2
119c0c752d8SRob Herring              - kingnovel,r-box-pro
120727d01cbSJerome Brunet              - libretech,aml-s912-pc
121c0c752d8SRob Herring              - nexbox,a1
122c0c752d8SRob Herring              - tronsmart,vega-s96
123c0c752d8SRob Herring          - const: amlogic,s912
124c0c752d8SRob Herring          - const: amlogic,meson-gxm
125c0c752d8SRob Herring
126c0c752d8SRob Herring      - description: Boards with the Amlogic Meson AXG A113D SoC
127c0c752d8SRob Herring        items:
128c0c752d8SRob Herring          - enum:
129c0c752d8SRob Herring              - amlogic,s400
130c0c752d8SRob Herring          - const: amlogic,a113d
131c0c752d8SRob Herring          - const: amlogic,meson-axg
132c0c752d8SRob Herring
133e2fb6f7cSChristian Hewitt      - description: Boards with the Amlogic Meson G12A S905D2/X2/Y2 SoC
134c0c752d8SRob Herring        items:
135c0c752d8SRob Herring          - enum:
136e2fb6f7cSChristian Hewitt              - amediatech,x96-max
137c0c752d8SRob Herring              - amlogic,u200
138e2fb6f7cSChristian Hewitt              - seirobotics,sei510
139c0c752d8SRob Herring          - const: amlogic,g12a
140c0c752d8SRob Herring
141a0250352SNeil Armstrong      - description: Boards with the Amlogic Meson G12B A311D SoC
142a0250352SNeil Armstrong        items:
1438f920256SChristian Hewitt          - enum:
1448f920256SChristian Hewitt              - khadas,vim3
145a0250352SNeil Armstrong          - const: amlogic,a311d
146a0250352SNeil Armstrong          - const: amlogic,g12b
147a0250352SNeil Armstrong
148b365c124SNeil Armstrong      - description: Boards with the Amlogic Meson G12B S922X SoC
149b365c124SNeil Armstrong        items:
15031137840SNeil Armstrong          - enum:
15131137840SNeil Armstrong              - hardkernel,odroid-n2
1528f920256SChristian Hewitt              - khadas,vim3
15315077811SChristian Hewitt              - ugoos,am6
154a742eda9SNeil Armstrong          - const: amlogic,s922x
155b365c124SNeil Armstrong          - const: amlogic,g12b
156b365c124SNeil Armstrong
157aa08f314SNeil Armstrong      - description: Boards with the Amlogic Meson SM1 S905X3/D3/Y3 SoC
1582fd10e6dSNeil Armstrong        items:
159effdd8a6SNeil Armstrong          - enum:
160effdd8a6SNeil Armstrong              - seirobotics,sei610
161aa08f314SNeil Armstrong              - khadas,vim3l
1622fd10e6dSNeil Armstrong          - const: amlogic,sm1
163b7dda5caSJianxin Pan
164b7dda5caSJianxin Pan      - description: Boards with the Amlogic Meson A1 A113L SoC
165b7dda5caSJianxin Pan        items:
16646e72313SJianxin Pan          - enum:
16746e72313SJianxin Pan              - amlogic,ad401
168b7dda5caSJianxin Pan          - const: amlogic,a1
169c0c752d8SRob Herring...
170