Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/arm/amlogic.yaml
48375 views
1
# SPDX-License-Identifier: GPL-2.0
2
%YAML 1.2
3
---
4
$id: http://devicetree.org/schemas/arm/amlogic.yaml#
5
$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
title: Amlogic SoC based Platforms
8
9
maintainers:
10
- Neil Armstrong <neil.armstrong@linaro.org>
11
- Martin Blumenstingl <martin.blumenstingl@googlemail.com>
12
- Jerome Brunet <jbrunet@baylibre.com>
13
- Kevin Hilman <khilman@baylibre.com>
14
15
properties:
16
$nodename:
17
const: '/'
18
compatible:
19
oneOf:
20
- description: Boards with the Amlogic Meson6 SoC
21
items:
22
- enum:
23
- geniatech,atv1200
24
- const: amlogic,meson6
25
26
- description: Boards with the Amlogic Meson8 SoC
27
items:
28
- enum:
29
- minix,neo-x8
30
- const: amlogic,meson8
31
32
- description: Boards with the Amlogic Meson8m2 SoC
33
items:
34
- enum:
35
- tronsmart,mxiii-plus
36
- const: amlogic,meson8m2
37
38
- description: Boards with the Amlogic Meson8b SoC
39
items:
40
- enum:
41
- endless,ec100
42
- hardkernel,odroid-c1
43
- tronfy,mxq
44
- const: amlogic,meson8b
45
46
- description: Boards with the Amlogic Meson GXBaby SoC
47
items:
48
- enum:
49
- amlogic,p200
50
- amlogic,p201
51
- friendlyarm,nanopi-k2
52
- hardkernel,odroid-c2
53
- nexbox,a95x
54
- videostrong,kii-pro
55
- wetek,hub
56
- wetek,play2
57
- const: amlogic,meson-gxbb
58
59
- description: Tronsmart Vega S95 devices
60
items:
61
- enum:
62
- tronsmart,vega-s95-pro
63
- tronsmart,vega-s95-meta
64
- tronsmart,vega-s95-telos
65
- const: tronsmart,vega-s95
66
- const: amlogic,meson-gxbb
67
68
- description: Boards with the Amlogic Meson GXL S805X SoC
69
items:
70
- enum:
71
- amlogic,p241
72
- libretech,aml-s805x-ac
73
- const: amlogic,s805x
74
- const: amlogic,meson-gxl
75
76
- description: Boards with the Amlogic Meson GXL S905W SoC
77
items:
78
- enum:
79
- amlogic,p281
80
- oranth,tx3-mini
81
- jethome,jethub-j80
82
- const: amlogic,s905w
83
- const: amlogic,meson-gxl
84
85
- description: Boards with the Amlogic Meson GXL S905X SoC
86
items:
87
- enum:
88
- amlogic,p212
89
- hwacom,amazetv
90
- khadas,vim
91
- libretech,aml-s905x-cc
92
- libretech,aml-s905x-cc-v2
93
- nexbox,a95x
94
- osmc,vero4k
95
- const: amlogic,s905x
96
- const: amlogic,meson-gxl
97
98
- description: Boards with the Amlogic Meson GXL S905D SoC
99
items:
100
- enum:
101
- amlogic,p230
102
- amlogic,p231
103
- libretech,aml-s905d-pc
104
- osmc,vero4k-plus
105
- phicomm,n1
106
- smartlabs,sml5442tw
107
- videostrong,gxl-kii-pro
108
- const: amlogic,s905d
109
- const: amlogic,meson-gxl
110
111
- description: Boards with the Amlogic Meson GXLX S905L SoC
112
items:
113
- enum:
114
- amlogic,p271
115
- const: amlogic,s905l
116
- const: amlogic,meson-gxlx
117
118
- description: Boards with the Amlogic Meson GXM S912 SoC
119
items:
120
- enum:
121
- amlogic,q200
122
- amlogic,q201
123
- azw,gt1-ultimate
124
- khadas,vim2
125
- kingnovel,r-box-pro
126
- libretech,aml-s912-pc
127
- minix,neo-u9h
128
- nexbox,a1
129
- tronsmart,vega-s96
130
- videostrong,gxm-kiii-pro
131
- wetek,core2
132
- const: amlogic,s912
133
- const: amlogic,meson-gxm
134
135
- description: Boards with the Amlogic Meson AXG A113D SoC
136
items:
137
- enum:
138
- amlogic,s400
139
- jethome,jethub-j100
140
- jethome,jethub-j110
141
- const: amlogic,a113d
142
- const: amlogic,meson-axg
143
144
- description: Boards with the Amlogic Meson G12A S905D2/X2/Y2 SoC
145
items:
146
- enum:
147
- amediatech,x96-max
148
- amlogic,u200
149
- freebox,fbx8am
150
- radxa,zero
151
- seirobotics,sei510
152
- const: amlogic,g12a
153
154
- description: Boards with the Amlogic Meson G12B A311D SoC
155
items:
156
- enum:
157
- bananapi,bpi-m2s
158
- khadas,vim3
159
- libretech,aml-a311d-cc
160
- radxa,zero2
161
- const: amlogic,a311d
162
- const: amlogic,g12b
163
164
- description: Boards using the BPI-CM4 module with Amlogic Meson G12B A311D SoC
165
items:
166
- enum:
167
- bananapi,bpi-cm4io
168
- mntre,reform2-cm4
169
- const: bananapi,bpi-cm4
170
- const: amlogic,a311d
171
- const: amlogic,g12b
172
173
- description: Boards with the Amlogic Meson G12B S922X SoC
174
items:
175
- enum:
176
- azw,gsking-x
177
- azw,gtking
178
- azw,gtking-pro
179
- bananapi,bpi-m2s
180
- dream,dreambox-one
181
- dream,dreambox-two
182
- hardkernel,odroid-go-ultra
183
- hardkernel,odroid-n2
184
- hardkernel,odroid-n2l
185
- hardkernel,odroid-n2-plus
186
- khadas,vim3
187
- ugoos,am6
188
- const: amlogic,s922x
189
- const: amlogic,g12b
190
191
- description: Boards with the Amlogic Meson SM1 S905X3/D3/Y3 SoC
192
items:
193
- enum:
194
- amediatech,x96-air
195
- amediatech,x96-air-gbit
196
- bananapi,bpi-m2-pro
197
- bananapi,bpi-m5
198
- cyx,a95xf3-air
199
- cyx,a95xf3-air-gbit
200
- hardkernel,odroid-c4
201
- hardkernel,odroid-hc4
202
- haochuangyi,h96-max
203
- khadas,vim3l
204
- libretech,aml-s905d3-cc
205
- seirobotics,sei610
206
- const: amlogic,sm1
207
208
- description: Boards with the Amlogic Meson A1 A113L SoC
209
items:
210
- enum:
211
- amlogic,ad401
212
- amlogic,ad402
213
- const: amlogic,a1
214
215
- description: Boards with the Amlogic A4 A113L2 SoC
216
items:
217
- enum:
218
- amlogic,ba400
219
- const: amlogic,a4
220
221
- description: Boards with the Amlogic A5 A113X2 SoC
222
items:
223
- enum:
224
- amlogic,av400
225
- const: amlogic,a5
226
227
- description: Boards with the Amlogic C3 C302X/C308L SoC
228
items:
229
- enum:
230
- amlogic,aw409
231
- amlogic,aw419
232
- const: amlogic,c3
233
234
- description: Boards with the Amlogic Meson S4 S805X2 SoC
235
items:
236
- enum:
237
- amlogic,aq222
238
- const: amlogic,s4
239
240
- description: Boards with the Amlogic T7 A311D2 SoC
241
items:
242
- enum:
243
- amlogic,an400
244
- khadas,vim4
245
- const: amlogic,a311d2
246
- const: amlogic,t7
247
248
additionalProperties: true
249
250
...
251
252