1 * MIX Ethernet controller. 2 3 Properties: 4 - compatible: "cavium,octeon-5750-mix" 5 6 Compatibility with all cn5XXX and cn6XXX SOC 7 devices. 8 9 - reg: The base addresses of four separate reg 10 bank contains the MIX registers. The second 11 AGL registers. The third bank are the AGL r 12 MIX devices present. The fourth bank is the 13 all MIX devices present. 14 15 - cell-index: A single cell specifying which p 16 register banks corresponds to this MIX devic 17 18 - interrupts: Two interrupt specifiers. The f 19 interrupt routing and the second the routing 20 21 - phy-handle: Optional, see ethernet.txt file 22 23 Example: 24 ethernet@1070000100800 { 25 compatible = "cavium,octeon-57 26 reg = <0x10700 0x00100800 0x0 27 <0x11800 0xE0000800 0x0 28 <0x11800 0xE0000400 0x0 29 <0x11800 0xE0002008 0x0 30 cell-index = <1>; 31 interrupts = <1 18>, < 1 46>; 32 local-mac-address = [ 00 0f b7 33 phy-handle = <&phy1>; 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.