Commit 51911d1c authored by John Crispin's avatar John Crispin Committed by Matthias Brugger
Browse files

dt-bindings: arm: airoha: Add binding for EN7523 SoC and EVB



Add devicetree binding for Airoha EN7523 SoC and evaluation board.

Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
Signed-off-by: default avatarBert Vermeulen <bert@biot.com>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20211220211854.89452-3-nbd@nbd.name


Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent d218159f
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/airoha.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Airoha SoC based Platforms Device Tree Bindings

maintainers:
  - Felix Fietkau <nbd@nbd.name>
  - John Crispin <john@phrozen.org>

description:
  Boards with an Airoha SoC shall have the following properties.

properties:
  $nodename:
    const: '/'
  compatible:
    oneOf:
      - items:
          - enum:
              - airoha,en7523-evb
          - const: airoha,en7523

additionalProperties: true

...