mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
7eefa9047e
Convert MOXA ART SoC bindings to DT schema format using json-schema. Cc: Jonas Jensen <jonas.jensen@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
20 lines
404 B
YAML
20 lines
404 B
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/moxart.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: MOXA ART device tree bindings
|
|
|
|
maintainers:
|
|
- Jonas Jensen <jonas.jensen@gmail.com>
|
|
|
|
properties:
|
|
compatible:
|
|
description: UC-7112-LX embedded computer
|
|
items:
|
|
- const: moxa,moxart-uc-7112-lx
|
|
- const: moxa,moxart
|
|
|
|
...
|