Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
826
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. ethernet@1c30000 {
  2. compatible = "allwinner,sun50i-a64-emac";
  3. syscon = <0x1e>;
  4. reg = <0x1c30000 0x10000>;
  5. interrupts = <0x0 0x52 0x4>;
  6. interrupt-names = "macirq";
  7. resets = <0x8 0xd>;
  8. reset-names = "stmmaceth";
  9. clocks = <0x8 0x24>;
  10. clock-names = "stmmaceth";
  11. status = "okay";
  12. #address-cells = <0x1>;
  13. #size-cells = <0x0>;
  14. pinctrl-names = "default";
  15. pinctrl-0 = <0x1f>;
  16. phy-mode = "rgmii";
  17. phy-handle = <0x20>;
  18. phy-supply = <0x21>;
  19. allwinner,tx-delay-ps = <500>;
  20. allwinner,rx-delay-ps = <500>;
  21.  
  22. mdio {
  23. compatible = "snps,dwmac-mdio";
  24. #address-cells = <0x1>;
  25. #size-cells = <0x0>;
  26.  
  27. ethernet-phy@1 {
  28. compatible = "ethernet-phy-ieee802.3-c2$
  29. reg = <0x1>;
  30. phandle = <0x20>;
  31. };
  32. };
  33. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement