Engleder bindings for devicetrees with TSN endpoint Ethernet MAC. Signed-off-by: Gerhard Engleder <gerhard@xxxxxxxxxxxxxxxxxxxxx> --- .../devicetree/bindings/arm/engleder.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/engleder.yaml diff --git a/Documentation/devicetree/bindings/arm/engleder.yaml b/Documentation/devicetree/bindings/arm/engleder.yaml new file mode 100644 index 000000000000..18a918c7cda5 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/engleder.yaml @@ -0,0 +1,22 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/engleder.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Engleder TSN endpoint Ethernet MAC bindings + +maintainers: + - Gerhard Engleder <gerhard@xxxxxxxxxxxxxxxxxxxxx> + +properties: + $nodename: + const: "/" + compatible: + items: + - enum: + - engleder,zynqmp-tsnep + +additionalProperties: true + +... -- 2.20.1