qoriq-fman3-0.dtsi 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. *
  7. */
  8. fman0: fman@1a00000 {
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. cell-index = <0>;
  12. compatible = "fsl,fman";
  13. ranges = <0x0 0x0 0x1a00000 0xfe000>;
  14. reg = <0x0 0x1a00000 0x0 0xfe000>;
  15. interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>,
  16. <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
  17. clocks = <&clockgen 3 0>;
  18. clock-names = "fmanclk";
  19. fsl,qman-channel-range = <0x800 0x10>;
  20. ptimer-handle = <&ptp_timer0>;
  21. muram@0 {
  22. compatible = "fsl,fman-muram";
  23. reg = <0x0 0x60000>;
  24. };
  25. fman0_oh_0x2: port@82000 {
  26. cell-index = <0x2>;
  27. compatible = "fsl,fman-v3-port-oh";
  28. reg = <0x82000 0x1000>;
  29. };
  30. fman0_oh_0x3: port@83000 {
  31. cell-index = <0x3>;
  32. compatible = "fsl,fman-v3-port-oh";
  33. reg = <0x83000 0x1000>;
  34. };
  35. fman0_oh_0x4: port@84000 {
  36. cell-index = <0x4>;
  37. compatible = "fsl,fman-v3-port-oh";
  38. reg = <0x84000 0x1000>;
  39. };
  40. fman0_oh_0x5: port@85000 {
  41. cell-index = <0x5>;
  42. compatible = "fsl,fman-v3-port-oh";
  43. reg = <0x85000 0x1000>;
  44. };
  45. fman0_oh_0x6: port@86000 {
  46. cell-index = <0x6>;
  47. compatible = "fsl,fman-v3-port-oh";
  48. reg = <0x86000 0x1000>;
  49. };
  50. fman0_oh_0x7: port@87000 {
  51. cell-index = <0x7>;
  52. compatible = "fsl,fman-v3-port-oh";
  53. reg = <0x87000 0x1000>;
  54. };
  55. mdio0: 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. xmdio0: 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_timer0: ptp-timer@1afe000 {
  69. compatible = "fsl,fman-ptp-timer";
  70. reg = <0x0 0x1afe000 0x0 0x1000>;
  71. interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
  72. clocks = <&clockgen 3 0>;
  73. };