Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7eefa904 authored by Rob Herring's avatar Rob Herring
Browse files

dt-bindings: arm: Convert MOXA ART board/soc bindings to json-schema



Convert MOXA ART SoC bindings to DT schema format using json-schema.

Cc: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 2c73aea7
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
MOXA ART device tree bindings

Boards with the MOXA ART SoC shall have the following properties:

Required root node property:

compatible = "moxa,moxart";

Boards:

- UC-7112-LX: embedded computer
  compatible = "moxa,moxart-uc-7112-lx", "moxa,moxart"
+19 −0
Original line number Diff line number Diff line
# 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

...