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