qoriq-fman3-0.dtsi 1.7 KB

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