1 * Marvell Armada 375 Ethernet Controller (PPv2)
5 - compatible: should be "marvell,armada-375-pp2"
6 - reg: addresses and length of the register sets for the device.
7 Must contain the following register sets:
8 - common controller registers
10 In addition, at least one port register set is required.
11 - clocks: a pointer to the reference clocks for this device, consequently:
12 - main controller clock
14 - clock-names: names of used clocks, must be "pp_clk" and "gop_clk".
16 The ethernet ports are represented by subnodes. At least one port is
19 Required properties (port):
21 - interrupts: interrupt for the port
22 - port-id: should be '0' or '1' for ethernet ports, and '2' for the
24 - phy-mode: See ethernet.txt file in the same directory
26 Optional properties (port):
28 - marvell,loopback: port is loopback mode
29 - phy: a phandle to a phy node defining the PHY address (as the reg
30 property, a single integer). Note: if this property isn't present,
31 then fixed link is assumed, and the 'fixed-link' property is
37 compatible = "marvell,armada-375-pp2";
38 reg = <0xf0000 0xa000>,
42 clocks = <&gateclk 3>, <&gateclk 19>;
43 clock-names = "pp_clk", "gop_clk";
47 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
55 interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;