1 * MIX Ethernet controller. 1 * MIX Ethernet controller. 2 2 3 Properties: 3 Properties: 4 - compatible: "cavium,octeon-5750-mix" 4 - compatible: "cavium,octeon-5750-mix" 5 5 6 Compatibility with all cn5XXX and cn6XXX SOC 6 Compatibility with all cn5XXX and cn6XXX SOCs populated with MIX 7 devices. 7 devices. 8 8 9 - reg: The base addresses of four separate reg 9 - reg: The base addresses of four separate register banks. The first 10 bank contains the MIX registers. The second 10 bank contains the MIX registers. The second bank the corresponding 11 AGL registers. The third bank are the AGL r 11 AGL registers. The third bank are the AGL registers shared by all 12 MIX devices present. The fourth bank is the 12 MIX devices present. The fourth bank is the AGL_PRT_CTL shared by 13 all MIX devices present. 13 all MIX devices present. 14 14 15 - cell-index: A single cell specifying which p 15 - cell-index: A single cell specifying which portion of the shared 16 register banks corresponds to this MIX devic 16 register banks corresponds to this MIX device. 17 17 18 - interrupts: Two interrupt specifiers. The f 18 - interrupts: Two interrupt specifiers. The first is the MIX 19 interrupt routing and the second the routing 19 interrupt routing and the second the routing for the AGL interrupts. 20 20 21 - phy-handle: Optional, see ethernet.txt file 21 - phy-handle: Optional, see ethernet.txt file in the same directory. 22 22 23 Example: 23 Example: 24 ethernet@1070000100800 { 24 ethernet@1070000100800 { 25 compatible = "cavium,octeon-57 25 compatible = "cavium,octeon-5750-mix"; 26 reg = <0x10700 0x00100800 0x0 26 reg = <0x10700 0x00100800 0x0 0x100>, /* MIX */ 27 <0x11800 0xE0000800 0x0 27 <0x11800 0xE0000800 0x0 0x300>, /* AGL */ 28 <0x11800 0xE0000400 0x0 28 <0x11800 0xE0000400 0x0 0x400>, /* AGL_SHARED */ 29 <0x11800 0xE0002008 0x0 29 <0x11800 0xE0002008 0x0 0x8>; /* AGL_PRT_CTL */ 30 cell-index = <1>; 30 cell-index = <1>; 31 interrupts = <1 18>, < 1 46>; 31 interrupts = <1 18>, < 1 46>; 32 local-mac-address = [ 00 0f b7 32 local-mac-address = [ 00 0f b7 10 63 54 ]; 33 phy-handle = <&phy1>; 33 phy-handle = <&phy1>; 34 }; 34 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.