Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| 2 | %YAML 1.2 |
| 3 | --- |
| 4 | $id: http://devicetree.org/schemas/riscv/sunxi.yaml# |
| 5 | $schema: http://devicetree.org/meta-schemas/core.yaml# |
| 6 | |
| 7 | title: Allwinner RISC-V SoC-based boards |
| 8 | |
| 9 | maintainers: |
| 10 | - Chen-Yu Tsai <wens@csie.org> |
| 11 | - Jernej Skrabec <jernej.skrabec@gmail.com> |
| 12 | - Samuel Holland <samuel@sholland.org> |
| 13 | |
| 14 | description: |
| 15 | Allwinner RISC-V SoC-based boards |
| 16 | |
| 17 | properties: |
| 18 | $nodename: |
| 19 | const: '/' |
| 20 | compatible: |
| 21 | oneOf: |
| 22 | - description: Dongshan Nezha STU SoM |
| 23 | items: |
| 24 | - const: 100ask,dongshan-nezha-stu |
| 25 | - const: allwinner,sun20i-d1 |
| 26 | |
| 27 | - description: D1 Nezha board |
| 28 | items: |
| 29 | - const: allwinner,d1-nezha |
| 30 | - const: allwinner,sun20i-d1 |
| 31 | |
| 32 | - description: ClockworkPi R-01 SoM and v3.14 board |
| 33 | items: |
| 34 | - const: clockwork,r-01-clockworkpi-v3.14 |
| 35 | - const: allwinner,sun20i-d1 |
| 36 | |
| 37 | - description: ClockworkPi R-01 SoM, v3.14 board, and DevTerm expansion |
| 38 | items: |
| 39 | - const: clockwork,r-01-devterm-v3.14 |
| 40 | - const: clockwork,r-01-clockworkpi-v3.14 |
| 41 | - const: allwinner,sun20i-d1 |
| 42 | |
| 43 | - description: Lichee RV SoM |
| 44 | items: |
| 45 | - const: sipeed,lichee-rv |
| 46 | - const: allwinner,sun20i-d1 |
| 47 | |
| 48 | - description: Carrier boards for the Lichee RV SoM |
| 49 | items: |
| 50 | - enum: |
| 51 | - sipeed,lichee-rv-86-panel-480p |
| 52 | - sipeed,lichee-rv-86-panel-720p |
| 53 | - sipeed,lichee-rv-dock |
| 54 | - const: sipeed,lichee-rv |
| 55 | - const: allwinner,sun20i-d1 |
| 56 | |
| 57 | - description: MangoPi MQ board |
| 58 | items: |
| 59 | - const: widora,mangopi-mq |
| 60 | - const: allwinner,sun20i-d1s |
| 61 | |
| 62 | - description: MangoPi MQ Pro board |
| 63 | items: |
| 64 | - const: widora,mangopi-mq-pro |
| 65 | - const: allwinner,sun20i-d1 |
| 66 | |
| 67 | - description: MangoPi MQ-R board |
| 68 | items: |
| 69 | - const: widora,mangopi-mq-r-f133 |
| 70 | - const: allwinner,sun20i-d1s |
| 71 | |
| 72 | additionalProperties: true |
| 73 | |
| 74 | ... |