[RFC 02/11] dt-bindings: arm: Add Sunplus SP7021 and Banana Pi BPI-F2S

From: Andreas FÃrber
Date: Sun Mar 08 2020 - 12:33:27 EST


Cc: Wells Lu åèé <wells.lu@xxxxxxxxxxx>
Signed-off-by: Andreas FÃrber <afaerber@xxxxxxx>
---
Documentation/devicetree/bindings/arm/sunplus.yaml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/sunplus.yaml

diff --git a/Documentation/devicetree/bindings/arm/sunplus.yaml b/Documentation/devicetree/bindings/arm/sunplus.yaml
new file mode 100644
index 000000000000..c88856a00983
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/sunplus.yaml
@@ -0,0 +1,22 @@
+# SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/arm/sunplus.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Sunplus platforms device tree bindings
+
+maintainers:
+ - Andreas FÃrber <afaerber@xxxxxxx>
+
+properties:
+ $nodename:
+ const: '/'
+ compatible:
+ oneOf:
+ # SP7021 SoC based boards
+ - items:
+ - enum:
+ - bananapi,bpi-f2s # Banana Pi BPI-F2S
+ - const: sunplus,sp7021
+...
--
2.16.4