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