summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/net/marvell,orion-mdio.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/net/marvell,orion-mdio.yaml')
-rw-r--r--dts/Bindings/net/marvell,orion-mdio.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/dts/Bindings/net/marvell,orion-mdio.yaml b/dts/Bindings/net/marvell,orion-mdio.yaml
index d2906b4a0f..73429855d5 100644
--- a/dts/Bindings/net/marvell,orion-mdio.yaml
+++ b/dts/Bindings/net/marvell,orion-mdio.yaml
@@ -16,9 +16,6 @@ description: |
8k has a second unit which provides an interface with the xMDIO bus. This
driver handles these interfaces.
-allOf:
- - $ref: "mdio.yaml#"
-
properties:
compatible:
enum:
@@ -39,13 +36,16 @@ required:
- compatible
- reg
+allOf:
+ - $ref: mdio.yaml#
+
unevaluatedProperties: false
examples:
- |
mdio@d0072004 {
compatible = "marvell,orion-mdio";
- reg = <0xd0072004 0x4>;
+ reg = <0xd0072004 0x84>;
#address-cells = <1>;
#size-cells = <0>;
interrupts = <30>;