1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/rockchip.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Rockchip platforms
8
9maintainers:
10  - Heiko Stuebner <heiko@sntech.de>
11
12properties:
13  $nodename:
14    const: '/'
15  compatible:
16    oneOf:
17
18      - description: 96boards RK3399 Ficus (ROCK960 Enterprise Edition)
19        items:
20          - const: vamrs,ficus
21          - const: rockchip,rk3399
22
23      - description: 96boards RK3399 Rock960 (ROCK960 Consumer Edition)
24        items:
25          - const: vamrs,rock960
26          - const: rockchip,rk3399
27
28      - description: Amarula Vyasa RK3288
29        items:
30          - const: amarula,vyasa-rk3288
31          - const: rockchip,rk3288
32
33      - description: Anbernic RG351M
34        items:
35          - const: anbernic,rg351m
36          - const: rockchip,rk3326
37
38      - description: Anbernic RG353P
39        items:
40          - const: anbernic,rg353p
41          - const: rockchip,rk3566
42
43      - description: Anbernic RG353PS
44        items:
45          - const: anbernic,rg353ps
46          - const: rockchip,rk3566
47
48      - description: Anbernic RG353V
49        items:
50          - const: anbernic,rg353v
51          - const: rockchip,rk3566
52
53      - description: Anbernic RG353VS
54        items:
55          - const: anbernic,rg353vs
56          - const: rockchip,rk3566
57
58      - description: Anbernic RG503
59        items:
60          - const: anbernic,rg503
61          - const: rockchip,rk3566
62
63      - description: Asus Tinker board
64        items:
65          - const: asus,rk3288-tinker
66          - const: rockchip,rk3288
67
68      - description: Asus Tinker board S
69        items:
70          - const: asus,rk3288-tinker-s
71          - const: rockchip,rk3288
72
73      - description: Beelink A1
74        items:
75          - const: azw,beelink-a1
76          - const: rockchip,rk3328
77
78      - description: bq Curie 2 tablet
79        items:
80          - const: mundoreader,bq-curie2
81          - const: rockchip,rk3066a
82
83      - description: bq Edison 2 Quad-Core tablet
84        items:
85          - const: mundoreader,bq-edison2qc
86          - const: rockchip,rk3188
87
88      - description: ChipSPARK PopMetal-RK3288
89        items:
90          - const: chipspark,popmetal-rk3288
91          - const: rockchip,rk3288
92
93      - description: ChipSPARK Rayeager PX2
94        items:
95          - const: chipspark,rayeager-px2
96          - const: rockchip,rk3066a
97
98      - description: Edgeble Neural Compute Module 2(Neu2) SoM based boards
99        items:
100          - const: edgeble,neural-compute-module-2-io   # Edgeble Neural Compute Module 2 IO Board
101          - const: edgeble,neural-compute-module-2      # Edgeble Neural Compute Module 2 SoM
102          - const: rockchip,rv1126
103
104      - description: Edgeble Neural Compute Module 6(Neu6) Model A SoM based boards
105        items:
106          - const: edgeble,neural-compute-module-6a-io  # Edgeble Neural Compute Module 6A IO Board
107          - const: edgeble,neural-compute-module-6a     # Edgeble Neural Compute Module 6A SoM
108          - const: rockchip,rk3588
109
110      - description: Edgeble Neural Compute Module 6(Neu6) Model B SoM based boards
111        items:
112          - const: edgeble,neural-compute-module-6b-io  # Edgeble Neural Compute Module 6B IO Board
113          - const: edgeble,neural-compute-module-6b     # Edgeble Neural Compute Module 6B SoM
114          - const: rockchip,rk3588
115
116      - description: Elgin RV1108 R1
117        items:
118          - const: elgin,rv1108-r1
119          - const: rockchip,rv1108
120
121      - description: EmbedFire LubanCat 1
122        items:
123          - const: embedfire,lubancat-1
124          - const: rockchip,rk3566
125
126      - description: EmbedFire LubanCat 2
127        items:
128          - const: embedfire,lubancat-2
129          - const: rockchip,rk3568
130
131      - description: Engicam PX30.Core C.TOUCH 2.0
132        items:
133          - const: engicam,px30-core-ctouch2
134          - const: engicam,px30-core
135          - const: rockchip,px30
136
137      - description: Engicam PX30.Core C.TOUCH 2.0 10.1" Open Frame
138        items:
139          - const: engicam,px30-core-ctouch2-of10
140          - const: engicam,px30-core
141          - const: rockchip,px30
142
143      - description: Engicam PX30.Core EDIMM2.2 Starter Kit
144        items:
145          - const: engicam,px30-core-edimm2.2
146          - const: engicam,px30-core
147          - const: rockchip,px30
148
149      - description: Firefly Firefly-RK3288
150        items:
151          - enum:
152              - firefly,firefly-rk3288
153              - firefly,firefly-rk3288-beta
154          - const: rockchip,rk3288
155
156      - description: Firefly Firefly-RK3288 Reload
157        items:
158          - const: firefly,firefly-rk3288-reload
159          - const: rockchip,rk3288
160
161      - description: Firefly Firefly-RK3399
162        items:
163          - const: firefly,firefly-rk3399
164          - const: rockchip,rk3399
165
166      - description: Firefly ROC-RK3308-CC
167        items:
168          - const: firefly,roc-rk3308-cc
169          - const: rockchip,rk3308
170
171      - description: Firefly roc-rk3328-cc
172        items:
173          - const: firefly,roc-rk3328-cc
174          - const: rockchip,rk3328
175
176      - description: Firefly ROC-RK3328-PC
177        items:
178          - const: firefly,roc-rk3328-pc
179          - const: rockchip,rk3328
180
181      - description: Firefly ROC-RK3399-PC
182        items:
183          - enum:
184              - firefly,roc-rk3399-pc
185              - firefly,roc-rk3399-pc-mezzanine
186          - const: rockchip,rk3399
187
188      - description: Firefly ROC-RK3399-PC-PLUS
189        items:
190          - enum:
191              - firefly,roc-rk3399-pc-plus
192          - const: rockchip,rk3399
193
194      - description: Firefly Station M2
195        items:
196          - const: firefly,rk3566-roc-pc
197          - const: rockchip,rk3566
198
199      - description: FriendlyElec NanoPi R2 series boards
200        items:
201          - enum:
202              - friendlyarm,nanopi-r2c
203              - friendlyarm,nanopi-r2c-plus
204              - friendlyarm,nanopi-r2s
205          - const: rockchip,rk3328
206
207      - description: FriendlyElec NanoPi4 series boards
208        items:
209          - enum:
210              - friendlyarm,nanopc-t4
211              - friendlyarm,nanopi-m4
212              - friendlyarm,nanopi-m4b
213              - friendlyarm,nanopi-neo4
214              - friendlyarm,nanopi-r4s
215              - friendlyarm,nanopi-r4s-enterprise
216          - const: rockchip,rk3399
217
218      - description: FriendlyElec NanoPi R5 series boards
219        items:
220          - enum:
221              - friendlyarm,nanopi-r5c
222              - friendlyarm,nanopi-r5s
223          - const: rockchip,rk3568
224
225      - description: GeekBuying GeekBox
226        items:
227          - const: geekbuying,geekbox
228          - const: rockchip,rk3368
229
230      - description: Google Bob (Asus Chromebook Flip C101PA)
231        items:
232          - const: google,bob-rev13
233          - const: google,bob-rev12
234          - const: google,bob-rev11
235          - const: google,bob-rev10
236          - const: google,bob-rev9
237          - const: google,bob-rev8
238          - const: google,bob-rev7
239          - const: google,bob-rev6
240          - const: google,bob-rev5
241          - const: google,bob-rev4
242          - const: google,bob
243          - const: google,gru
244          - const: rockchip,rk3399
245
246      - description: Google Brain (dev-board)
247        items:
248          - const: google,veyron-brain-rev0
249          - const: google,veyron-brain
250          - const: google,veyron
251          - const: rockchip,rk3288
252
253      - description: Google Fievel (AOPEN Chromebox Mini)
254        items:
255          - const: google,veyron-fievel-rev8
256          - const: google,veyron-fievel-rev7
257          - const: google,veyron-fievel-rev6
258          - const: google,veyron-fievel-rev5
259          - const: google,veyron-fievel-rev4
260          - const: google,veyron-fievel-rev3
261          - const: google,veyron-fievel-rev2
262          - const: google,veyron-fievel-rev1
263          - const: google,veyron-fievel-rev0
264          - const: google,veyron-fievel
265          - const: google,veyron
266          - const: rockchip,rk3288
267
268      - description: Google Gru (dev-board)
269        items:
270          - const: google,gru-rev15
271          - const: google,gru-rev14
272          - const: google,gru-rev13
273          - const: google,gru-rev12
274          - const: google,gru-rev11
275          - const: google,gru-rev10
276          - const: google,gru-rev9
277          - const: google,gru-rev8
278          - const: google,gru-rev7
279          - const: google,gru-rev6
280          - const: google,gru-rev5
281          - const: google,gru-rev4
282          - const: google,gru-rev3
283          - const: google,gru-rev2
284          - const: google,gru
285          - const: rockchip,rk3399
286
287      - description: Google Jaq (Haier Chromebook 11 and more w/ uSD)
288        items:
289          - const: google,veyron-jaq-rev5
290          - const: google,veyron-jaq-rev4
291          - const: google,veyron-jaq-rev3
292          - const: google,veyron-jaq-rev2
293          - const: google,veyron-jaq-rev1
294          - const: google,veyron-jaq
295          - const: google,veyron
296          - const: rockchip,rk3288
297
298      - description: Google Jerry (Hisense Chromebook C11 and more)
299        items:
300          - const: google,veyron-jerry-rev15
301          - const: google,veyron-jerry-rev14
302          - const: google,veyron-jerry-rev13
303          - const: google,veyron-jerry-rev12
304          - const: google,veyron-jerry-rev11
305          - const: google,veyron-jerry-rev10
306          - const: google,veyron-jerry-rev7
307          - const: google,veyron-jerry-rev6
308          - const: google,veyron-jerry-rev5
309          - const: google,veyron-jerry-rev4
310          - const: google,veyron-jerry-rev3
311          - const: google,veyron-jerry
312          - const: google,veyron
313          - const: rockchip,rk3288
314
315      - description: Google Kevin (Samsung Chromebook Plus)
316        items:
317          - const: google,kevin-rev15
318          - const: google,kevin-rev14
319          - const: google,kevin-rev13
320          - const: google,kevin-rev12
321          - const: google,kevin-rev11
322          - const: google,kevin-rev10
323          - const: google,kevin-rev9
324          - const: google,kevin-rev8
325          - const: google,kevin-rev7
326          - const: google,kevin-rev6
327          - const: google,kevin
328          - const: google,gru
329          - const: rockchip,rk3399
330
331      - description: Google Mickey (Asus Chromebit CS10)
332        items:
333          - const: google,veyron-mickey-rev8
334          - const: google,veyron-mickey-rev7
335          - const: google,veyron-mickey-rev6
336          - const: google,veyron-mickey-rev5
337          - const: google,veyron-mickey-rev4
338          - const: google,veyron-mickey-rev3
339          - const: google,veyron-mickey-rev2
340          - const: google,veyron-mickey-rev1
341          - const: google,veyron-mickey-rev0
342          - const: google,veyron-mickey
343          - const: google,veyron
344          - const: rockchip,rk3288
345
346      - description: Google Mighty (Haier Chromebook 11 and more w/ SD)
347        items:
348          - const: google,veyron-mighty-rev5
349          - const: google,veyron-mighty-rev4
350          - const: google,veyron-mighty-rev3
351          - const: google,veyron-mighty-rev2
352          - const: google,veyron-mighty-rev1
353          - const: google,veyron-mighty
354          - const: google,veyron
355          - const: rockchip,rk3288
356
357      - description: Google Minnie (Asus Chromebook Flip C100P)
358        items:
359          - const: google,veyron-minnie-rev4
360          - const: google,veyron-minnie-rev3
361          - const: google,veyron-minnie-rev2
362          - const: google,veyron-minnie-rev1
363          - const: google,veyron-minnie-rev0
364          - const: google,veyron-minnie
365          - const: google,veyron
366          - const: rockchip,rk3288
367
368      - description: Google Pinky (dev-board)
369        items:
370          - const: google,veyron-pinky-rev2
371          - const: google,veyron-pinky
372          - const: google,veyron
373          - const: rockchip,rk3288
374
375      - description: Google Scarlet - Dumo (ASUS Chromebook Tablet CT100)
376        items:
377          - const: google,scarlet-rev15-sku0
378          - const: google,scarlet-rev15
379          - const: google,scarlet-rev14-sku0
380          - const: google,scarlet-rev14
381          - const: google,scarlet-rev13-sku0
382          - const: google,scarlet-rev13
383          - const: google,scarlet-rev12-sku0
384          - const: google,scarlet-rev12
385          - const: google,scarlet-rev11-sku0
386          - const: google,scarlet-rev11
387          - const: google,scarlet-rev10-sku0
388          - const: google,scarlet-rev10
389          - const: google,scarlet-rev9-sku0
390          - const: google,scarlet-rev9
391          - const: google,scarlet-rev8-sku0
392          - const: google,scarlet-rev8
393          - const: google,scarlet-rev7-sku0
394          - const: google,scarlet-rev7
395          - const: google,scarlet-rev6-sku0
396          - const: google,scarlet-rev6
397          - const: google,scarlet-rev5-sku0
398          - const: google,scarlet-rev5
399          - const: google,scarlet
400          - const: google,gru
401          - const: rockchip,rk3399
402
403      - description: Google Scarlet - Kingdisplay (Acer Chromebook Tab 10)
404        items:
405          - const: google,scarlet-rev15-sku7
406          - const: google,scarlet-rev15
407          - const: google,scarlet-rev14-sku7
408          - const: google,scarlet-rev14
409          - const: google,scarlet-rev13-sku7
410          - const: google,scarlet-rev13
411          - const: google,scarlet-rev12-sku7
412          - const: google,scarlet-rev12
413          - const: google,scarlet-rev11-sku7
414          - const: google,scarlet-rev11
415          - const: google,scarlet-rev10-sku7
416          - const: google,scarlet-rev10
417          - const: google,scarlet-rev9-sku7
418          - const: google,scarlet-rev9
419          - const: google,scarlet-rev8-sku7
420          - const: google,scarlet-rev8
421          - const: google,scarlet-rev7-sku7
422          - const: google,scarlet-rev7
423          - const: google,scarlet-rev6-sku7
424          - const: google,scarlet-rev6
425          - const: google,scarlet-rev5-sku7
426          - const: google,scarlet-rev5
427          - const: google,scarlet-rev4-sku7
428          - const: google,scarlet-rev4
429          - const: google,scarlet-rev3-sku7
430          - const: google,scarlet-rev3
431          - const: google,scarlet
432          - const: google,gru
433          - const: rockchip,rk3399
434
435      - description: |
436          Google Scarlet - Innolux display (Acer Chromebook Tab 10 and more)
437        items:
438          - const: google,scarlet-rev15-sku2
439          - const: google,scarlet-rev15-sku4
440          - const: google,scarlet-rev15-sku6
441          - const: google,scarlet-rev15
442          - const: google,scarlet-rev14-sku2
443          - const: google,scarlet-rev14-sku4
444          - const: google,scarlet-rev14-sku6
445          - const: google,scarlet-rev14
446          - const: google,scarlet-rev13-sku2
447          - const: google,scarlet-rev13-sku4
448          - const: google,scarlet-rev13-sku6
449          - const: google,scarlet-rev13
450          - const: google,scarlet-rev12-sku2
451          - const: google,scarlet-rev12-sku4
452          - const: google,scarlet-rev12-sku6
453          - const: google,scarlet-rev12
454          - const: google,scarlet-rev11-sku2
455          - const: google,scarlet-rev11-sku4
456          - const: google,scarlet-rev11-sku6
457          - const: google,scarlet-rev11
458          - const: google,scarlet-rev10-sku2
459          - const: google,scarlet-rev10-sku4
460          - const: google,scarlet-rev10-sku6
461          - const: google,scarlet-rev10
462          - const: google,scarlet-rev9-sku2
463          - const: google,scarlet-rev9-sku4
464          - const: google,scarlet-rev9-sku6
465          - const: google,scarlet-rev9
466          - const: google,scarlet-rev8-sku2
467          - const: google,scarlet-rev8-sku4
468          - const: google,scarlet-rev8-sku6
469          - const: google,scarlet-rev8
470          - const: google,scarlet-rev7-sku2
471          - const: google,scarlet-rev7-sku4
472          - const: google,scarlet-rev7-sku6
473          - const: google,scarlet-rev7
474          - const: google,scarlet-rev6-sku2
475          - const: google,scarlet-rev6-sku4
476          - const: google,scarlet-rev6-sku6
477          - const: google,scarlet-rev6
478          - const: google,scarlet-rev5-sku2
479          - const: google,scarlet-rev5-sku4
480          - const: google,scarlet-rev5-sku6
481          - const: google,scarlet-rev5
482          - const: google,scarlet-rev4-sku2
483          - const: google,scarlet-rev4-sku4
484          - const: google,scarlet-rev4-sku6
485          - const: google,scarlet-rev4
486          - const: google,scarlet
487          - const: google,gru
488          - const: rockchip,rk3399
489
490      - description: Google Speedy (Asus C201 Chromebook)
491        items:
492          - const: google,veyron-speedy-rev9
493          - const: google,veyron-speedy-rev8
494          - const: google,veyron-speedy-rev7
495          - const: google,veyron-speedy-rev6
496          - const: google,veyron-speedy-rev5
497          - const: google,veyron-speedy-rev4
498          - const: google,veyron-speedy-rev3
499          - const: google,veyron-speedy-rev2
500          - const: google,veyron-speedy
501          - const: google,veyron
502          - const: rockchip,rk3288
503
504      - description: Google Tiger (AOpen Chromebase Mini)
505        items:
506          - const: google,veyron-tiger-rev8
507          - const: google,veyron-tiger-rev7
508          - const: google,veyron-tiger-rev6
509          - const: google,veyron-tiger-rev5
510          - const: google,veyron-tiger-rev4
511          - const: google,veyron-tiger-rev3
512          - const: google,veyron-tiger-rev2
513          - const: google,veyron-tiger-rev1
514          - const: google,veyron-tiger-rev0
515          - const: google,veyron-tiger
516          - const: google,veyron
517          - const: rockchip,rk3288
518
519      - description: Haoyu MarsBoard RK3066
520        items:
521          - const: haoyu,marsboard-rk3066
522          - const: rockchip,rk3066a
523
524      - description: Hardkernel Odroid Go Advance
525        items:
526          - const: hardkernel,rk3326-odroid-go2
527          - const: rockchip,rk3326
528
529      - description: Hardkernel Odroid Go Advance Black Edition
530        items:
531          - const: hardkernel,rk3326-odroid-go2-v11
532          - const: rockchip,rk3326
533
534      - description: Hardkernel Odroid Go Super
535        items:
536          - const: hardkernel,rk3326-odroid-go3
537          - const: rockchip,rk3326
538
539      - description: Hardkernel Odroid M1
540        items:
541          - const: rockchip,rk3568-odroid-m1
542          - const: rockchip,rk3568
543
544      - description: Hugsun X99 TV Box
545        items:
546          - const: hugsun,x99
547          - const: rockchip,rk3399
548
549      - description: Indiedroid Nova SBC
550        items:
551          - const: indiedroid,nova
552          - const: rockchip,rk3588s
553
554      - description: Khadas Edge series boards
555        items:
556          - enum:
557              - khadas,edge
558              - khadas,edge-captain
559              - khadas,edge-v
560          - const: rockchip,rk3399
561
562      - description: Khadas Edge2 series boards
563        items:
564          - const: khadas,edge2
565          - const: rockchip,rk3588s
566
567      - description: Kobol Helios64
568        items:
569          - const: kobol,helios64
570          - const: rockchip,rk3399
571
572      - description: Mecer Xtreme Mini S6
573        items:
574          - const: mecer,xms6
575          - const: rockchip,rk3229
576
577      - description: Leez RK3399 P710
578        items:
579          - const: leez,p710
580          - const: rockchip,rk3399
581
582      - description: Lunzn FastRhino R66S / R68S
583        items:
584          - enum:
585              - lunzn,fastrhino-r66s
586              - lunzn,fastrhino-r68s
587          - const: rockchip,rk3568
588
589      - description: mqmaker MiQi
590        items:
591          - const: mqmaker,miqi
592          - const: rockchip,rk3288
593
594      - description: Netxeon R89 board
595        items:
596          - const: netxeon,r89
597          - const: rockchip,rk3288
598
599      - description: OPEN AI LAB EAIDK-610
600        items:
601          - const: openailab,eaidk-610
602          - const: rockchip,rk3399
603
604      - description: Orange Pi RK3399 board
605        items:
606          - const: rockchip,rk3399-orangepi
607          - const: rockchip,rk3399
608
609      - description: Phytec phyCORE-RK3288 Rapid Development Kit
610        items:
611          - const: phytec,rk3288-pcm-947
612          - const: phytec,rk3288-phycore-som
613          - const: rockchip,rk3288
614
615      - description: Pine64 PinebookPro
616        items:
617          - const: pine64,pinebook-pro
618          - const: rockchip,rk3399
619
620      - description: Pine64 PineNote
621        items:
622          - enum:
623              - pine64,pinenote-v1.1
624              - pine64,pinenote-v1.2
625          - const: pine64,pinenote
626          - const: rockchip,rk3566
627
628      - description: Pine64 PinePhonePro
629        items:
630          - const: pine64,pinephone-pro
631          - const: rockchip,rk3399
632
633      - description: Pine64 Rock64
634        items:
635          - const: pine64,rock64
636          - const: rockchip,rk3328
637
638      - description: Pine64 RockPro64
639        items:
640          - enum:
641              - pine64,rockpro64-v2.1
642              - pine64,rockpro64-v2.0
643          - const: pine64,rockpro64
644          - const: rockchip,rk3399
645
646      - description: Pine64 Quartz64 Model A/B
647        items:
648          - enum:
649              - pine64,quartz64-a
650              - pine64,quartz64-b
651          - const: rockchip,rk3566
652
653      - description: Pine64 SoQuartz SoM
654        items:
655          - enum:
656              - pine64,soquartz-blade
657              - pine64,soquartz-cm4io
658              - pine64,soquartz-model-a
659          - const: pine64,soquartz
660          - const: rockchip,rk3566
661
662      - description: Radxa Compute Module 3(CM3)
663        items:
664          - enum:
665              - radxa,cm3-io
666          - const: radxa,cm3
667          - const: rockchip,rk3566
668
669      - description: Radxa CM3 Industrial
670        items:
671          - enum:
672              - radxa,e25
673          - const: radxa,cm3i
674          - const: rockchip,rk3568
675
676      - description: Radxa Rock
677        items:
678          - const: radxa,rock
679          - const: rockchip,rk3188
680
681      - description: Radxa ROCK Pi 4A/A+/B/B+/C
682        items:
683          - enum:
684              - radxa,rockpi4a
685              - radxa,rockpi4a-plus
686              - radxa,rockpi4b
687              - radxa,rockpi4b-plus
688              - radxa,rockpi4c
689          - const: radxa,rockpi4
690          - const: rockchip,rk3399
691
692      - description: Radxa ROCK 4C+
693        items:
694          - const: radxa,rock-4c-plus
695          - const: rockchip,rk3399
696
697      - description: Radxa ROCK Pi E
698        items:
699          - const: radxa,rockpi-e
700          - const: rockchip,rk3328
701
702      - description: Radxa ROCK Pi N8
703        items:
704          - const: radxa,rockpi-n8
705          - const: vamrs,rk3288-vmarc-som
706          - const: rockchip,rk3288
707
708      - description: Radxa ROCK Pi N10
709        items:
710          - const: radxa,rockpi-n10
711          - const: vamrs,rk3399pro-vmarc-som
712          - const: rockchip,rk3399pro
713
714      - description: Radxa ROCK Pi S
715        items:
716          - const: radxa,rockpis
717          - const: rockchip,rk3308
718
719      - description: Radxa Rock2 Square
720        items:
721          - const: radxa,rock2-square
722          - const: rockchip,rk3288
723
724      - description: Radxa ROCK3 Model A
725        items:
726          - const: radxa,rock3a
727          - const: rockchip,rk3568
728
729      - description: Radxa ROCK 5 Model A
730        items:
731          - const: radxa,rock-5a
732          - const: rockchip,rk3588s
733
734      - description: Radxa ROCK 5 Model B
735        items:
736          - const: radxa,rock-5b
737          - const: rockchip,rk3588
738
739      - description: Rikomagic MK808 v1
740        items:
741          - const: rikomagic,mk808
742          - const: rockchip,rk3066a
743
744      - description: Rockchip Kylin
745        items:
746          - const: rockchip,rk3036-kylin
747          - const: rockchip,rk3036
748
749      - description: Rockchip PX3 Evaluation board
750        items:
751          - const: rockchip,px3-evb
752          - const: rockchip,px3
753          - const: rockchip,rk3188
754
755      - description: Rockchip PX30 Evaluation board
756        items:
757          - const: rockchip,px30-evb
758          - const: rockchip,px30
759
760      - description: Rockchip PX5 Evaluation board
761        items:
762          - const: rockchip,px5-evb
763          - const: rockchip,px5
764          - const: rockchip,rk3368
765
766      - description: Rockchip R88
767        items:
768          - const: rockchip,r88
769          - const: rockchip,rk3368
770
771      - description: Rockchip RK3036 Evaluation board
772        items:
773          - const: rockchip,rk3036-evb
774          - const: rockchip,rk3036
775
776      - description: Rockchip RK3128 Evaluation board
777        items:
778          - const: rockchip,rk3128-evb
779          - const: rockchip,rk3128
780
781      - description: Rockchip RK3228 Evaluation board
782        items:
783          - const: rockchip,rk3228-evb
784          - const: rockchip,rk3228
785
786      - description: Rockchip RK3229 Evaluation board
787        items:
788          - const: rockchip,rk3229-evb
789          - const: rockchip,rk3229
790
791      - description: Rockchip RK3288 Evaluation board
792        items:
793          - enum:
794              - rockchip,rk3288-evb-act8846
795              - rockchip,rk3288-evb-rk808
796          - const: rockchip,rk3288
797
798      - description: Rockchip RK3308 Evaluation board
799        items:
800          - const: rockchip,rk3308-evb
801          - const: rockchip,rk3308
802
803      - description: Rockchip RK3328 Evaluation board
804        items:
805          - const: rockchip,rk3328-evb
806          - const: rockchip,rk3328
807
808      - description: Rockchip RK3368 Evaluation board (act8846 pmic)
809        items:
810          - const: rockchip,rk3368-evb-act8846
811          - const: rockchip,rk3368
812
813      - description: Rockchip RK3399 Evaluation board
814        items:
815          - const: rockchip,rk3399-evb
816          - const: rockchip,rk3399
817
818      - description: Rockchip RK3399 Sapphire standalone
819        items:
820          - const: rockchip,rk3399-sapphire
821          - const: rockchip,rk3399
822
823      - description: Rockchip RK3399 Sapphire with Excavator Baseboard
824        items:
825          - const: rockchip,rk3399-sapphire-excavator
826          - const: rockchip,rk3399
827
828      - description: Rockchip RK3588 Evaluation board
829        items:
830          - const: rockchip,rk3588-evb1-v10
831          - const: rockchip,rk3588
832
833      - description: Rockchip RV1108 Evaluation board
834        items:
835          - const: rockchip,rv1108-evb
836          - const: rockchip,rv1108
837
838      - description: Theobroma Systems PX30-uQ7 with Haikou baseboard
839        items:
840          - const: tsd,px30-ringneck-haikou
841          - const: rockchip,px30
842
843      - description: Theobroma Systems RK3368-uQ7 with Haikou baseboard
844        items:
845          - const: tsd,rk3368-lion-haikou
846          - const: rockchip,rk3368
847
848      - description: Theobroma Systems RK3399-Q7 with Haikou baseboard
849        items:
850          - const: tsd,rk3399-puma-haikou
851          - const: rockchip,rk3399
852
853      - description: Tronsmart Orion R68 Meta
854        items:
855          - const: tronsmart,orion-r68-meta
856          - const: rockchip,rk3368
857
858      - description: Xunlong Orange Pi R1 Plus / LTS
859        items:
860          - enum:
861              - xunlong,orangepi-r1-plus
862              - xunlong,orangepi-r1-plus-lts
863          - const: rockchip,rk3328
864
865      - description: Zkmagic A95X Z2
866        items:
867          - const: zkmagic,a95x-z2
868          - const: rockchip,rk3318
869
870      - description: Rockchip RK3566 BOX Evaluation Demo board
871        items:
872          - const: rockchip,rk3566-box-demo
873          - const: rockchip,rk3566
874
875      - description: Rockchip RK3568 Evaluation board
876        items:
877          - const: rockchip,rk3568-evb1-v10
878          - const: rockchip,rk3568
879
880      - description: Rockchip RK3568 Banana Pi R2 Pro
881        items:
882          - const: rockchip,rk3568-bpi-r2pro
883          - const: rockchip,rk3568
884
885additionalProperties: true
886
887...
888