Stefan Roese | c895ef4 | 2018-10-26 14:53:27 +0200 | [diff] [blame] | 1 | * MediaTek Frame Engine Ethernet controller |
2 | |||||
3 | Required 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 | |||||
9 | Example: | ||||
10 | |||||
11 | eth@10100000 { | ||||
12 | compatible = "mediatek,mt7628-eth"; | ||||
13 | reg = <0x10100000 0x10000 | ||||
14 | 0x10110000 0x8000>; | ||||
15 | |||||
16 | syscon = <&sysc>; | ||||
17 | }; |