mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-03 17:51:23 +00:00

Change my email address to dlemoal@kernel.org. Signed-off-by: Damien Le Moal <dlemoal@kernel.org> Link: https://lore.kernel.org/r/20230514222614.115299-1-dlemoal@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
48 lines
1016 B
YAML
48 lines
1016 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/riscv/canaan.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Canaan SoC-based boards
|
|
|
|
maintainers:
|
|
- Damien Le Moal <dlemoal@kernel.org>
|
|
|
|
description:
|
|
Canaan Kendryte K210 SoC-based boards
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- items:
|
|
- const: sipeed,maix-bit
|
|
- const: sipeed,maix-bitm
|
|
- const: canaan,kendryte-k210
|
|
|
|
- items:
|
|
- const: sipeed,maix-go
|
|
- const: canaan,kendryte-k210
|
|
|
|
- items:
|
|
- const: sipeed,maix-dock-m1
|
|
- const: sipeed,maix-dock-m1w
|
|
- const: canaan,kendryte-k210
|
|
|
|
- items:
|
|
- const: sipeed,maixduino
|
|
- const: canaan,kendryte-k210
|
|
|
|
- items:
|
|
- const: canaan,kendryte-kd233
|
|
- const: canaan,kendryte-k210
|
|
|
|
- items:
|
|
- const: canaan,kendryte-k210
|
|
|
|
additionalProperties: true
|
|
|
|
...
|