0001 * MIX Ethernet controller.
0002
0003 Properties:
0004 - compatible: "cavium,octeon-5750-mix"
0005
0006 Compatibility with all cn5XXX and cn6XXX SOCs populated with MIX
0007 devices.
0008
0009 - reg: The base addresses of four separate register banks. The first
0010 bank contains the MIX registers. The second bank the corresponding
0011 AGL registers. The third bank are the AGL registers shared by all
0012 MIX devices present. The fourth bank is the AGL_PRT_CTL shared by
0013 all MIX devices present.
0014
0015 - cell-index: A single cell specifying which portion of the shared
0016 register banks corresponds to this MIX device.
0017
0018 - interrupts: Two interrupt specifiers. The first is the MIX
0019 interrupt routing and the second the routing for the AGL interrupts.
0020
0021 - phy-handle: Optional, see ethernet.txt file in the same directory.
0022
0023 Example:
0024 ethernet@1070000100800 {
0025 compatible = "cavium,octeon-5750-mix";
0026 reg = <0x10700 0x00100800 0x0 0x100>, /* MIX */
0027 <0x11800 0xE0000800 0x0 0x300>, /* AGL */
0028 <0x11800 0xE0000400 0x0 0x400>, /* AGL_SHARED */
0029 <0x11800 0xE0002008 0x0 0x8>; /* AGL_PRT_CTL */
0030 cell-index = <1>;
0031 interrupts = <1 18>, < 1 46>;
0032 local-mac-address = [ 00 0f b7 10 63 54 ];
0033 phy-handle = <&phy1>;
0034 };