anarion-gmac.txt 618 B

12345678910111213141516171819202122232425
  1. * Adaptrum Anarion ethernet controller
  2. This device is a platform glue layer for stmmac.
  3. Please see stmmac.txt for the other unchanged properties.
  4. Required properties:
  5. - compatible: Should be "adaptrum,anarion-gmac", "snps,dwmac"
  6. - phy-mode: Should be "rgmii". Other modes are not currently supported.
  7. Examples:
  8. gmac1: ethernet@f2014000 {
  9. compatible = "adaptrum,anarion-gmac", "snps,dwmac";
  10. reg = <0xf2014000 0x4000>, <0xf2018100 8>;
  11. interrupt-parent = <&core_intc>;
  12. interrupts = <21>;
  13. interrupt-names = "macirq";
  14. clocks = <&core_clk>;
  15. clock-names = "stmmaceth";
  16. phy-mode = "rgmii";
  17. };