allwinner,sun4i-emac.txt 576 B

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