blob: e2038e21453d40ee0b80ce04c9e899b81801c083 [file] [log] [blame]
Alex Marginean8bd37ce2019-07-25 12:33:19 +03001* Marvell MDIO Ethernet Controller interface
2
3The Ethernet controllers of the Marvel Armada 3700 and Armada 7k/8k
4have an identical unit that provides an interface with the MDIO bus.
5This driver handles this MDIO interface.
6
7Mandatory properties:
8SoC specific:
9 - #address-cells: Must be <1>.
10 - #size-cells: Must be <0>.
11 - compatible: Should be "marvell,orion-mdio" (for SMI)
12 "marvell,xmdio" (for XSMI)
13 - reg: Base address and size SMI/XMSI bus.
14
15Please refer to "mdio.txt" for generic MDIO bus bindings.