Add a yaml file to document configurable properties for serdes
interfaces. Fow now only the property serdes-tx-amplitude-millivolt is
present.
Signed-off-by: Holger Brunck <redacted>
---
Documentation/devicetree/bindings/net/serdes.yaml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/serdes.yaml
diff --git a/Documentation/devicetree/bindings/net/serdes.yaml b/Documentation/devicetree/bindings/net/serdes.yaml
new file mode 100644
index 00000000..8a71403
--- /dev/null
+++ b/Documentation/devicetree/bindings/net/serdes.yaml
@@ -0,0 +1,22 @@
+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/net/serdes.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Serdes
+
+maintainers:
+ - Holger Brunck <holger.brunck@hitachienergy.com>
+
+description:
+ Bindings for Serdes interfaces
+
+properties:
+ serdes-tx-amplitude-millivolt:
+ type: object
+ description:
+ Tx output amplitude of serdes interface in millivolts.
+
+additionalProperties: false
+
--
1.8.3.1