1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/arm/rockchi 4 $id: http://devicetree.org/schemas/arm/rockchip.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Rockchip platforms 7 title: Rockchip platforms 8 8 9 maintainers: 9 maintainers: 10 - Heiko Stuebner <heiko@sntech.de> 10 - Heiko Stuebner <heiko@sntech.de> 11 11 12 properties: 12 properties: 13 $nodename: 13 $nodename: 14 const: '/' 14 const: '/' 15 compatible: 15 compatible: 16 oneOf: 16 oneOf: 17 17 18 - description: 96boards RK3399 Ficus (RO 18 - description: 96boards RK3399 Ficus (ROCK960 Enterprise Edition) 19 items: 19 items: 20 - const: vamrs,ficus 20 - const: vamrs,ficus 21 - const: rockchip,rk3399 21 - const: rockchip,rk3399 22 22 23 - description: 96boards RK3399 Rock960 ( 23 - description: 96boards RK3399 Rock960 (ROCK960 Consumer Edition) 24 items: 24 items: 25 - const: vamrs,rock960 25 - const: vamrs,rock960 26 - const: rockchip,rk3399 26 - const: rockchip,rk3399 27 27 28 - description: Amarula Vyasa RK3288 28 - description: Amarula Vyasa RK3288 29 items: 29 items: 30 - const: amarula,vyasa-rk3288 30 - const: amarula,vyasa-rk3288 31 - const: rockchip,rk3288 31 - const: rockchip,rk3288 32 32 33 - description: Anbernic RK3326 Handheld 33 - description: Anbernic RK3326 Handheld Gaming Console 34 items: 34 items: 35 - enum: 35 - enum: 36 - anbernic,rg351m 36 - anbernic,rg351m 37 - anbernic,rg351v 37 - anbernic,rg351v 38 - const: rockchip,rk3326 38 - const: rockchip,rk3326 39 39 40 - description: Anbernic RK3566 Handheld 40 - description: Anbernic RK3566 Handheld Gaming Console 41 items: 41 items: 42 - enum: 42 - enum: 43 - anbernic,rg353p 43 - anbernic,rg353p 44 - anbernic,rg353ps 44 - anbernic,rg353ps 45 - anbernic,rg353v 45 - anbernic,rg353v 46 - anbernic,rg353vs 46 - anbernic,rg353vs 47 - anbernic,rg503 47 - anbernic,rg503 48 - anbernic,rg-arc-d 48 - anbernic,rg-arc-d 49 - anbernic,rg-arc-s 49 - anbernic,rg-arc-s 50 - const: rockchip,rk3566 50 - const: rockchip,rk3566 51 51 52 - description: ArmSoM Sige7 board 52 - description: ArmSoM Sige7 board 53 items: 53 items: 54 - const: armsom,sige7 54 - const: armsom,sige7 55 - const: rockchip,rk3588 55 - const: rockchip,rk3588 56 56 57 - description: Asus Tinker board 57 - description: Asus Tinker board 58 items: 58 items: 59 - const: asus,rk3288-tinker 59 - const: asus,rk3288-tinker 60 - const: rockchip,rk3288 60 - const: rockchip,rk3288 61 61 62 - description: Asus Tinker board S 62 - description: Asus Tinker board S 63 items: 63 items: 64 - const: asus,rk3288-tinker-s 64 - const: asus,rk3288-tinker-s 65 - const: rockchip,rk3288 65 - const: rockchip,rk3288 66 66 67 - description: Beelink A1 67 - description: Beelink A1 68 items: 68 items: 69 - const: azw,beelink-a1 69 - const: azw,beelink-a1 70 - const: rockchip,rk3328 70 - const: rockchip,rk3328 71 71 72 - description: bq Curie 2 tablet 72 - description: bq Curie 2 tablet 73 items: 73 items: 74 - const: mundoreader,bq-curie2 74 - const: mundoreader,bq-curie2 75 - const: rockchip,rk3066a 75 - const: rockchip,rk3066a 76 76 77 - description: bq Edison 2 Quad-Core tab 77 - description: bq Edison 2 Quad-Core tablet 78 items: 78 items: 79 - const: mundoreader,bq-edison2qc 79 - const: mundoreader,bq-edison2qc 80 - const: rockchip,rk3188 80 - const: rockchip,rk3188 81 81 82 - description: ChipSPARK PopMetal-RK3288 82 - description: ChipSPARK PopMetal-RK3288 83 items: 83 items: 84 - const: chipspark,popmetal-rk3288 84 - const: chipspark,popmetal-rk3288 85 - const: rockchip,rk3288 85 - const: rockchip,rk3288 86 86 87 - description: ChipSPARK Rayeager PX2 87 - description: ChipSPARK Rayeager PX2 88 items: 88 items: 89 - const: chipspark,rayeager-px2 89 - const: chipspark,rayeager-px2 90 - const: rockchip,rk3066a 90 - const: rockchip,rk3066a 91 91 92 - description: Cool Pi Compute Module 5( 92 - description: Cool Pi Compute Module 5(CM5) EVB 93 items: 93 items: 94 - enum: 94 - enum: 95 - coolpi,pi-cm5-evb 95 - coolpi,pi-cm5-evb 96 - const: coolpi,pi-cm5 96 - const: coolpi,pi-cm5 97 - const: rockchip,rk3588 97 - const: rockchip,rk3588 98 98 99 - description: Cool Pi CM5 GenBook << 100 items: << 101 - enum: << 102 - coolpi,pi-cm5-genbook << 103 - const: coolpi,pi-cm5 << 104 - const: rockchip,rk3588 << 105 << 106 - description: Cool Pi 4 Model B 99 - description: Cool Pi 4 Model B 107 items: 100 items: 108 - const: coolpi,pi-4b 101 - const: coolpi,pi-4b 109 - const: rockchip,rk3588s 102 - const: rockchip,rk3588s 110 103 111 - description: Edgeble Neural Compute Mo 104 - description: Edgeble Neural Compute Module 2(Neu2) SoM based boards 112 items: 105 items: 113 - const: edgeble,neural-compute-modu 106 - const: edgeble,neural-compute-module-2-io # Edgeble Neural Compute Module 2 IO Board 114 - const: edgeble,neural-compute-modu 107 - const: edgeble,neural-compute-module-2 # Edgeble Neural Compute Module 2 SoM 115 - const: rockchip,rv1126 108 - const: rockchip,rv1126 116 109 117 - description: Edgeble Neural Compute Mo 110 - description: Edgeble Neural Compute Module 6(Neu6) SoM based boards 118 items: 111 items: 119 - const: edgeble,neural-compute-modu 112 - const: edgeble,neural-compute-module-6a-io # Edgeble NCM6A-IO Board 120 - enum: 113 - enum: 121 - edgeble,neural-compute-module- 114 - edgeble,neural-compute-module-6a # Edgeble Neural Compute Module 6A SoM 122 - edgeble,neural-compute-module- 115 - edgeble,neural-compute-module-6b # Edgeble Neural Compute Module 6B SoM 123 - const: rockchip,rk3588 116 - const: rockchip,rk3588 124 117 125 - description: Elgin RV1108 R1 118 - description: Elgin RV1108 R1 126 items: 119 items: 127 - const: elgin,rv1108-r1 120 - const: elgin,rv1108-r1 128 - const: rockchip,rv1108 121 - const: rockchip,rv1108 129 122 130 - description: EmbedFire LubanCat 1 123 - description: EmbedFire LubanCat 1 131 items: 124 items: 132 - const: embedfire,lubancat-1 125 - const: embedfire,lubancat-1 133 - const: rockchip,rk3566 126 - const: rockchip,rk3566 134 127 135 - description: EmbedFire LubanCat 2 128 - description: EmbedFire LubanCat 2 136 items: 129 items: 137 - const: embedfire,lubancat-2 130 - const: embedfire,lubancat-2 138 - const: rockchip,rk3568 131 - const: rockchip,rk3568 139 132 140 - description: Engicam PX30.Core C.TOUCH 133 - description: Engicam PX30.Core C.TOUCH 2.0 141 items: 134 items: 142 - const: engicam,px30-core-ctouch2 135 - const: engicam,px30-core-ctouch2 143 - const: engicam,px30-core 136 - const: engicam,px30-core 144 - const: rockchip,px30 137 - const: rockchip,px30 145 138 146 - description: Engicam PX30.Core C.TOUCH 139 - description: Engicam PX30.Core C.TOUCH 2.0 10.1" Open Frame 147 items: 140 items: 148 - const: engicam,px30-core-ctouch2-o 141 - const: engicam,px30-core-ctouch2-of10 149 - const: engicam,px30-core 142 - const: engicam,px30-core 150 - const: rockchip,px30 143 - const: rockchip,px30 151 144 152 - description: Engicam PX30.Core EDIMM2. 145 - description: Engicam PX30.Core EDIMM2.2 Starter Kit 153 items: 146 items: 154 - const: engicam,px30-core-edimm2.2 147 - const: engicam,px30-core-edimm2.2 155 - const: engicam,px30-core 148 - const: engicam,px30-core 156 - const: rockchip,px30 149 - const: rockchip,px30 157 150 158 - description: Firefly Core-PX30-JD4 on << 159 items: << 160 - const: firefly,px30-jd4-core-mb << 161 - const: firefly,px30-jd4-core << 162 - const: rockchip,px30 << 163 << 164 - description: Firefly Firefly-RK3288 151 - description: Firefly Firefly-RK3288 165 items: 152 items: 166 - enum: 153 - enum: 167 - firefly,firefly-rk3288 154 - firefly,firefly-rk3288 168 - firefly,firefly-rk3288-beta 155 - firefly,firefly-rk3288-beta 169 - const: rockchip,rk3288 156 - const: rockchip,rk3288 170 157 171 - description: Firefly Firefly-RK3288 Re 158 - description: Firefly Firefly-RK3288 Reload 172 items: 159 items: 173 - const: firefly,firefly-rk3288-relo 160 - const: firefly,firefly-rk3288-reload 174 - const: rockchip,rk3288 161 - const: rockchip,rk3288 175 162 176 - description: Firefly Firefly-RK3399 163 - description: Firefly Firefly-RK3399 177 items: 164 items: 178 - const: firefly,firefly-rk3399 165 - const: firefly,firefly-rk3399 179 - const: rockchip,rk3399 166 - const: rockchip,rk3399 180 167 181 - description: Firefly ROC-RK3308-CC 168 - description: Firefly ROC-RK3308-CC 182 items: 169 items: 183 - const: firefly,roc-rk3308-cc 170 - const: firefly,roc-rk3308-cc 184 - const: rockchip,rk3308 171 - const: rockchip,rk3308 185 172 186 - description: Firefly roc-rk3328-cc 173 - description: Firefly roc-rk3328-cc 187 items: 174 items: 188 - const: firefly,roc-rk3328-cc 175 - const: firefly,roc-rk3328-cc 189 - const: rockchip,rk3328 176 - const: rockchip,rk3328 190 177 191 - description: Firefly ROC-RK3328-PC 178 - description: Firefly ROC-RK3328-PC 192 items: 179 items: 193 - const: firefly,roc-rk3328-pc 180 - const: firefly,roc-rk3328-pc 194 - const: rockchip,rk3328 181 - const: rockchip,rk3328 195 182 196 - description: Firefly ROC-RK3399-PC 183 - description: Firefly ROC-RK3399-PC 197 items: 184 items: 198 - enum: 185 - enum: 199 - firefly,roc-rk3399-pc 186 - firefly,roc-rk3399-pc 200 - firefly,roc-rk3399-pc-mezzanin 187 - firefly,roc-rk3399-pc-mezzanine 201 - const: rockchip,rk3399 188 - const: rockchip,rk3399 202 189 203 - description: Firefly ROC-RK3399-PC-PLU 190 - description: Firefly ROC-RK3399-PC-PLUS 204 items: 191 items: 205 - enum: 192 - enum: 206 - firefly,roc-rk3399-pc-plus 193 - firefly,roc-rk3399-pc-plus 207 - const: rockchip,rk3399 194 - const: rockchip,rk3399 208 195 209 - description: Firefly Station M2 196 - description: Firefly Station M2 210 items: 197 items: 211 - const: firefly,rk3566-roc-pc 198 - const: firefly,rk3566-roc-pc 212 - const: rockchip,rk3566 199 - const: rockchip,rk3566 213 200 214 - description: Firefly Station P2 201 - description: Firefly Station P2 215 items: 202 items: 216 - const: firefly,rk3568-roc-pc 203 - const: firefly,rk3568-roc-pc 217 - const: rockchip,rk3568 204 - const: rockchip,rk3568 218 205 219 - description: Forlinx FET3588-C SoM 206 - description: Forlinx FET3588-C SoM 220 items: 207 items: 221 - enum: 208 - enum: 222 - forlinx,ok3588-c 209 - forlinx,ok3588-c 223 - const: forlinx,fet3588-c 210 - const: forlinx,fet3588-c 224 - const: rockchip,rk3588 211 - const: rockchip,rk3588 225 212 226 - description: FriendlyElec NanoPi R2 se 213 - description: FriendlyElec NanoPi R2 series boards 227 items: 214 items: 228 - enum: 215 - enum: 229 - friendlyarm,nanopi-r2c 216 - friendlyarm,nanopi-r2c 230 - friendlyarm,nanopi-r2c-plus 217 - friendlyarm,nanopi-r2c-plus 231 - friendlyarm,nanopi-r2s 218 - friendlyarm,nanopi-r2s 232 - friendlyarm,nanopi-r2s-plus << 233 - const: rockchip,rk3328 219 - const: rockchip,rk3328 234 220 235 - description: FriendlyElec NanoPi4 seri 221 - description: FriendlyElec NanoPi4 series boards 236 items: 222 items: 237 - enum: 223 - enum: 238 - friendlyarm,nanopc-t4 224 - friendlyarm,nanopc-t4 239 - friendlyarm,nanopi-m4 225 - friendlyarm,nanopi-m4 240 - friendlyarm,nanopi-m4b 226 - friendlyarm,nanopi-m4b 241 - friendlyarm,nanopi-neo4 227 - friendlyarm,nanopi-neo4 242 - friendlyarm,nanopi-r4s 228 - friendlyarm,nanopi-r4s 243 - friendlyarm,nanopi-r4s-enterpr 229 - friendlyarm,nanopi-r4s-enterprise 244 - const: rockchip,rk3399 230 - const: rockchip,rk3399 245 231 246 - description: FriendlyElec NanoPi R5 se 232 - description: FriendlyElec NanoPi R5 series boards 247 items: 233 items: 248 - enum: 234 - enum: 249 - friendlyarm,nanopi-r5c 235 - friendlyarm,nanopi-r5c 250 - friendlyarm,nanopi-r5s 236 - friendlyarm,nanopi-r5s 251 - const: rockchip,rk3568 237 - const: rockchip,rk3568 252 238 253 - description: FriendlyElec NanoPi R6 se 239 - description: FriendlyElec NanoPi R6 series boards 254 items: 240 items: 255 - enum: 241 - enum: 256 - friendlyarm,nanopi-r6c 242 - friendlyarm,nanopi-r6c 257 - friendlyarm,nanopi-r6s 243 - friendlyarm,nanopi-r6s 258 - const: rockchip,rk3588s 244 - const: rockchip,rk3588s 259 245 260 - description: FriendlyElec NanoPC T6 se !! 246 - description: FriendlyElec NanoPC T6 261 items: 247 items: 262 - enum: !! 248 - const: friendlyarm,nanopc-t6 263 - friendlyarm,nanopc-t6 << 264 - friendlyarm,nanopc-t6-lts << 265 - const: rockchip,rk3588 249 - const: rockchip,rk3588 266 250 267 - description: FriendlyElec CM3588-based 251 - description: FriendlyElec CM3588-based boards 268 items: 252 items: 269 - enum: 253 - enum: 270 - friendlyarm,cm3588-nas 254 - friendlyarm,cm3588-nas 271 - const: friendlyarm,cm3588 255 - const: friendlyarm,cm3588 272 - const: rockchip,rk3588 256 - const: rockchip,rk3588 273 257 274 - description: GameForce Ace << 275 items: << 276 - const: gameforce,ace << 277 - const: rockchip,rk3588s << 278 << 279 - description: GameForce Chi 258 - description: GameForce Chi 280 items: 259 items: 281 - const: gameforce,chi 260 - const: gameforce,chi 282 - const: rockchip,rk3326 261 - const: rockchip,rk3326 283 262 284 - description: GeekBuying GeekBox 263 - description: GeekBuying GeekBox 285 items: 264 items: 286 - const: geekbuying,geekbox 265 - const: geekbuying,geekbox 287 - const: rockchip,rk3368 266 - const: rockchip,rk3368 288 267 289 - description: Geniatech XPI-3128 268 - description: Geniatech XPI-3128 290 items: 269 items: 291 - const: geniatech,xpi-3128 270 - const: geniatech,xpi-3128 292 - const: rockchip,rk3128 271 - const: rockchip,rk3128 293 272 294 - description: Google Bob (Asus Chromebo 273 - description: Google Bob (Asus Chromebook Flip C101PA) 295 items: 274 items: 296 - const: google,bob-rev13 275 - const: google,bob-rev13 297 - const: google,bob-rev12 276 - const: google,bob-rev12 298 - const: google,bob-rev11 277 - const: google,bob-rev11 299 - const: google,bob-rev10 278 - const: google,bob-rev10 300 - const: google,bob-rev9 279 - const: google,bob-rev9 301 - const: google,bob-rev8 280 - const: google,bob-rev8 302 - const: google,bob-rev7 281 - const: google,bob-rev7 303 - const: google,bob-rev6 282 - const: google,bob-rev6 304 - const: google,bob-rev5 283 - const: google,bob-rev5 305 - const: google,bob-rev4 284 - const: google,bob-rev4 306 - const: google,bob 285 - const: google,bob 307 - const: google,gru 286 - const: google,gru 308 - const: rockchip,rk3399 287 - const: rockchip,rk3399 309 288 310 - description: Google Brain (dev-board) 289 - description: Google Brain (dev-board) 311 items: 290 items: 312 - const: google,veyron-brain-rev0 291 - const: google,veyron-brain-rev0 313 - const: google,veyron-brain 292 - const: google,veyron-brain 314 - const: google,veyron 293 - const: google,veyron 315 - const: rockchip,rk3288 294 - const: rockchip,rk3288 316 295 317 - description: Google Fievel (AOPEN Chro 296 - description: Google Fievel (AOPEN Chromebox Mini) 318 items: 297 items: 319 - const: google,veyron-fievel-rev8 298 - const: google,veyron-fievel-rev8 320 - const: google,veyron-fievel-rev7 299 - const: google,veyron-fievel-rev7 321 - const: google,veyron-fievel-rev6 300 - const: google,veyron-fievel-rev6 322 - const: google,veyron-fievel-rev5 301 - const: google,veyron-fievel-rev5 323 - const: google,veyron-fievel-rev4 302 - const: google,veyron-fievel-rev4 324 - const: google,veyron-fievel-rev3 303 - const: google,veyron-fievel-rev3 325 - const: google,veyron-fievel-rev2 304 - const: google,veyron-fievel-rev2 326 - const: google,veyron-fievel-rev1 305 - const: google,veyron-fievel-rev1 327 - const: google,veyron-fievel-rev0 306 - const: google,veyron-fievel-rev0 328 - const: google,veyron-fievel 307 - const: google,veyron-fievel 329 - const: google,veyron 308 - const: google,veyron 330 - const: rockchip,rk3288 309 - const: rockchip,rk3288 331 310 332 - description: Google Gru (dev-board) 311 - description: Google Gru (dev-board) 333 items: 312 items: 334 - const: google,gru-rev15 313 - const: google,gru-rev15 335 - const: google,gru-rev14 314 - const: google,gru-rev14 336 - const: google,gru-rev13 315 - const: google,gru-rev13 337 - const: google,gru-rev12 316 - const: google,gru-rev12 338 - const: google,gru-rev11 317 - const: google,gru-rev11 339 - const: google,gru-rev10 318 - const: google,gru-rev10 340 - const: google,gru-rev9 319 - const: google,gru-rev9 341 - const: google,gru-rev8 320 - const: google,gru-rev8 342 - const: google,gru-rev7 321 - const: google,gru-rev7 343 - const: google,gru-rev6 322 - const: google,gru-rev6 344 - const: google,gru-rev5 323 - const: google,gru-rev5 345 - const: google,gru-rev4 324 - const: google,gru-rev4 346 - const: google,gru-rev3 325 - const: google,gru-rev3 347 - const: google,gru-rev2 326 - const: google,gru-rev2 348 - const: google,gru 327 - const: google,gru 349 - const: rockchip,rk3399 328 - const: rockchip,rk3399 350 329 351 - description: Google Jaq (Haier Chromeb 330 - description: Google Jaq (Haier Chromebook 11 and more w/ uSD) 352 items: 331 items: 353 - const: google,veyron-jaq-rev5 332 - const: google,veyron-jaq-rev5 354 - const: google,veyron-jaq-rev4 333 - const: google,veyron-jaq-rev4 355 - const: google,veyron-jaq-rev3 334 - const: google,veyron-jaq-rev3 356 - const: google,veyron-jaq-rev2 335 - const: google,veyron-jaq-rev2 357 - const: google,veyron-jaq-rev1 336 - const: google,veyron-jaq-rev1 358 - const: google,veyron-jaq 337 - const: google,veyron-jaq 359 - const: google,veyron 338 - const: google,veyron 360 - const: rockchip,rk3288 339 - const: rockchip,rk3288 361 340 362 - description: Google Jerry (Hisense Chr 341 - description: Google Jerry (Hisense Chromebook C11 and more) 363 items: 342 items: 364 - const: google,veyron-jerry-rev15 343 - const: google,veyron-jerry-rev15 365 - const: google,veyron-jerry-rev14 344 - const: google,veyron-jerry-rev14 366 - const: google,veyron-jerry-rev13 345 - const: google,veyron-jerry-rev13 367 - const: google,veyron-jerry-rev12 346 - const: google,veyron-jerry-rev12 368 - const: google,veyron-jerry-rev11 347 - const: google,veyron-jerry-rev11 369 - const: google,veyron-jerry-rev10 348 - const: google,veyron-jerry-rev10 370 - const: google,veyron-jerry-rev7 349 - const: google,veyron-jerry-rev7 371 - const: google,veyron-jerry-rev6 350 - const: google,veyron-jerry-rev6 372 - const: google,veyron-jerry-rev5 351 - const: google,veyron-jerry-rev5 373 - const: google,veyron-jerry-rev4 352 - const: google,veyron-jerry-rev4 374 - const: google,veyron-jerry-rev3 353 - const: google,veyron-jerry-rev3 375 - const: google,veyron-jerry 354 - const: google,veyron-jerry 376 - const: google,veyron 355 - const: google,veyron 377 - const: rockchip,rk3288 356 - const: rockchip,rk3288 378 357 379 - description: Google Kevin (Samsung Chr 358 - description: Google Kevin (Samsung Chromebook Plus) 380 items: 359 items: 381 - const: google,kevin-rev15 360 - const: google,kevin-rev15 382 - const: google,kevin-rev14 361 - const: google,kevin-rev14 383 - const: google,kevin-rev13 362 - const: google,kevin-rev13 384 - const: google,kevin-rev12 363 - const: google,kevin-rev12 385 - const: google,kevin-rev11 364 - const: google,kevin-rev11 386 - const: google,kevin-rev10 365 - const: google,kevin-rev10 387 - const: google,kevin-rev9 366 - const: google,kevin-rev9 388 - const: google,kevin-rev8 367 - const: google,kevin-rev8 389 - const: google,kevin-rev7 368 - const: google,kevin-rev7 390 - const: google,kevin-rev6 369 - const: google,kevin-rev6 391 - const: google,kevin 370 - const: google,kevin 392 - const: google,gru 371 - const: google,gru 393 - const: rockchip,rk3399 372 - const: rockchip,rk3399 394 373 395 - description: Google Mickey (Asus Chrom 374 - description: Google Mickey (Asus Chromebit CS10) 396 items: 375 items: 397 - const: google,veyron-mickey-rev8 376 - const: google,veyron-mickey-rev8 398 - const: google,veyron-mickey-rev7 377 - const: google,veyron-mickey-rev7 399 - const: google,veyron-mickey-rev6 378 - const: google,veyron-mickey-rev6 400 - const: google,veyron-mickey-rev5 379 - const: google,veyron-mickey-rev5 401 - const: google,veyron-mickey-rev4 380 - const: google,veyron-mickey-rev4 402 - const: google,veyron-mickey-rev3 381 - const: google,veyron-mickey-rev3 403 - const: google,veyron-mickey-rev2 382 - const: google,veyron-mickey-rev2 404 - const: google,veyron-mickey-rev1 383 - const: google,veyron-mickey-rev1 405 - const: google,veyron-mickey-rev0 384 - const: google,veyron-mickey-rev0 406 - const: google,veyron-mickey 385 - const: google,veyron-mickey 407 - const: google,veyron 386 - const: google,veyron 408 - const: rockchip,rk3288 387 - const: rockchip,rk3288 409 388 410 - description: Google Mighty (Haier Chro 389 - description: Google Mighty (Haier Chromebook 11 and more w/ SD) 411 items: 390 items: 412 - const: google,veyron-mighty-rev5 391 - const: google,veyron-mighty-rev5 413 - const: google,veyron-mighty-rev4 392 - const: google,veyron-mighty-rev4 414 - const: google,veyron-mighty-rev3 393 - const: google,veyron-mighty-rev3 415 - const: google,veyron-mighty-rev2 394 - const: google,veyron-mighty-rev2 416 - const: google,veyron-mighty-rev1 395 - const: google,veyron-mighty-rev1 417 - const: google,veyron-mighty 396 - const: google,veyron-mighty 418 - const: google,veyron 397 - const: google,veyron 419 - const: rockchip,rk3288 398 - const: rockchip,rk3288 420 399 421 - description: Google Minnie (Asus Chrom 400 - description: Google Minnie (Asus Chromebook Flip C100P) 422 items: 401 items: 423 - const: google,veyron-minnie-rev4 402 - const: google,veyron-minnie-rev4 424 - const: google,veyron-minnie-rev3 403 - const: google,veyron-minnie-rev3 425 - const: google,veyron-minnie-rev2 404 - const: google,veyron-minnie-rev2 426 - const: google,veyron-minnie-rev1 405 - const: google,veyron-minnie-rev1 427 - const: google,veyron-minnie-rev0 406 - const: google,veyron-minnie-rev0 428 - const: google,veyron-minnie 407 - const: google,veyron-minnie 429 - const: google,veyron 408 - const: google,veyron 430 - const: rockchip,rk3288 409 - const: rockchip,rk3288 431 410 432 - description: Google Pinky (dev-board) 411 - description: Google Pinky (dev-board) 433 items: 412 items: 434 - const: google,veyron-pinky-rev2 413 - const: google,veyron-pinky-rev2 435 - const: google,veyron-pinky 414 - const: google,veyron-pinky 436 - const: google,veyron 415 - const: google,veyron 437 - const: rockchip,rk3288 416 - const: rockchip,rk3288 438 417 439 - description: Google Scarlet - Dumo (AS 418 - description: Google Scarlet - Dumo (ASUS Chromebook Tablet CT100) 440 items: 419 items: 441 - const: google,scarlet-rev15-sku0 420 - const: google,scarlet-rev15-sku0 442 - const: google,scarlet-rev15 421 - const: google,scarlet-rev15 443 - const: google,scarlet-rev14-sku0 422 - const: google,scarlet-rev14-sku0 444 - const: google,scarlet-rev14 423 - const: google,scarlet-rev14 445 - const: google,scarlet-rev13-sku0 424 - const: google,scarlet-rev13-sku0 446 - const: google,scarlet-rev13 425 - const: google,scarlet-rev13 447 - const: google,scarlet-rev12-sku0 426 - const: google,scarlet-rev12-sku0 448 - const: google,scarlet-rev12 427 - const: google,scarlet-rev12 449 - const: google,scarlet-rev11-sku0 428 - const: google,scarlet-rev11-sku0 450 - const: google,scarlet-rev11 429 - const: google,scarlet-rev11 451 - const: google,scarlet-rev10-sku0 430 - const: google,scarlet-rev10-sku0 452 - const: google,scarlet-rev10 431 - const: google,scarlet-rev10 453 - const: google,scarlet-rev9-sku0 432 - const: google,scarlet-rev9-sku0 454 - const: google,scarlet-rev9 433 - const: google,scarlet-rev9 455 - const: google,scarlet-rev8-sku0 434 - const: google,scarlet-rev8-sku0 456 - const: google,scarlet-rev8 435 - const: google,scarlet-rev8 457 - const: google,scarlet-rev7-sku0 436 - const: google,scarlet-rev7-sku0 458 - const: google,scarlet-rev7 437 - const: google,scarlet-rev7 459 - const: google,scarlet-rev6-sku0 438 - const: google,scarlet-rev6-sku0 460 - const: google,scarlet-rev6 439 - const: google,scarlet-rev6 461 - const: google,scarlet-rev5-sku0 440 - const: google,scarlet-rev5-sku0 462 - const: google,scarlet-rev5 441 - const: google,scarlet-rev5 463 - const: google,scarlet 442 - const: google,scarlet 464 - const: google,gru 443 - const: google,gru 465 - const: rockchip,rk3399 444 - const: rockchip,rk3399 466 445 467 - description: Google Scarlet - Kingdisp 446 - description: Google Scarlet - Kingdisplay (Acer Chromebook Tab 10) 468 items: 447 items: 469 - const: google,scarlet-rev15-sku7 448 - const: google,scarlet-rev15-sku7 470 - const: google,scarlet-rev15 449 - const: google,scarlet-rev15 471 - const: google,scarlet-rev14-sku7 450 - const: google,scarlet-rev14-sku7 472 - const: google,scarlet-rev14 451 - const: google,scarlet-rev14 473 - const: google,scarlet-rev13-sku7 452 - const: google,scarlet-rev13-sku7 474 - const: google,scarlet-rev13 453 - const: google,scarlet-rev13 475 - const: google,scarlet-rev12-sku7 454 - const: google,scarlet-rev12-sku7 476 - const: google,scarlet-rev12 455 - const: google,scarlet-rev12 477 - const: google,scarlet-rev11-sku7 456 - const: google,scarlet-rev11-sku7 478 - const: google,scarlet-rev11 457 - const: google,scarlet-rev11 479 - const: google,scarlet-rev10-sku7 458 - const: google,scarlet-rev10-sku7 480 - const: google,scarlet-rev10 459 - const: google,scarlet-rev10 481 - const: google,scarlet-rev9-sku7 460 - const: google,scarlet-rev9-sku7 482 - const: google,scarlet-rev9 461 - const: google,scarlet-rev9 483 - const: google,scarlet-rev8-sku7 462 - const: google,scarlet-rev8-sku7 484 - const: google,scarlet-rev8 463 - const: google,scarlet-rev8 485 - const: google,scarlet-rev7-sku7 464 - const: google,scarlet-rev7-sku7 486 - const: google,scarlet-rev7 465 - const: google,scarlet-rev7 487 - const: google,scarlet-rev6-sku7 466 - const: google,scarlet-rev6-sku7 488 - const: google,scarlet-rev6 467 - const: google,scarlet-rev6 489 - const: google,scarlet-rev5-sku7 468 - const: google,scarlet-rev5-sku7 490 - const: google,scarlet-rev5 469 - const: google,scarlet-rev5 491 - const: google,scarlet-rev4-sku7 470 - const: google,scarlet-rev4-sku7 492 - const: google,scarlet-rev4 471 - const: google,scarlet-rev4 493 - const: google,scarlet-rev3-sku7 472 - const: google,scarlet-rev3-sku7 494 - const: google,scarlet-rev3 473 - const: google,scarlet-rev3 495 - const: google,scarlet 474 - const: google,scarlet 496 - const: google,gru 475 - const: google,gru 497 - const: rockchip,rk3399 476 - const: rockchip,rk3399 498 477 499 - description: | 478 - description: | 500 Google Scarlet - Innolux display (Ac 479 Google Scarlet - Innolux display (Acer Chromebook Tab 10 and more) 501 items: 480 items: 502 - const: google,scarlet-rev15-sku2 481 - const: google,scarlet-rev15-sku2 503 - const: google,scarlet-rev15-sku4 482 - const: google,scarlet-rev15-sku4 504 - const: google,scarlet-rev15-sku6 483 - const: google,scarlet-rev15-sku6 505 - const: google,scarlet-rev15 484 - const: google,scarlet-rev15 506 - const: google,scarlet-rev14-sku2 485 - const: google,scarlet-rev14-sku2 507 - const: google,scarlet-rev14-sku4 486 - const: google,scarlet-rev14-sku4 508 - const: google,scarlet-rev14-sku6 487 - const: google,scarlet-rev14-sku6 509 - const: google,scarlet-rev14 488 - const: google,scarlet-rev14 510 - const: google,scarlet-rev13-sku2 489 - const: google,scarlet-rev13-sku2 511 - const: google,scarlet-rev13-sku4 490 - const: google,scarlet-rev13-sku4 512 - const: google,scarlet-rev13-sku6 491 - const: google,scarlet-rev13-sku6 513 - const: google,scarlet-rev13 492 - const: google,scarlet-rev13 514 - const: google,scarlet-rev12-sku2 493 - const: google,scarlet-rev12-sku2 515 - const: google,scarlet-rev12-sku4 494 - const: google,scarlet-rev12-sku4 516 - const: google,scarlet-rev12-sku6 495 - const: google,scarlet-rev12-sku6 517 - const: google,scarlet-rev12 496 - const: google,scarlet-rev12 518 - const: google,scarlet-rev11-sku2 497 - const: google,scarlet-rev11-sku2 519 - const: google,scarlet-rev11-sku4 498 - const: google,scarlet-rev11-sku4 520 - const: google,scarlet-rev11-sku6 499 - const: google,scarlet-rev11-sku6 521 - const: google,scarlet-rev11 500 - const: google,scarlet-rev11 522 - const: google,scarlet-rev10-sku2 501 - const: google,scarlet-rev10-sku2 523 - const: google,scarlet-rev10-sku4 502 - const: google,scarlet-rev10-sku4 524 - const: google,scarlet-rev10-sku6 503 - const: google,scarlet-rev10-sku6 525 - const: google,scarlet-rev10 504 - const: google,scarlet-rev10 526 - const: google,scarlet-rev9-sku2 505 - const: google,scarlet-rev9-sku2 527 - const: google,scarlet-rev9-sku4 506 - const: google,scarlet-rev9-sku4 528 - const: google,scarlet-rev9-sku6 507 - const: google,scarlet-rev9-sku6 529 - const: google,scarlet-rev9 508 - const: google,scarlet-rev9 530 - const: google,scarlet-rev8-sku2 509 - const: google,scarlet-rev8-sku2 531 - const: google,scarlet-rev8-sku4 510 - const: google,scarlet-rev8-sku4 532 - const: google,scarlet-rev8-sku6 511 - const: google,scarlet-rev8-sku6 533 - const: google,scarlet-rev8 512 - const: google,scarlet-rev8 534 - const: google,scarlet-rev7-sku2 513 - const: google,scarlet-rev7-sku2 535 - const: google,scarlet-rev7-sku4 514 - const: google,scarlet-rev7-sku4 536 - const: google,scarlet-rev7-sku6 515 - const: google,scarlet-rev7-sku6 537 - const: google,scarlet-rev7 516 - const: google,scarlet-rev7 538 - const: google,scarlet-rev6-sku2 517 - const: google,scarlet-rev6-sku2 539 - const: google,scarlet-rev6-sku4 518 - const: google,scarlet-rev6-sku4 540 - const: google,scarlet-rev6-sku6 519 - const: google,scarlet-rev6-sku6 541 - const: google,scarlet-rev6 520 - const: google,scarlet-rev6 542 - const: google,scarlet-rev5-sku2 521 - const: google,scarlet-rev5-sku2 543 - const: google,scarlet-rev5-sku4 522 - const: google,scarlet-rev5-sku4 544 - const: google,scarlet-rev5-sku6 523 - const: google,scarlet-rev5-sku6 545 - const: google,scarlet-rev5 524 - const: google,scarlet-rev5 546 - const: google,scarlet-rev4-sku2 525 - const: google,scarlet-rev4-sku2 547 - const: google,scarlet-rev4-sku4 526 - const: google,scarlet-rev4-sku4 548 - const: google,scarlet-rev4-sku6 527 - const: google,scarlet-rev4-sku6 549 - const: google,scarlet-rev4 528 - const: google,scarlet-rev4 550 - const: google,scarlet 529 - const: google,scarlet 551 - const: google,gru 530 - const: google,gru 552 - const: rockchip,rk3399 531 - const: rockchip,rk3399 553 532 554 - description: Google Speedy (Asus C201 533 - description: Google Speedy (Asus C201 Chromebook) 555 items: 534 items: 556 - const: google,veyron-speedy-rev9 535 - const: google,veyron-speedy-rev9 557 - const: google,veyron-speedy-rev8 536 - const: google,veyron-speedy-rev8 558 - const: google,veyron-speedy-rev7 537 - const: google,veyron-speedy-rev7 559 - const: google,veyron-speedy-rev6 538 - const: google,veyron-speedy-rev6 560 - const: google,veyron-speedy-rev5 539 - const: google,veyron-speedy-rev5 561 - const: google,veyron-speedy-rev4 540 - const: google,veyron-speedy-rev4 562 - const: google,veyron-speedy-rev3 541 - const: google,veyron-speedy-rev3 563 - const: google,veyron-speedy-rev2 542 - const: google,veyron-speedy-rev2 564 - const: google,veyron-speedy 543 - const: google,veyron-speedy 565 - const: google,veyron 544 - const: google,veyron 566 - const: rockchip,rk3288 545 - const: rockchip,rk3288 567 546 568 - description: Google Tiger (AOpen Chrom 547 - description: Google Tiger (AOpen Chromebase Mini) 569 items: 548 items: 570 - const: google,veyron-tiger-rev8 549 - const: google,veyron-tiger-rev8 571 - const: google,veyron-tiger-rev7 550 - const: google,veyron-tiger-rev7 572 - const: google,veyron-tiger-rev6 551 - const: google,veyron-tiger-rev6 573 - const: google,veyron-tiger-rev5 552 - const: google,veyron-tiger-rev5 574 - const: google,veyron-tiger-rev4 553 - const: google,veyron-tiger-rev4 575 - const: google,veyron-tiger-rev3 554 - const: google,veyron-tiger-rev3 576 - const: google,veyron-tiger-rev2 555 - const: google,veyron-tiger-rev2 577 - const: google,veyron-tiger-rev1 556 - const: google,veyron-tiger-rev1 578 - const: google,veyron-tiger-rev0 557 - const: google,veyron-tiger-rev0 579 - const: google,veyron-tiger 558 - const: google,veyron-tiger 580 - const: google,veyron 559 - const: google,veyron 581 - const: rockchip,rk3288 560 - const: rockchip,rk3288 582 561 583 - description: Haoyu MarsBoard RK3066 562 - description: Haoyu MarsBoard RK3066 584 items: 563 items: 585 - const: haoyu,marsboard-rk3066 564 - const: haoyu,marsboard-rk3066 586 - const: rockchip,rk3066a 565 - const: rockchip,rk3066a 587 566 588 - description: Hardkernel Odroid Go Adva 567 - description: Hardkernel Odroid Go Advance 589 items: 568 items: 590 - const: hardkernel,rk3326-odroid-go 569 - const: hardkernel,rk3326-odroid-go2 591 - const: rockchip,rk3326 570 - const: rockchip,rk3326 592 571 593 - description: Hardkernel Odroid Go Adva 572 - description: Hardkernel Odroid Go Advance Black Edition 594 items: 573 items: 595 - const: hardkernel,rk3326-odroid-go 574 - const: hardkernel,rk3326-odroid-go2-v11 596 - const: rockchip,rk3326 575 - const: rockchip,rk3326 597 576 598 - description: Hardkernel Odroid Go Supe 577 - description: Hardkernel Odroid Go Super 599 items: 578 items: 600 - const: hardkernel,rk3326-odroid-go 579 - const: hardkernel,rk3326-odroid-go3 601 - const: rockchip,rk3326 580 - const: rockchip,rk3326 602 581 603 - description: Hardkernel Odroid M1 582 - description: Hardkernel Odroid M1 604 items: 583 items: 605 - const: hardkernel,odroid-m1 !! 584 - const: rockchip,rk3568-odroid-m1 606 - const: rockchip,rk3568 585 - const: rockchip,rk3568 607 586 608 - description: Hardkernel Odroid M1S << 609 items: << 610 - const: hardkernel,odroid-m1s << 611 - const: rockchip,rk3566 << 612 << 613 - description: Hardkernel Odroid M2 << 614 items: << 615 - const: hardkernel,odroid-m2 << 616 - const: rockchip,rk3588s << 617 << 618 - description: Hugsun X99 TV Box 587 - description: Hugsun X99 TV Box 619 items: 588 items: 620 - const: hugsun,x99 589 - const: hugsun,x99 621 - const: rockchip,rk3399 590 - const: rockchip,rk3399 622 591 623 - description: Indiedroid Nova SBC 592 - description: Indiedroid Nova SBC 624 items: 593 items: 625 - const: indiedroid,nova 594 - const: indiedroid,nova 626 - const: rockchip,rk3588s 595 - const: rockchip,rk3588s 627 596 628 - description: Khadas Edge series boards 597 - description: Khadas Edge series boards 629 items: 598 items: 630 - enum: 599 - enum: 631 - khadas,edge 600 - khadas,edge 632 - khadas,edge-captain 601 - khadas,edge-captain 633 - khadas,edge-v 602 - khadas,edge-v 634 - const: rockchip,rk3399 603 - const: rockchip,rk3399 635 604 636 - description: Khadas Edge2 series board 605 - description: Khadas Edge2 series boards 637 items: 606 items: 638 - const: khadas,edge2 607 - const: khadas,edge2 639 - const: rockchip,rk3588s 608 - const: rockchip,rk3588s 640 609 641 - description: Kobol Helios64 610 - description: Kobol Helios64 642 items: 611 items: 643 - const: kobol,helios64 612 - const: kobol,helios64 644 - const: rockchip,rk3399 613 - const: rockchip,rk3399 645 614 646 - description: Mecer Xtreme Mini S6 615 - description: Mecer Xtreme Mini S6 647 items: 616 items: 648 - const: mecer,xms6 617 - const: mecer,xms6 649 - const: rockchip,rk3229 618 - const: rockchip,rk3229 650 619 651 - description: Leez RK3399 P710 620 - description: Leez RK3399 P710 652 items: 621 items: 653 - const: leez,p710 622 - const: leez,p710 654 - const: rockchip,rk3399 623 - const: rockchip,rk3399 655 << 656 - description: LCKFB Taishan Pi RK3566 << 657 items: << 658 - const: lckfb,tspi-rk3566 << 659 - const: rockchip,rk3566 << 660 624 661 - description: Lunzn FastRhino R66S / R6 625 - description: Lunzn FastRhino R66S / R68S 662 items: 626 items: 663 - enum: 627 - enum: 664 - lunzn,fastrhino-r66s 628 - lunzn,fastrhino-r66s 665 - lunzn,fastrhino-r68s 629 - lunzn,fastrhino-r68s 666 - const: rockchip,rk3568 630 - const: rockchip,rk3568 667 631 668 - description: mqmaker MiQi 632 - description: mqmaker MiQi 669 items: 633 items: 670 - const: mqmaker,miqi 634 - const: mqmaker,miqi 671 - const: rockchip,rk3288 635 - const: rockchip,rk3288 672 636 673 - description: Neardi LBA3368 637 - description: Neardi LBA3368 674 items: 638 items: 675 - const: neardi,lba3368 639 - const: neardi,lba3368 676 - const: rockchip,rk3368 640 - const: rockchip,rk3368 677 641 678 - description: Netxeon R89 board 642 - description: Netxeon R89 board 679 items: 643 items: 680 - const: netxeon,r89 644 - const: netxeon,r89 681 - const: rockchip,rk3288 645 - const: rockchip,rk3288 682 646 683 - description: OPEN AI LAB EAIDK-610 647 - description: OPEN AI LAB EAIDK-610 684 items: 648 items: 685 - const: openailab,eaidk-610 649 - const: openailab,eaidk-610 686 - const: rockchip,rk3399 650 - const: rockchip,rk3399 687 651 688 - description: Xunlong Orange Pi RK3399 652 - description: Xunlong Orange Pi RK3399 board 689 items: 653 items: 690 - const: xunlong,rk3399-orangepi 654 - const: xunlong,rk3399-orangepi 691 - const: rockchip,rk3399 655 - const: rockchip,rk3399 692 656 693 - description: Phytec phyCORE-RK3288 Rap 657 - description: Phytec phyCORE-RK3288 Rapid Development Kit 694 items: 658 items: 695 - const: phytec,rk3288-pcm-947 659 - const: phytec,rk3288-pcm-947 696 - const: phytec,rk3288-phycore-som 660 - const: phytec,rk3288-phycore-som 697 - const: rockchip,rk3288 661 - const: rockchip,rk3288 698 662 699 - description: Pine64 Pinebook Pro 663 - description: Pine64 Pinebook Pro 700 items: 664 items: 701 - const: pine64,pinebook-pro 665 - const: pine64,pinebook-pro 702 - const: rockchip,rk3399 666 - const: rockchip,rk3399 703 667 704 - description: Pine64 PineNote 668 - description: Pine64 PineNote 705 items: 669 items: 706 - enum: 670 - enum: 707 - pine64,pinenote-v1.1 671 - pine64,pinenote-v1.1 708 - pine64,pinenote-v1.2 672 - pine64,pinenote-v1.2 709 - const: pine64,pinenote 673 - const: pine64,pinenote 710 - const: rockchip,rk3566 674 - const: rockchip,rk3566 711 675 712 - description: Pine64 PinePhone Pro 676 - description: Pine64 PinePhone Pro 713 items: 677 items: 714 - const: pine64,pinephone-pro 678 - const: pine64,pinephone-pro 715 - const: rockchip,rk3399 679 - const: rockchip,rk3399 716 680 717 - description: Pine64 PineTab2 681 - description: Pine64 PineTab2 718 items: 682 items: 719 - enum: 683 - enum: 720 - pine64,pinetab2-v0.1 684 - pine64,pinetab2-v0.1 721 - pine64,pinetab2-v2.0 685 - pine64,pinetab2-v2.0 722 - const: pine64,pinetab2 686 - const: pine64,pinetab2 723 - const: rockchip,rk3566 687 - const: rockchip,rk3566 724 688 725 - description: Pine64 Rock64 689 - description: Pine64 Rock64 726 items: 690 items: 727 - const: pine64,rock64 691 - const: pine64,rock64 728 - const: rockchip,rk3328 692 - const: rockchip,rk3328 729 693 730 - description: Pine64 RockPro64 694 - description: Pine64 RockPro64 731 items: 695 items: 732 - enum: 696 - enum: 733 - pine64,rockpro64-v2.1 697 - pine64,rockpro64-v2.1 734 - pine64,rockpro64-v2.0 698 - pine64,rockpro64-v2.0 735 - const: pine64,rockpro64 699 - const: pine64,rockpro64 736 - const: rockchip,rk3399 700 - const: rockchip,rk3399 737 701 738 - description: Pine64 Quartz64 Model A/B 702 - description: Pine64 Quartz64 Model A/B 739 items: 703 items: 740 - enum: 704 - enum: 741 - pine64,quartz64-a 705 - pine64,quartz64-a 742 - pine64,quartz64-b 706 - pine64,quartz64-b 743 - const: rockchip,rk3566 707 - const: rockchip,rk3566 744 708 745 - description: Pine64 QuartzPro64 709 - description: Pine64 QuartzPro64 746 items: 710 items: 747 - const: pine64,quartzpro64 711 - const: pine64,quartzpro64 748 - const: rockchip,rk3588 712 - const: rockchip,rk3588 749 713 750 - description: Pine64 SOQuartz 714 - description: Pine64 SOQuartz 751 items: 715 items: 752 - enum: 716 - enum: 753 - pine64,soquartz-blade 717 - pine64,soquartz-blade 754 - pine64,soquartz-cm4io 718 - pine64,soquartz-cm4io 755 - pine64,soquartz-model-a 719 - pine64,soquartz-model-a 756 - const: pine64,soquartz 720 - const: pine64,soquartz 757 - const: rockchip,rk3566 721 - const: rockchip,rk3566 758 722 759 - description: Powkiddy RK3566 Handheld 723 - description: Powkiddy RK3566 Handheld Gaming Console 760 items: 724 items: 761 - enum: 725 - enum: 762 - powkiddy,rgb10max3 726 - powkiddy,rgb10max3 763 - powkiddy,rgb30 727 - powkiddy,rgb30 764 - powkiddy,rk2023 728 - powkiddy,rk2023 765 - powkiddy,x55 729 - powkiddy,x55 766 - const: rockchip,rk3566 730 - const: rockchip,rk3566 767 731 768 - description: Protonic MECSBC board 732 - description: Protonic MECSBC board 769 items: 733 items: 770 - const: prt,mecsbc 734 - const: prt,mecsbc 771 - const: rockchip,rk3568 735 - const: rockchip,rk3568 772 736 773 - description: QNAP TS-433-4G 4-Bay NAS 737 - description: QNAP TS-433-4G 4-Bay NAS 774 items: 738 items: 775 - const: qnap,ts433 739 - const: qnap,ts433 776 - const: rockchip,rk3568 740 - const: rockchip,rk3568 777 741 778 - description: Radxa Compute Module 3 (C 742 - description: Radxa Compute Module 3 (CM3) 779 items: 743 items: 780 - enum: 744 - enum: 781 - radxa,cm3-io 745 - radxa,cm3-io 782 - const: radxa,cm3 746 - const: radxa,cm3 783 - const: rockchip,rk3566 747 - const: rockchip,rk3566 784 748 785 - description: Radxa CM3 Industrial 749 - description: Radxa CM3 Industrial 786 items: 750 items: 787 - enum: 751 - enum: 788 - radxa,e25 752 - radxa,e25 789 - const: radxa,cm3i 753 - const: radxa,cm3i 790 - const: rockchip,rk3568 754 - const: rockchip,rk3568 791 755 792 - description: Radxa Rock 756 - description: Radxa Rock 793 items: 757 items: 794 - const: radxa,rock 758 - const: radxa,rock 795 - const: rockchip,rk3188 759 - const: rockchip,rk3188 796 760 797 - description: Radxa ROCK Pi 4A/A+/B/B+/ 761 - description: Radxa ROCK Pi 4A/A+/B/B+/C 798 items: 762 items: 799 - enum: 763 - enum: 800 - radxa,rockpi4a 764 - radxa,rockpi4a 801 - radxa,rockpi4a-plus 765 - radxa,rockpi4a-plus 802 - radxa,rockpi4b 766 - radxa,rockpi4b 803 - radxa,rockpi4b-plus 767 - radxa,rockpi4b-plus 804 - radxa,rockpi4c 768 - radxa,rockpi4c 805 - const: radxa,rockpi4 769 - const: radxa,rockpi4 806 - const: rockchip,rk3399 770 - const: rockchip,rk3399 807 771 808 - description: Radxa ROCK 4C+ 772 - description: Radxa ROCK 4C+ 809 items: 773 items: 810 - const: radxa,rock-4c-plus 774 - const: radxa,rock-4c-plus 811 - const: rockchip,rk3399 775 - const: rockchip,rk3399 812 776 813 - description: Radxa ROCK 4SE 777 - description: Radxa ROCK 4SE 814 items: 778 items: 815 - const: radxa,rock-4se 779 - const: radxa,rock-4se 816 - const: rockchip,rk3399 780 - const: rockchip,rk3399 817 781 818 - description: Radxa ROCK Pi E 782 - description: Radxa ROCK Pi E 819 items: 783 items: 820 - const: radxa,rockpi-e 784 - const: radxa,rockpi-e 821 - const: rockchip,rk3328 785 - const: rockchip,rk3328 822 786 823 - description: Radxa ROCK Pi N8 787 - description: Radxa ROCK Pi N8 824 items: 788 items: 825 - const: radxa,rockpi-n8 789 - const: radxa,rockpi-n8 826 - const: vamrs,rk3288-vmarc-som 790 - const: vamrs,rk3288-vmarc-som 827 - const: rockchip,rk3288 791 - const: rockchip,rk3288 828 792 829 - description: Radxa ROCK Pi N10 793 - description: Radxa ROCK Pi N10 830 items: 794 items: 831 - const: radxa,rockpi-n10 795 - const: radxa,rockpi-n10 832 - const: vamrs,rk3399pro-vmarc-som 796 - const: vamrs,rk3399pro-vmarc-som 833 - const: rockchip,rk3399pro 797 - const: rockchip,rk3399pro 834 798 835 - description: Radxa ROCK Pi S 799 - description: Radxa ROCK Pi S 836 items: 800 items: 837 - const: radxa,rockpis 801 - const: radxa,rockpis 838 - const: rockchip,rk3308 802 - const: rockchip,rk3308 839 803 840 - description: Radxa Rock 2 Square 804 - description: Radxa Rock 2 Square 841 items: 805 items: 842 - const: radxa,rock2-square 806 - const: radxa,rock2-square 843 - const: rockchip,rk3288 807 - const: rockchip,rk3288 844 808 845 - description: Radxa ROCK 3A 809 - description: Radxa ROCK 3A 846 items: 810 items: 847 - const: radxa,rock3a 811 - const: radxa,rock3a 848 - const: rockchip,rk3568 812 - const: rockchip,rk3568 849 813 850 - description: Radxa ROCK 3B 814 - description: Radxa ROCK 3B 851 items: 815 items: 852 - const: radxa,rock-3b 816 - const: radxa,rock-3b 853 - const: rockchip,rk3568 817 - const: rockchip,rk3568 854 818 855 - description: Radxa ROCK 3C 819 - description: Radxa ROCK 3C 856 items: 820 items: 857 - const: radxa,rock-3c 821 - const: radxa,rock-3c 858 - const: rockchip,rk3566 822 - const: rockchip,rk3566 859 823 860 - description: Radxa ROCK 5 ITX 824 - description: Radxa ROCK 5 ITX 861 items: 825 items: 862 - const: radxa,rock-5-itx 826 - const: radxa,rock-5-itx 863 - const: rockchip,rk3588 827 - const: rockchip,rk3588 864 828 865 - description: Radxa ROCK 5A 829 - description: Radxa ROCK 5A 866 items: 830 items: 867 - const: radxa,rock-5a 831 - const: radxa,rock-5a 868 - const: rockchip,rk3588s 832 - const: rockchip,rk3588s 869 833 870 - description: Radxa ROCK 5B 834 - description: Radxa ROCK 5B 871 items: 835 items: 872 - const: radxa,rock-5b 836 - const: radxa,rock-5b 873 - const: rockchip,rk3588 837 - const: rockchip,rk3588 874 838 875 - description: Radxa ROCK S0 839 - description: Radxa ROCK S0 876 items: 840 items: 877 - const: radxa,rock-s0 841 - const: radxa,rock-s0 878 - const: rockchip,rk3308 842 - const: rockchip,rk3308 879 843 880 - description: Radxa ZERO 3W/3E 844 - description: Radxa ZERO 3W/3E 881 items: 845 items: 882 - enum: 846 - enum: 883 - radxa,zero-3e 847 - radxa,zero-3e 884 - radxa,zero-3w 848 - radxa,zero-3w 885 - const: rockchip,rk3566 849 - const: rockchip,rk3566 886 850 887 - description: Rikomagic MK808 v1 851 - description: Rikomagic MK808 v1 888 items: 852 items: 889 - const: rikomagic,mk808 853 - const: rikomagic,mk808 890 - const: rockchip,rk3066a 854 - const: rockchip,rk3066a 891 855 892 - description: Rockchip Kylin 856 - description: Rockchip Kylin 893 items: 857 items: 894 - const: rockchip,rk3036-kylin 858 - const: rockchip,rk3036-kylin 895 - const: rockchip,rk3036 859 - const: rockchip,rk3036 896 860 897 - description: Rockchip PX3 Evaluation b 861 - description: Rockchip PX3 Evaluation board 898 items: 862 items: 899 - const: rockchip,px3-evb 863 - const: rockchip,px3-evb 900 - const: rockchip,px3 864 - const: rockchip,px3 901 - const: rockchip,rk3188 865 - const: rockchip,rk3188 902 866 903 - description: Rockchip PX30 Evaluation 867 - description: Rockchip PX30 Evaluation board 904 items: 868 items: 905 - const: rockchip,px30-evb 869 - const: rockchip,px30-evb 906 - const: rockchip,px30 870 - const: rockchip,px30 907 871 908 - description: Rockchip PX5 Evaluation b 872 - description: Rockchip PX5 Evaluation board 909 items: 873 items: 910 - const: rockchip,px5-evb 874 - const: rockchip,px5-evb 911 - const: rockchip,px5 875 - const: rockchip,px5 912 - const: rockchip,rk3368 876 - const: rockchip,rk3368 913 877 914 - description: Rockchip R88 878 - description: Rockchip R88 915 items: 879 items: 916 - const: rockchip,r88 880 - const: rockchip,r88 917 - const: rockchip,rk3368 881 - const: rockchip,rk3368 918 882 919 - description: Rockchip RK3036 Evaluatio 883 - description: Rockchip RK3036 Evaluation board 920 items: 884 items: 921 - const: rockchip,rk3036-evb 885 - const: rockchip,rk3036-evb 922 - const: rockchip,rk3036 886 - const: rockchip,rk3036 923 887 924 - description: Rockchip RK3128 Evaluatio 888 - description: Rockchip RK3128 Evaluation board 925 items: 889 items: 926 - const: rockchip,rk3128-evb 890 - const: rockchip,rk3128-evb 927 - const: rockchip,rk3128 891 - const: rockchip,rk3128 928 892 929 - description: Rockchip RK3228 Evaluatio 893 - description: Rockchip RK3228 Evaluation board 930 items: 894 items: 931 - const: rockchip,rk3228-evb 895 - const: rockchip,rk3228-evb 932 - const: rockchip,rk3228 896 - const: rockchip,rk3228 933 897 934 - description: Rockchip RK3229 Evaluatio 898 - description: Rockchip RK3229 Evaluation board 935 items: 899 items: 936 - const: rockchip,rk3229-evb 900 - const: rockchip,rk3229-evb 937 - const: rockchip,rk3229 901 - const: rockchip,rk3229 938 902 939 - description: Rockchip RK3288 Evaluatio 903 - description: Rockchip RK3288 Evaluation board 940 items: 904 items: 941 - enum: 905 - enum: 942 - rockchip,rk3288-evb-act8846 906 - rockchip,rk3288-evb-act8846 943 - rockchip,rk3288-evb-rk808 907 - rockchip,rk3288-evb-rk808 944 - const: rockchip,rk3288 908 - const: rockchip,rk3288 945 909 946 - description: Rockchip RK3308 Evaluatio 910 - description: Rockchip RK3308 Evaluation board 947 items: 911 items: 948 - const: rockchip,rk3308-evb 912 - const: rockchip,rk3308-evb 949 - const: rockchip,rk3308 913 - const: rockchip,rk3308 950 914 951 - description: Rockchip RK3328 Evaluatio 915 - description: Rockchip RK3328 Evaluation board 952 items: 916 items: 953 - const: rockchip,rk3328-evb 917 - const: rockchip,rk3328-evb 954 - const: rockchip,rk3328 918 - const: rockchip,rk3328 955 919 956 - description: Rockchip RK3368 Evaluatio 920 - description: Rockchip RK3368 Evaluation board (act8846 pmic) 957 items: 921 items: 958 - const: rockchip,rk3368-evb-act8846 922 - const: rockchip,rk3368-evb-act8846 959 - const: rockchip,rk3368 923 - const: rockchip,rk3368 960 924 961 - description: Rockchip RK3399 Evaluatio 925 - description: Rockchip RK3399 Evaluation board 962 items: 926 items: 963 - const: rockchip,rk3399-evb 927 - const: rockchip,rk3399-evb 964 - const: rockchip,rk3399 928 - const: rockchip,rk3399 965 929 966 - description: Rockchip RK3399 Sapphire 930 - description: Rockchip RK3399 Sapphire standalone 967 items: 931 items: 968 - const: rockchip,rk3399-sapphire 932 - const: rockchip,rk3399-sapphire 969 - const: rockchip,rk3399 933 - const: rockchip,rk3399 970 934 971 - description: Rockchip RK3399 Sapphire 935 - description: Rockchip RK3399 Sapphire with Excavator Baseboard 972 items: 936 items: 973 - const: rockchip,rk3399-sapphire-ex 937 - const: rockchip,rk3399-sapphire-excavator 974 - const: rockchip,rk3399 938 - const: rockchip,rk3399 975 939 976 - description: Rockchip RK3588 Evaluatio 940 - description: Rockchip RK3588 Evaluation board 977 items: 941 items: 978 - const: rockchip,rk3588-evb1-v10 942 - const: rockchip,rk3588-evb1-v10 979 - const: rockchip,rk3588 943 - const: rockchip,rk3588 980 944 981 - description: Rockchip RV1108 Evaluatio 945 - description: Rockchip RV1108 Evaluation board 982 items: 946 items: 983 - const: rockchip,rv1108-evb 947 - const: rockchip,rv1108-evb 984 - const: rockchip,rv1108 948 - const: rockchip,rv1108 985 949 986 - description: Rockchip Toybrick TB-RK35 950 - description: Rockchip Toybrick TB-RK3588X board 987 items: 951 items: 988 - const: rockchip,rk3588-toybrick-x0 952 - const: rockchip,rk3588-toybrick-x0 989 - const: rockchip,rk3588 953 - const: rockchip,rk3588 990 954 991 - description: Theobroma Systems PX30-uQ 955 - description: Theobroma Systems PX30-uQ7 with Haikou baseboard 992 items: 956 items: 993 - const: tsd,px30-ringneck-haikou 957 - const: tsd,px30-ringneck-haikou 994 - const: rockchip,px30 958 - const: rockchip,px30 995 959 996 - description: Theobroma Systems RK3368- 960 - description: Theobroma Systems RK3368-uQ7 with Haikou baseboard 997 items: 961 items: 998 - const: tsd,rk3368-lion-haikou 962 - const: tsd,rk3368-lion-haikou 999 - const: rockchip,rk3368 963 - const: rockchip,rk3368 1000 964 1001 - description: Theobroma Systems RK3399 965 - description: Theobroma Systems RK3399-Q7 with Haikou baseboard 1002 items: 966 items: 1003 - const: tsd,rk3399-puma-haikou 967 - const: tsd,rk3399-puma-haikou 1004 - const: rockchip,rk3399 968 - const: rockchip,rk3399 1005 969 1006 - description: Theobroma Systems RK3588 970 - description: Theobroma Systems RK3588-SBC Jaguar 1007 items: 971 items: 1008 - const: tsd,rk3588-jaguar 972 - const: tsd,rk3588-jaguar 1009 - const: rockchip,rk3588 973 - const: rockchip,rk3588 1010 974 1011 - description: Theobroma Systems RK3588 975 - description: Theobroma Systems RK3588-Q7 with Haikou baseboard 1012 items: 976 items: 1013 - const: tsd,rk3588-tiger-haikou 977 - const: tsd,rk3588-tiger-haikou 1014 - const: tsd,rk3588-tiger 978 - const: tsd,rk3588-tiger 1015 - const: rockchip,rk3588 979 - const: rockchip,rk3588 1016 980 1017 - description: Tronsmart Orion R68 Meta 981 - description: Tronsmart Orion R68 Meta 1018 items: 982 items: 1019 - const: tronsmart,orion-r68-meta 983 - const: tronsmart,orion-r68-meta 1020 - const: rockchip,rk3368 984 - const: rockchip,rk3368 1021 985 1022 - description: Turing RK1 986 - description: Turing RK1 1023 items: 987 items: 1024 - const: turing,rk1 988 - const: turing,rk1 1025 - const: rockchip,rk3588 989 - const: rockchip,rk3588 1026 990 1027 - description: WolfVision PF5 mainboard 991 - description: WolfVision PF5 mainboard 1028 items: 992 items: 1029 - const: wolfvision,rk3568-pf5 993 - const: wolfvision,rk3568-pf5 1030 - const: rockchip,rk3568 994 - const: rockchip,rk3568 1031 995 1032 - description: Xunlong Orange Pi 3B 996 - description: Xunlong Orange Pi 3B 1033 items: 997 items: 1034 - enum: 998 - enum: 1035 - xunlong,orangepi-3b-v1.1 999 - xunlong,orangepi-3b-v1.1 1036 - xunlong,orangepi-3b-v2.1 1000 - xunlong,orangepi-3b-v2.1 1037 - const: xunlong,orangepi-3b 1001 - const: xunlong,orangepi-3b 1038 - const: rockchip,rk3566 1002 - const: rockchip,rk3566 1039 1003 1040 - description: Xunlong Orange Pi 5 Plus 1004 - description: Xunlong Orange Pi 5 Plus 1041 items: 1005 items: 1042 - const: xunlong,orangepi-5-plus 1006 - const: xunlong,orangepi-5-plus 1043 - const: rockchip,rk3588 1007 - const: rockchip,rk3588 1044 1008 1045 - description: Xunlong Orange Pi R1 Plu 1009 - description: Xunlong Orange Pi R1 Plus / LTS 1046 items: 1010 items: 1047 - enum: 1011 - enum: 1048 - xunlong,orangepi-r1-plus 1012 - xunlong,orangepi-r1-plus 1049 - xunlong,orangepi-r1-plus-lts 1013 - xunlong,orangepi-r1-plus-lts 1050 - const: rockchip,rk3328 1014 - const: rockchip,rk3328 1051 1015 1052 - description: Xunlong Orange Pi 5 1016 - description: Xunlong Orange Pi 5 1053 items: 1017 items: 1054 - const: xunlong,orangepi-5 1018 - const: xunlong,orangepi-5 1055 - const: rockchip,rk3588s 1019 - const: rockchip,rk3588s 1056 1020 1057 - description: Zkmagic A95X Z2 1021 - description: Zkmagic A95X Z2 1058 items: 1022 items: 1059 - const: zkmagic,a95x-z2 1023 - const: zkmagic,a95x-z2 1060 - const: rockchip,rk3318 1024 - const: rockchip,rk3318 1061 1025 1062 - description: Rockchip RK3566 BOX Eval 1026 - description: Rockchip RK3566 BOX Evaluation Demo board 1063 items: 1027 items: 1064 - const: rockchip,rk3566-box-demo 1028 - const: rockchip,rk3566-box-demo 1065 - const: rockchip,rk3566 1029 - const: rockchip,rk3566 1066 1030 1067 - description: Rockchip RK3568 Evaluati 1031 - description: Rockchip RK3568 Evaluation board 1068 items: 1032 items: 1069 - const: rockchip,rk3568-evb1-v10 1033 - const: rockchip,rk3568-evb1-v10 1070 - const: rockchip,rk3568 1034 - const: rockchip,rk3568 1071 1035 1072 - description: Sinovoip RK3568 Banana P 1036 - description: Sinovoip RK3568 Banana Pi R2 Pro 1073 items: 1037 items: 1074 - const: sinovoip,rk3568-bpi-r2pro 1038 - const: sinovoip,rk3568-bpi-r2pro 1075 - const: rockchip,rk3568 1039 - const: rockchip,rk3568 1076 1040 1077 - description: Sonoff iHost Smart Home 1041 - description: Sonoff iHost Smart Home Hub 1078 items: 1042 items: 1079 - const: itead,sonoff-ihost 1043 - const: itead,sonoff-ihost 1080 - enum: 1044 - enum: 1081 - rockchip,rv1126 1045 - rockchip,rv1126 1082 - rockchip,rv1109 1046 - rockchip,rv1109 1083 1047 1084 additionalProperties: true 1048 additionalProperties: true 1085 1049 1086 ... 1050 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.