mirror of
https://github.com/torvalds/linux.git
synced 2026-05-04 22:43:04 -04:00
Document the compatible string for the OrangePi RV2 board [1]. The board is described as using the Ky X1 SoC, which, based on available downstream sources and testing, appears to be identical or very closely related to the SpacemiT K1 SoC [2]. Link: http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-RV2.html [1] Link: https://www.spacemit.com/en/key-stone-k1 [2] Signed-off-by: Hendrik Hamerlinck <hendrik.hamerlinck@hammernet.be> Reviewed-by: Yixun Lan <dlan@gentoo.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250813092240.180333-2-hendrik.hamerlinck@hammernet.be Signed-off-by: Yixun Lan <dlan@gentoo.org>
31 lines
602 B
YAML
31 lines
602 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
|
|
- xunlong,orangepi-rv2
|
|
- const: spacemit,k1
|
|
|
|
additionalProperties: true
|
|
|
|
...
|