• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1* 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.
16