Add device tree binding for Marvell Armada 38x. Signed-off-by: Tony Dinh <mibodhi@xxxxxxxxx> --- Changes in v2: - Add marvell,38x.yaml. For now, add this binding to the Marvell directory to keep it consistent with other Marvell yaml files. At a later date and a separate patch, consolidate the Marvell yaml files into marvell.yaml. .../bindings/arm/marvell/armada-38x.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml diff --git a/Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml b/Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml new file mode 100644 index 000000000000..096bd46d932a --- /dev/null +++ b/Documentation/devicetree/bindings/arm/marvell/armada-38x.yaml @@ -0,0 +1,27 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/marvell/marvell,38x.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Marvell Armada 38x Platforms + +maintainers: + - Gregory CLEMENT <gregory.clement@xxxxxxxxxxx> + - Andrew Lunn <andrew@xxxxxxx> + +properties: + $nodename: + const: '/' + compatible: + oneOf: + + - description: Armada 380 SoC + items: + - const: marvell,armada380 + + - description: Armada 385 SoC + items: + - const: marvell,armada385 + +additionalProperties: true -- 2.30.2