summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/realtek.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2018-05-14 18:53:58 -0500
committerRob Herring <robh@kernel.org>2019-09-11 09:58:47 +0100
commit693af5f3eeaa46115c44f1d639dea4a8d8342a4b (patch)
tree622f608170cd7fbcbc449bc7964d4cff7fc20940 /Documentation/devicetree/bindings/arm/realtek.yaml
parent1018f8b2992045587f2f4bf38e86ef7efc40f753 (diff)
dt-bindings: arm: Convert Realtek board/soc bindings to json-schema
Convert Realtek SoC bindings to DT schema format using json-schema. Andreas is the only author and we agreed in person on licensing to be GPL2+/BSD. Cc: "Andreas Färber" <afaerber@suse.de> Cc: Mark Rutland <mark.rutland@arm.com> Cc: linux-arm-kernel@lists.infradead.org Cc: devicetree@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/realtek.yaml')
-rw-r--r--Documentation/devicetree/bindings/arm/realtek.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/realtek.yaml b/Documentation/devicetree/bindings/arm/realtek.yaml
new file mode 100644
index 000000000000..3528b61963b4
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/realtek.yaml
@@ -0,0 +1,23 @@
+# SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/arm/realtek.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Realtek platforms device tree bindings
+
+maintainers:
+ - Andreas Färber <afaerber@suse.de>
+
+properties:
+ $nodename:
+ const: '/'
+ compatible:
+ # RTD1295 SoC based boards
+ items:
+ - enum:
+ - mele,v9
+ - probox2,ava
+ - zidoo,x9s
+ - const: realtek,rtd1295
+...