Lines Matching +full:qman +full:- +full:portals
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/fsl/fsl,qman-portal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: QorIQ DPAA Queue Manager Portals
10 - Frank Li <Frank.Li@nxp.com>
13 Portals are memory mapped interfaces to QMan that allow low-latency, lock-less
15 interfaces with the QMan
20 - const: fsl,qman-portal
21 - items:
22 - enum:
23 - fsl,ls1043-qman-portal
24 - fsl,ls1046-qman-portal
25 - fsl,qman-portal-1.2.0
26 - const: fsl,qman-portal
30 - description: the cache-enabled region of the portal
31 - description: the cache-inhibited region of the portal
37 $ref: /schemas/types.yaml#/definitions/uint32-array
41 fsl,iommu-parent:
45 fsl,qman-channel-id:
47 description: qman channel id.
49 cell-index:
56 In addition to these properties the qman-portals should have sub-nodes to
57 represent the HW devices/portals that are connected to the software portal
61 - compatible
62 - reg
63 - interrupts
74 fsl,iommu-parent:
77 dev-handle:
86 - |
87 #include <dt-bindings/interrupt-controller/irq.h>
89 qman-portal@0 {
90 compatible = "fsl,qman-portal-1.2.0", "fsl,qman-portal";
94 fsl,qman-channel-id = <0>;
98 dev-handle = <&fman0>;
103 dev-handle = <&fman1>;
108 dev-handle = <&crypto>;