1 QorIQ DPAA Queue Manager Portals Device Tree Binding
3 Copyright (C) 2008 - 2014 Freescale Semiconductor Inc.
12 Portals are memory mapped interfaces to QMan that allow low-latency, lock-less
13 interaction by software running on processor cores, accelerators and network
14 interfaces with the QMan
20 Value type: <stringlist>
21 Definition: Must include "fsl,qman-portal-<hardware revision>"
22 May include "fsl,<SoC>-qman-portal" or "fsl,qman-portal"
26 Value type: <prop-encoded-array>
27 Definition: Two regions. The first is the cache-enabled region of
28 the portal. The second is the cache-inhibited region of
33 Value type: <prop-encoded-array>
34 Definition: Standard property
38 Value type: <prop-encoded-array>
39 Definition: Two LIODN(s). DQRR LIODN (DLIODN) and Frame LIODN
45 Definition: PAMU property used for dynamic LIODN assignment
47 For additional details about the PAMU/LIODN binding(s) see pamu.txt
52 Definition: The hardware index of the channel. This can also be
53 determined by dividing any of the channel's 8 work queue
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
60 The currently supported sub-nodes are:
66 These subnodes should have the following properties:
70 Value type: <prop-encoded-array>
71 Definition: PAMU property used for static LIODN assignment
76 Definition: PAMU property used for dynamic LIODN assignment
81 Definition: The phandle to the particular hardware device that this
82 portal is connected to.
86 The example below shows a (P4080) QMan portals container/bus node with two portals
88 qman-portals@ff4200000 {
91 compatible = "simple-bus";
92 ranges = <0 0xf 0xf4200000 0x200000>;
95 compatible = "fsl,qman-portal-1.2.0", "fsl,qman-portal";
96 reg = <0 0x4000>, <0x100000 0x1000>;
97 interrupts = <104 2 0 0>;
99 fsl,qman-channel-id = <0>;
103 dev-handle = <&fman0>;
107 dev-handle = <&fman1>;
110 fsl,liodn = <0x41 0x66>;
111 dev-handle = <&crypto>;
115 compatible = "fsl,qman-portal-1.2.0", "fsl,qman-portal";
116 reg = <0x4000 0x4000>, <0x101000 0x1000>;
117 interrupts = <106 2 0 0>;
123 dev-handle = <&fman0>;
127 dev-handle = <&fman1>;
130 fsl,liodn = <0x42 0x67>;
131 dev-handle = <&crypto>;