p1020rdb-pc.dtsi 921 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // SPDX-License-Identifier: GPL-2.0+ OR X11
  2. /*
  3. * P1020 RDB-PC Device Tree Source stub (no addresses or top-level ranges)
  4. *
  5. * Copyright 2012 Freescale Semiconductor Inc.
  6. * Copyright 2020 NXP
  7. */
  8. &soc {
  9. mdio@24000 {
  10. phy0: ethernet-phy@0 {
  11. interrupt-parent = <&mpic>;
  12. interrupts = <3 1 0 0>;
  13. reg = <0x0>;
  14. };
  15. phy1: ethernet-phy@1 {
  16. interrupt-parent = <&mpic>;
  17. interrupts = <2 1 0 0>;
  18. reg = <0x1>;
  19. };
  20. tbi0: tbi-phy@11 {
  21. device_type = "tbi-phy";
  22. reg = <0x11>;
  23. };
  24. };
  25. mdio@25000 {
  26. tbi1: tbi-phy@11 {
  27. reg = <0x11>;
  28. device_type = "tbi-phy";
  29. };
  30. };
  31. enet0: ethernet@b0000 {
  32. phy-connection-type = "rgmii-id";
  33. fixed-link {
  34. speed = <1000>;
  35. full-duplex;
  36. };
  37. };
  38. enet1: ethernet@b1000 {
  39. phy-handle = <&phy0>;
  40. tbi-handle = <&tbi1>;
  41. phy-connection-type = "sgmii";
  42. };
  43. enet2: ethernet@b2000 {
  44. phy-handle = <&phy1>;
  45. phy-connection-type = "rgmii-id";
  46. };
  47. };