1 * Allwinner EMAC ethernet controller
4 - compatible: should be "allwinner,sun4i-a10-emac" (Deprecated:
5 "allwinner,sun4i-emac")
6 - reg: address and length of the register set for the device.
7 - interrupts: interrupt for the device
8 - phy: see ethernet.txt file in the same directory.
9 - clocks: A phandle to the reference clock for this device
13 emac: ethernet@01c0b000 {
14 compatible = "allwinner,sun4i-a10-emac";
15 reg = <0x01c0b000 0x1000>;
17 clocks = <&ahb_gates 17>;