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