Lines Matching +full:sub +full:- +full:device
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>
25 - fsl,liodn
26 Usage: optional-but-recommended (for devices with PAMU)
27 Value type: <prop-encoded-array>
28 Definition: The logical I/O device number for the PAMU (IOMMU) to be
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>
56 - interrupts
58 Value type: <prop_encoded-array>
59 Definition: Specifies the interrupts generated by this device. The
70 - compatible
74 "fsl,srio-dbell-unit-vX.Y", "fsl,srio-dbell-unit"
79 - reg
81 Value type: <prop-encoded-array>
86 - interrupts
88 Value type: <prop_encoded-array>
89 Definition: Specifies the interrupts generated by this device. The
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>
116 - interrupts
118 Value type: <prop_encoded-array>
119 Definition: Specifies the interrupts generated by this device. The
124 A single IRQ that handles port-write conditions is
132 compatible = "fsl,srio-rmu";
137 message-unit@0 {
138 compatible = "fsl,srio-msg-unit";
144 message-unit@100 {
145 compatible = "fsl,srio-msg-unit";
151 doorbell-unit@400 {
152 compatible = "fsl,srio-dbell-unit";
158 port-write-unit@4e0 {
159 compatible = "fsl,srio-port-write-unit";