faraday,ftmac.txt 530 B

123456789101112131415161718192021222324
  1. Faraday Ethernet Controller
  2. Required properties:
  3. - compatible : Must contain "faraday,ftmac", as well as one of
  4. the SoC specific identifiers:
  5. "andestech,atmac100"
  6. "moxa,moxart-mac"
  7. - reg : Should contain register location and length
  8. - interrupts : Should contain the mac interrupt number
  9. Example:
  10. mac0: mac@90900000 {
  11. compatible = "moxa,moxart-mac";
  12. reg = <0x90900000 0x100>;
  13. interrupts = <25 0>;
  14. };
  15. mac1: mac@92000000 {
  16. compatible = "moxa,moxart-mac";
  17. reg = <0x92000000 0x100>;
  18. interrupts = <27 0>;
  19. };