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