1 * Marvell Armada 370 / Armada XP Ethernet Controller (NETA)
4 - compatible: "marvell,armada-370-neta" or "marvell,armada-xp-neta".
5 - reg: address and length of the register set for the device.
6 - interrupts: interrupt for the device
7 - phy: See ethernet.txt file in the same directory.
8 - phy-mode: See ethernet.txt file in the same directory
9 - clocks: a pointer to the reference clock for this device.
14 compatible = "marvell,armada-370-neta";
15 reg = <0xd0070000 0x2500>;
17 clocks = <&gate_clk 4>;
20 phy-mode = "rgmii-id";