mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 06:39:05 +00:00

APC Rock is a development board based on WonderMedia WM8950 SoC released around 2013. Paper is the same as Rock but lacking a VGA port and shipped with a recycled cardboard case. While at that, put myself as the maintainer, given that Tony is unavailable as of lately. Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Alexey Charkov <alchark@gmail.com> Link: https://lore.kernel.org/r/20250425-apc_paper_binding-v5-1-3aef49e97332@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
30 lines
597 B
YAML
30 lines
597 B
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/vt8500.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: VIA/Wondermedia VT8500 Platforms
|
|
|
|
maintainers:
|
|
- Alexey Charkov <alchark@gmail.com>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- enum:
|
|
- via,vt8500
|
|
- wm,wm8505
|
|
- wm,wm8650
|
|
- wm,wm8750
|
|
- wm,wm8850
|
|
|
|
- description: VIA APC Rock and Paper boards
|
|
items:
|
|
- const: via,apc-rock
|
|
- const: wm,wm8950
|
|
|
|
additionalProperties: true
|