Alex Marginean | 8bd37ce | 2019-07-25 12:33:19 +0300 | [diff] [blame^] | 1 | * Marvell MDIO Ethernet Controller interface |
| 2 | |
| 3 | The Ethernet controllers of the Marvel Armada 3700 and Armada 7k/8k |
| 4 | have an identical unit that provides an interface with the MDIO bus. |
| 5 | This driver handles this MDIO interface. |
| 6 | |
| 7 | Mandatory properties: |
| 8 | SoC 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 | |
| 15 | Please refer to "mdio.txt" for generic MDIO bus bindings. |