mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
Document the compatible string for Milk-V Jupiter board [1], which is a Mini ITX computer based on the SpacemiT K1/M1 RISC-V SoC [2]. Link: https://milkv.io/jupiter [1] Link: https://www.spacemit.com/en/key-stone-k1 [2] Signed-off-by: Javier Martinez Canillas <javierm@redhat.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Matthias Brugger <mbrugger@suse.com> Reviewed-by: Yixun Lan <dlan@gentoo.org> Link: https://lore.kernel.org/r/20250214151700.666544-2-javierm@redhat.com Signed-off-by: Yixun Lan <dlan@gentoo.org>
30 lines
565 B
YAML
30 lines
565 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/riscv/spacemit.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: SpacemiT SoC-based boards
|
|
|
|
maintainers:
|
|
- Yangyu Chen <cyy@cyyself.name>
|
|
- Yixun Lan <dlan@gentoo.org>
|
|
|
|
description:
|
|
SpacemiT SoC-based boards
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- items:
|
|
- enum:
|
|
- bananapi,bpi-f3
|
|
- milkv,jupiter
|
|
- const: spacemit,k1
|
|
|
|
additionalProperties: true
|
|
|
|
...
|