Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / net / meson-dwmac.txt
blobec633d74a8a8f1c865cc1b87235434ae728a7d06
1 * Amlogic Meson DWMAC Ethernet controller
3 The device inherits all the properties of the dwmac/stmmac devices
4 described in the file net/stmmac.txt with the following changes.
6 Required properties:
8 - compatible: should be "amlogic,meson6-dwmac" along with "snps,dwmac"
9               and any applicable more detailed version number
10               described in net/stmmac.txt
12 - reg: should contain a register range for the dwmac controller and
13        another one for the Amlogic specific configuration
15 Example:
17         ethmac: ethernet@c9410000 {
18                 compatible = "amlogic,meson6-dwmac", "snps,dwmac";
19                 reg = <0xc9410000 0x10000
20                        0xc1108108 0x4>;
21                 interrupts = <0 8 1>;
22                 interrupt-names = "macirq";
23                 clocks = <&clk81>;
24                 clock-names = "stmmaceth";
25         }