qoriq-fman3-1.dtsi 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ FMan v3 device tree stub [ controller @ offset 0x500000 ]
  4. *
  5. * Copyright 2012 - 2015 Freescale Semiconductor Inc.
  6. * Copyright 2020 NXP
  7. *
  8. */
  9. fman1: fman@500000 {
  10. #address-cells = <1>;
  11. #size-cells = <1>;
  12. cell-index = <1>;
  13. compatible = "fsl,fman";
  14. ranges = <0 0x500000 0xfe000>;
  15. reg = <0x500000 0xfe000>;
  16. interrupts = <97 2 0 0>, <16 2 1 0>;
  17. clocks = <&clockgen 3 1>;
  18. clock-names = "fmanclk";
  19. fsl,qman-channel-range = <0x820 0x10>;
  20. ptimer-handle = <&ptp_timer1>;
  21. muram@0 {
  22. compatible = "fsl,fman-muram";
  23. reg = <0x0 0x60000>;
  24. };
  25. fman1_oh_0x2: port@82000 {
  26. cell-index = <0x2>;
  27. compatible = "fsl,fman-v3-port-oh";
  28. reg = <0x82000 0x1000>;
  29. };
  30. fman1_oh_0x3: port@83000 {
  31. cell-index = <0x3>;
  32. compatible = "fsl,fman-v3-port-oh";
  33. reg = <0x83000 0x1000>;
  34. };
  35. fman1_oh_0x4: port@84000 {
  36. cell-index = <0x4>;
  37. compatible = "fsl,fman-v3-port-oh";
  38. reg = <0x84000 0x1000>;
  39. };
  40. fman1_oh_0x5: port@85000 {
  41. cell-index = <0x5>;
  42. compatible = "fsl,fman-v3-port-oh";
  43. reg = <0x85000 0x1000>;
  44. };
  45. fman1_oh_0x6: port@86000 {
  46. cell-index = <0x6>;
  47. compatible = "fsl,fman-v3-port-oh";
  48. reg = <0x86000 0x1000>;
  49. };
  50. fman1_oh_0x7: port@87000 {
  51. cell-index = <0x7>;
  52. compatible = "fsl,fman-v3-port-oh";
  53. reg = <0x87000 0x1000>;
  54. };
  55. mdio1: mdio@fc000 {
  56. #address-cells = <1>;
  57. #size-cells = <0>;
  58. compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
  59. reg = <0xfc000 0x1000>;
  60. };
  61. mdio@fd000 {
  62. #address-cells = <1>;
  63. #size-cells = <0>;
  64. compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
  65. reg = <0xfd000 0x1000>;
  66. };
  67. };
  68. ptp_timer1: ptp-timer@5fe000 {
  69. compatible = "fsl,fman-ptp-timer";
  70. reg = <0x5fe000 0x1000>;
  71. interrupts = <97 2 0 0>;
  72. clocks = <&clockgen 3 1>;
  73. };