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