Merge tag 'for-f2fs-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk...
[linux-2.6-block.git] / Documentation / devicetree / bindings / net / allwinner,sun4i-emac.txt
CommitLineData
49220505
SR
1* Allwinner EMAC ethernet controller
2
3Required properties:
4dae1686
MR
4- compatible: should be "allwinner,sun4i-a10-emac" (Deprecated:
5 "allwinner,sun4i-emac")
49220505
SR
6- reg: address and length of the register set for the device.
7- interrupts: interrupt for the device
e8f08ee0 8- phy: see ethernet.txt file in the same directory.
49220505
SR
9- clocks: A phandle to the reference clock for this device
10
49220505
SR
11Example:
12
13emac: ethernet@01c0b000 {
4dae1686 14 compatible = "allwinner,sun4i-a10-emac";
49220505
SR
15 reg = <0x01c0b000 0x1000>;
16 interrupts = <55>;
17 clocks = <&ahb_gates 17>;
18 phy = <&phy0>;
19};