qoriq-qman3.dtsi 347 B

1234567891011121314
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * QorIQ QMan rev3 device tree stub [ controller @ offset 0x318000 ]
  4. *
  5. * Copyright 2014 Freescale Semiconductor Inc.
  6. */
  7. qman: qman@318000 {
  8. compatible = "fsl,qman";
  9. reg = <0x318000 0x2000>;
  10. interrupts = <16 2 1 3>;
  11. fsl,qman-portals = <&qportals>;
  12. memory-region = <&qman_fqd &qman_pfdr>;
  13. };