mediatek,mt7628-eth.txt 415 B

1234567891011121314151617
  1. * MediaTek Frame Engine Ethernet controller
  2. Required properties:
  3. - compatible: should be "mediatek,mt7628-eth"
  4. - reg: address and length of the register set for the frame
  5. engine ethernet controller and the internal switch.
  6. - syscon: phandle to the system controller
  7. Example:
  8. eth@10100000 {
  9. compatible = "mediatek,mt7628-eth";
  10. reg = <0x10100000 0x10000
  11. 0x10110000 0x8000>;
  12. syscon = <&sysc>;
  13. };