Lines Matching +full:reg +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
95 dcsr-epu@0 {
96 compatible = "fsl,dcsr-epu";
100 interrupt-parent = <&mpic>;
101 reg = <0x0 0x1000>;
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
122 The Nexus Port controller occupies two regions in the DCSR space
136 dcsr-npc {
137 compatible = "fsl,dcsr-npc";
138 reg = <0x1000 0x1000 0x1000000 0x8000>;
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
161 dcsr-nxc@2000 {
162 compatible = "fsl,dcsr-nxc";
163 reg = <0x2000 0x1000>;
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
184 The CoreNet Debug controller occupies two regions in the DCSR space
194 dcsr-corenet {
195 compatible = "fsl,dcsr-corenet";
196 reg = <0x8000 0x1000 0xB0000 0x1000>;
202 This node represents the region of DCSR space allocated to
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
223 dcsr-dpaa@9000 {
224 compatible = "fsl,p4080-dcsr-dpaa", "fsl,dcsr-dpaa";
225 reg = <0x9000 0x1000>;
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
251 dcsr-ocn@11000 {
252 compatible = "fsl,p4080-dcsr-ocn", "fsl,dcsr-ocn";
253 reg = <0x11000 0x1000>;
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
282 dcsr-ddr@12000 {
283 compatible = "fsl,dcsr-ddr";
284 dev-handle = <&ddr1>;
285 reg = <0x12000 0x1000>;
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
311 dcsr-nal@18000 {
312 compatible = "fsl,p4080-dcsr-nal", "fsl,dcsr-nal";
313 reg = <0x18000 0x1000>;
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
341 dcsr-rcpm@22000 {
342 compatible = "fsl,p4080-dcsr-rcpm", "fsl,dcsr-rcpm";
343 reg = <0x22000 0x1000>;
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
375 dcsr-cpu-sb-proxy@40000 {
376 compatible = "fsl,dcsr-e500mc-sb-proxy",
377 "fsl,dcsr-cpu-sb-proxy";
378 cpu-handle = <&cpu0>;
379 reg = <0x40000 0x1000>;
381 dcsr-cpu-sb-proxy@41000 {
382 compatible = "fsl,dcsr-e500mc-sb-proxy",
383 "fsl,dcsr-cpu-sb-proxy";
384 cpu-handle = <&cpu1>;
385 reg = <0x41000 0x1000>;