p2020rdb-pc.dtsi 829 B

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