moxa,moxart-mac.txt 434 B

123456789101112131415161718192021
  1. MOXA ART Ethernet Controller
  2. Required properties:
  3. - compatible : Must be "moxa,moxart-mac"
  4. - reg : Should contain register location and length
  5. - interrupts : Should contain the mac interrupt number
  6. Example:
  7. mac0: mac@90900000 {
  8. compatible = "moxa,moxart-mac";
  9. reg = <0x90900000 0x100>;
  10. interrupts = <25 0>;
  11. };
  12. mac1: mac@92000000 {
  13. compatible = "moxa,moxart-mac";
  14. reg = <0x92000000 0x100>;
  15. interrupts = <27 0>;
  16. };