nxp,lpc1850-dwmac.txt 517 B

1234567891011121314151617181920
  1. * NXP LPC1850 GMAC 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 contain "nxp,lpc1850-dwmac"
  6. Examples:
  7. mac: ethernet@40010000 {
  8. compatible = "nxp,lpc1850-dwmac", "snps,dwmac-3.611", "snps,dwmac";
  9. reg = <0x40010000 0x2000>;
  10. interrupts = <5>;
  11. interrupt-names = "macirq";
  12. clocks = <&ccu1 CLK_CPU_ETHERNET>;
  13. clock-names = "stmmaceth";
  14. resets = <&rgu 22>;
  15. reset-names = "stmmaceth";
  16. }