marvell-mdio.txt 517 B

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