mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
b061e4e8f0
Convert Alpine SoC bindings to DT schema format using json-schema. Cc: Tsahee Zidenberg <tsahee@annapurnalabs.com> Cc: Antoine Tenart <antoine.tenart@free-electrons.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
22 lines
466 B
YAML
22 lines
466 B
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/al,alpine.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Annapurna Labs Alpine Platform Device Tree Bindings
|
|
|
|
maintainers:
|
|
- Tsahee Zidenberg <tsahee@annapurnalabs.com>
|
|
- Antoine Tenart <antoine.tenart@bootlin.com>
|
|
|
|
properties:
|
|
compatible:
|
|
items:
|
|
- const: al,alpine
|
|
model:
|
|
items:
|
|
- const: "Annapurna Labs Alpine Dev Board"
|
|
|
|
...
|