blob: ec97504a3fe21e02206c14071e64932ddcb2e97c [file] [log] [blame]
Stefan Roesec895ef42018-10-26 14:53:27 +02001* MediaTek Frame Engine Ethernet controller
2
3Required properties:
4- compatible: should be "mediatek,mt7628-eth"
5- reg: address and length of the register set for the frame
6 engine ethernet controller and the internal switch.
7- syscon: phandle to the system controller
8
9Example:
10
11eth@10100000 {
12 compatible = "mediatek,mt7628-eth";
13 reg = <0x10100000 0x10000
14 0x10110000 0x8000>;
15
16 syscon = <&sysc>;
17};