xref: /freebsd/sys/contrib/device-tree/Bindings/riscv/canaan.yaml (revision fac71e4e09885bb2afa3d984a0c239a52e1a7418)
15def4c47SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
25def4c47SEmmanuel Vadot%YAML 1.2
35def4c47SEmmanuel Vadot---
45def4c47SEmmanuel Vadot$id: http://devicetree.org/schemas/riscv/canaan.yaml#
55def4c47SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
65def4c47SEmmanuel Vadot
75def4c47SEmmanuel Vadottitle: Canaan SoC-based boards
85def4c47SEmmanuel Vadot
95def4c47SEmmanuel Vadotmaintainers:
10*fac71e4eSEmmanuel Vadot  - Damien Le Moal <dlemoal@kernel.org>
115def4c47SEmmanuel Vadot
125def4c47SEmmanuel Vadotdescription:
135def4c47SEmmanuel Vadot  Canaan Kendryte K210 SoC-based boards
145def4c47SEmmanuel Vadot
155def4c47SEmmanuel Vadotproperties:
165def4c47SEmmanuel Vadot  $nodename:
175def4c47SEmmanuel Vadot    const: '/'
185def4c47SEmmanuel Vadot  compatible:
195def4c47SEmmanuel Vadot    oneOf:
205def4c47SEmmanuel Vadot      - items:
215def4c47SEmmanuel Vadot          - const: sipeed,maix-bit
225def4c47SEmmanuel Vadot          - const: sipeed,maix-bitm
235def4c47SEmmanuel Vadot          - const: canaan,kendryte-k210
245def4c47SEmmanuel Vadot
255def4c47SEmmanuel Vadot      - items:
265def4c47SEmmanuel Vadot          - const: sipeed,maix-go
275def4c47SEmmanuel Vadot          - const: canaan,kendryte-k210
285def4c47SEmmanuel Vadot
295def4c47SEmmanuel Vadot      - items:
305def4c47SEmmanuel Vadot          - const: sipeed,maix-dock-m1
315def4c47SEmmanuel Vadot          - const: sipeed,maix-dock-m1w
325def4c47SEmmanuel Vadot          - const: canaan,kendryte-k210
335def4c47SEmmanuel Vadot
345def4c47SEmmanuel Vadot      - items:
355def4c47SEmmanuel Vadot          - const: sipeed,maixduino
365def4c47SEmmanuel Vadot          - const: canaan,kendryte-k210
375def4c47SEmmanuel Vadot
385def4c47SEmmanuel Vadot      - items:
395def4c47SEmmanuel Vadot          - const: canaan,kendryte-kd233
405def4c47SEmmanuel Vadot          - const: canaan,kendryte-k210
415def4c47SEmmanuel Vadot
425def4c47SEmmanuel Vadot      - items:
435def4c47SEmmanuel Vadot          - const: canaan,kendryte-k210
445def4c47SEmmanuel Vadot
455def4c47SEmmanuel VadotadditionalProperties: true
465def4c47SEmmanuel Vadot
475def4c47SEmmanuel Vadot...
48