qoriq-bman-portals.dtsi 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ BMan Portals device tree
  4. *
  5. * Copyright 2011-2016 Freescale Semiconductor Inc.
  6. *
  7. */
  8. &bportals {
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. compatible = "simple-bus";
  12. bman-portal@0 {
  13. /*
  14. * bootloader fix-ups are expected to provide the
  15. * "fsl,bman-portal-<hardware revision>" compatible
  16. */
  17. compatible = "fsl,bman-portal";
  18. reg = <0x0 0x4000>, <0x4000000 0x4000>;
  19. interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
  20. };
  21. bman-portal@10000 {
  22. compatible = "fsl,bman-portal";
  23. reg = <0x10000 0x4000>, <0x4010000 0x4000>;
  24. interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
  25. };
  26. bman-portal@20000 {
  27. compatible = "fsl,bman-portal";
  28. reg = <0x20000 0x4000>, <0x4020000 0x4000>;
  29. interrupts = <GIC_SPI 177 IRQ_TYPE_LEVEL_HIGH>;
  30. };
  31. bman-portal@30000 {
  32. compatible = "fsl,bman-portal";
  33. reg = <0x30000 0x4000>, <0x4030000 0x4000>;
  34. interrupts = <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>;
  35. };
  36. bman-portal@40000 {
  37. compatible = "fsl,bman-portal";
  38. reg = <0x40000 0x4000>, <0x4040000 0x4000>;
  39. interrupts = <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>;
  40. };
  41. bman-portal@50000 {
  42. compatible = "fsl,bman-portal";
  43. reg = <0x50000 0x4000>, <0x4050000 0x4000>;
  44. interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>;
  45. };
  46. bman-portal@60000 {
  47. compatible = "fsl,bman-portal";
  48. reg = <0x60000 0x4000>, <0x4060000 0x4000>;
  49. interrupts = <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>;
  50. };
  51. bman-portal@70000 {
  52. compatible = "fsl,bman-portal";
  53. reg = <0x70000 0x4000>, <0x4070000 0x4000>;
  54. interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
  55. };
  56. bman-portal@80000 {
  57. compatible = "fsl,bman-portal";
  58. reg = <0x80000 0x4000>, <0x4080000 0x4000>;
  59. interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
  60. };
  61. bman-portal@90000 {
  62. compatible = "fsl,bman-portal";
  63. reg = <0x90000 0x4000>, <0x4090000 0x4000>;
  64. interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
  65. };
  66. };