Lines Matching +full:configuration +full:- +full:space

17 debug blocks defined within this memory space.
21 - compatible
24 Definition: Must include "fsl,dcsr" and "simple-bus".
25 The DCSR space exists in the memory-mapped bus.
27 - #address-cells
33 - #size-cells
40 - ranges
42 Value type: <prop-encoded-array>
44 range of the DCSR space.
48 #address-cells = <1>;
49 #size-cells = <1>;
50 compatible = "fsl,dcsr", "simple-bus";
57 This node represents the region of DCSR space allocated to the EPU
61 - compatible
64 Definition: Must include "fsl,dcsr-epu"
66 - interrupts
68 Value type: <prop_encoded-array>
87 - reg
89 Value type: <prop-encoded-array>
91 offset and length of the DCSR space registers of the device
92 configuration block.
95 dcsr-epu@0 {
96 compatible = "fsl,dcsr-epu";
100 interrupt-parent = <&mpic>;
107 This node represents the region of DCSR space allocated to the NPC
111 - compatible
114 Definition: Must include "fsl,dcsr-npc"
116 - reg
118 Value type: <prop-encoded-array>
120 offset and length of the DCSR space registers of the device
121 configuration block.
122 The Nexus Port controller occupies two regions in the DCSR space
136 dcsr-npc {
137 compatible = "fsl,dcsr-npc";
144 This node represents the region of DCSR space allocated to the NXC
148 - compatible
151 Definition: Must include "fsl,dcsr-nxc"
153 - reg
155 Value type: <prop-encoded-array>
157 offset and length of the DCSR space registers of the device
158 configuration block.
161 dcsr-nxc@2000 {
162 compatible = "fsl,dcsr-nxc";
168 This node represents the region of DCSR space allocated to
173 - compatible
176 Definition: Must include "fsl,dcsr-corenet"
178 - reg
180 Value type: <prop-encoded-array>
182 offset and length of the DCSR space registers of the device
183 configuration block.
184 The CoreNet Debug controller occupies two regions in the DCSR space
194 dcsr-corenet {
195 compatible = "fsl,dcsr-corenet";
202 This node represents the region of DCSR space allocated to
203 the DPAA Debug Controller. This controller controls debug configuration
208 - compatible
212 or Debug IP of the form "fsl,<soc>-dcsr-dpaa" in addition to the
213 generic compatible string "fsl,dcsr-dpaa".
215 - reg
217 Value type: <prop-encoded-array>
219 offset and length of the DCSR space registers of the device
220 configuration block.
223 dcsr-dpaa@9000 {
224 compatible = "fsl,p4080-dcsr-dpaa", "fsl,dcsr-dpaa";
231 This node represents the region of DCSR space allocated to
236 - compatible
240 or Debug IP of the form "fsl,<soc>-dcsr-ocn" in addition to the
241 generic compatible string "fsl,dcsr-ocn".
243 - reg
245 Value type: <prop-encoded-array>
247 offset and length of the DCSR space registers of the device
248 configuration block.
251 dcsr-ocn@11000 {
252 compatible = "fsl,p4080-dcsr-ocn", "fsl,dcsr-ocn";
259 This node represents the region of DCSR space allocated to
264 - compatible
267 Definition: Must include "fsl,dcsr-ddr"
269 - dev-handle
274 - reg
276 Value type: <prop-encoded-array>
278 offset and length of the DCSR space registers of the device
279 configuration block.
282 dcsr-ddr@12000 {
283 compatible = "fsl,dcsr-ddr";
284 dev-handle = <&ddr1>;
291 This node represents the region of DCSR space allocated to
296 - compatible
300 or Debug IP of the form "fsl,<soc>-dcsr-nal" in addition to the
301 generic compatible string "fsl,dcsr-nal".
303 - reg
305 Value type: <prop-encoded-array>
307 offset and length of the DCSR space registers of the device
308 configuration block.
311 dcsr-nal@18000 {
312 compatible = "fsl,p4080-dcsr-nal", "fsl,dcsr-nal";
320 This node represents the region of DCSR space allocated to
326 - compatible
330 or Debug IP of the form "fsl,<soc>-dcsr-rcpm" in addition to the
331 generic compatible string "fsl,dcsr-rcpm".
333 - reg
335 Value type: <prop-encoded-array>
337 offset and length of the DCSR space registers of the device
338 configuration block.
341 dcsr-rcpm@22000 {
342 compatible = "fsl,p4080-dcsr-rcpm", "fsl,dcsr-rcpm";
349 This node represents the region of DCSR space allocated to
356 - compatible
360 of the form "fsl,dcsr-<cpu>-sb-proxy" in addition to the
361 generic compatible string "fsl,dcsr-cpu-sb-proxy".
363 - cpu-handle
367 - reg
369 Value type: <prop-encoded-array>
371 offset and length of the DCSR space registers of the device
372 configuration block.
375 dcsr-cpu-sb-proxy@40000 {
376 compatible = "fsl,dcsr-e500mc-sb-proxy",
377 "fsl,dcsr-cpu-sb-proxy";
378 cpu-handle = <&cpu0>;
381 dcsr-cpu-sb-proxy@41000 {
382 compatible = "fsl,dcsr-e500mc-sb-proxy",
383 "fsl,dcsr-cpu-sb-proxy";
384 cpu-handle = <&cpu1>;