fsl-ls2080a-rdb.dts 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Device Tree file for Freescale LS2080a RDB Board.
  4. *
  5. * Copyright 2016 Freescale Semiconductor, Inc.
  6. * Copyright 2017 NXP
  7. *
  8. * Abhimanyu Saini <[email protected]>
  9. * Bhupesh Sharma <[email protected]>
  10. *
  11. */
  12. /dts-v1/;
  13. #include "fsl-ls2080a.dtsi"
  14. #include "fsl-ls208xa-rdb.dtsi"
  15. #include <dt-bindings/interrupt-controller/arm-gic.h>
  16. / {
  17. model = "Freescale Layerscape 2080a RDB Board";
  18. compatible = "fsl,ls2080a-rdb", "fsl,ls2080a";
  19. chosen {
  20. stdout-path = "serial1:115200n8";
  21. };
  22. };
  23. &dpmac5 {
  24. phy-handle = <&mdio2_phy1>;
  25. phy-connection-type = "10gbase-r";
  26. };
  27. &dpmac6 {
  28. phy-handle = <&mdio2_phy2>;
  29. phy-connection-type = "10gbase-r";
  30. };
  31. &dpmac7 {
  32. phy-handle = <&mdio2_phy3>;
  33. phy-connection-type = "10gbase-r";
  34. };
  35. &dpmac8 {
  36. phy-handle = <&mdio2_phy4>;
  37. phy-connection-type = "10gbase-r";
  38. };
  39. &emdio1 {
  40. status = "disabled";
  41. /* CS4340 PHYs */
  42. mdio1_phy1: emdio1-phy@10 {
  43. reg = <0x10>;
  44. };
  45. mdio1_phy2: emdio1-phy@11 {
  46. reg = <0x11>;
  47. };
  48. mdio1_phy3: emdio1-phy@12 {
  49. reg = <0x12>;
  50. };
  51. mdio1_phy4: emdio1-phy@13 {
  52. reg = <0x13>;
  53. };
  54. };
  55. &emdio2 {
  56. /* AQR405 PHYs */
  57. mdio2_phy1: emdio2-phy@0 {
  58. compatible = "ethernet-phy-ieee802.3-c45";
  59. interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
  60. reg = <0x0>;
  61. };
  62. mdio2_phy2: emdio2-phy@1 {
  63. compatible = "ethernet-phy-ieee802.3-c45";
  64. interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
  65. reg = <0x1>;
  66. };
  67. mdio2_phy3: emdio2-phy@2 {
  68. compatible = "ethernet-phy-ieee802.3-c45";
  69. interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
  70. reg = <0x2>;
  71. };
  72. mdio2_phy4: emdio2-phy@3 {
  73. compatible = "ethernet-phy-ieee802.3-c45";
  74. interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
  75. reg = <0x3>;
  76. };
  77. };