marvell-armada-370-neta.txt 625 B

12345678910111213141516171819202122
  1. * Marvell Armada 370 / Armada XP Ethernet Controller (NETA)
  2. Required properties:
  3. - compatible: "marvell,armada-370-neta" or "marvell,armada-xp-neta".
  4. - reg: address and length of the register set for the device.
  5. - interrupts: interrupt for the device
  6. - phy: See ethernet.txt file in the same directory.
  7. - phy-mode: See ethernet.txt file in the same directory
  8. - clocks: a pointer to the reference clock for this device.
  9. Example:
  10. ethernet@d0070000 {
  11. compatible = "marvell,armada-370-neta";
  12. reg = <0xd0070000 0x2500>;
  13. interrupts = <8>;
  14. clocks = <&gate_clk 4>;
  15. status = "okay";
  16. phy = <&phy0>;
  17. phy-mode = "rgmii-id";
  18. };