mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 03:22:27 -04:00
Document the compatible string for the OrangePi R2S board [1], which is marketed as using the Ky X1 SoC but is in fact identical in die and package to the SpacemiT K1 SoC [2]. Link: http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-R2S.html [1] Link: https://www.spacemit.com/en/key-stone-k1 [2] Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Yixun Lan <dlan@gentoo.org> Link: https://lore.kernel.org/r/20251112044426.2351999-2-michael.opdenacker@rootcommit.com Signed-off-by: Yixun Lan <dlan@gentoo.org>
33 lines
675 B
YAML
33 lines
675 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
|
|
- spacemit,musepi-pro
|
|
- xunlong,orangepi-r2s
|
|
- xunlong,orangepi-rv2
|
|
- const: spacemit,k1
|
|
|
|
additionalProperties: true
|
|
|
|
...
|