Lines Matching +full:reg +full:- +full:property

5 node is composed of three types of sub-nodes ("fsl-srio-msg-unit",
6 "fsl-srio-dbell-unit" and "fsl-srio-port-write-unit").
10 - compatible
13 Definition: Must include "fsl,srio-rmu-vX.Y", "fsl,srio-rmu".
18 - reg
20 Value type: <prop-encoded-array>
21 Definition: A standard property. Specifies the physical address and
25 - fsl,liodn
26 Usage: optional-but-recommended (for devices with PAMU)
27 Value type: <prop-encoded-array>
29 correctly configured for SRIO accesses. The property should
33 (msg-unit, doorbell, port-write).
35 Sub-Nodes for RMU: The RMU node is composed of multiple sub-nodes that
36 correspond to the actual sub-controllers in the RMU. The manual for a given
37 SoC will detail which and how many of these sub-controllers are implemented.
41 - compatible
44 Definition: Must include "fsl,srio-msg-unit-vX.Y", "fsl,srio-msg-unit".
49 - reg
51 Value type: <prop-encoded-array>
52 Definition: A standard property. Specifies the physical address and
56 - interrupts
58 Value type: <prop_encoded-array>
60 value of the interrupts property consists of one interrupt
64 A pair of IRQs are specified in this property. The first
70 - compatible
74 "fsl,srio-dbell-unit-vX.Y", "fsl,srio-dbell-unit"
79 - reg
81 Value type: <prop-encoded-array>
82 Definition: A standard property. Specifies the physical address and
86 - interrupts
88 Value type: <prop_encoded-array>
90 value of the interrupts property consists of one interrupt
94 A pair of IRQs are specified in this property. The first
98 Port-Write Unit:
100 - compatible
104 "fsl,srio-port-write-unit-vX.Y", "fsl,srio-port-write-unit"
109 - reg
111 Value type: <prop-encoded-array>
112 Definition: A standard property. Specifies the physical address and
116 - interrupts
118 Value type: <prop_encoded-array>
120 value of the interrupts property consists of one interrupt
124 A single IRQ that handles port-write conditions is
125 specified by this property. (Typically shared with error).
132 compatible = "fsl,srio-rmu";
133 reg = <0xd3000 0x400>;
137 message-unit@0 {
138 compatible = "fsl,srio-msg-unit";
139 reg = <0x0 0x100>;
144 message-unit@100 {
145 compatible = "fsl,srio-msg-unit";
146 reg = <0x100 0x100>;
151 doorbell-unit@400 {
152 compatible = "fsl,srio-dbell-unit";
153 reg = <0x400 0x80>;
158 port-write-unit@4e0 {
159 compatible = "fsl,srio-port-write-unit";
160 reg = <0x4e0 0x20>;