aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Crispin <[email protected]>2021-12-20 22:18:42 +0100
committerMatthias Brugger <[email protected]>2022-01-24 18:09:03 +0100
commit51911d1c1bb3e30b57e3af1072a3b6e583f3df5f (patch)
tree4d3d21b2b53bb350e2636969701fd68d4ab20552
parentd218159f19bf6697448d86d86ee5bb0d23faefe4 (diff)
dt-bindings: arm: airoha: Add binding for EN7523 SoC and EVB
Add devicetree binding for Airoha EN7523 SoC and evaluation board. Reviewed-by: Rob Herring <[email protected]> Signed-off-by: John Crispin <[email protected]> Signed-off-by: Bert Vermeulen <[email protected]> Signed-off-by: Felix Fietkau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matthias Brugger <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/arm/airoha.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/airoha.yaml b/Documentation/devicetree/bindings/arm/airoha.yaml
new file mode 100644
index 000000000000..fc19b1a6f37b
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/airoha.yaml
@@ -0,0 +1,28 @@
+# 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 <[email protected]>
+ - John Crispin <[email protected]>
+
+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
+
+...