Lines Matching +full:reg +full:- +full:property
21 - compatible
24 Definition: Must include "fsl,dcsr" and "simple-bus".
25 The DCSR space exists in the memory-mapped bus.
27 - #address-cells
30 Definition: A standard property. Defines the number of cells
33 - #size-cells
36 Definition: A standard property. Defines the number of cells
40 - ranges
42 Value type: <prop-encoded-array>
43 Definition: A standard property. Specifies the physical address
48 #address-cells = <1>;
49 #size-cells = <1>;
50 compatible = "fsl,dcsr", "simple-bus";
61 - compatible
64 Definition: Must include "fsl,dcsr-epu"
66 - interrupts
68 Value type: <prop_encoded-array>
70 The value of the interrupts property consists of three
87 - reg
89 Value type: <prop-encoded-array>
90 Definition: A standard property. Specifies the physical address
95 dcsr-epu@0 {
96 compatible = "fsl,dcsr-epu";
100 interrupt-parent = <&mpic>;
101 reg = <0x0 0x1000>;
111 - compatible
114 Definition: Must include "fsl,dcsr-npc"
116 - reg
118 Value type: <prop-encoded-array>
119 Definition: A standard property. Specifies the physical address
136 dcsr-npc {
137 compatible = "fsl,dcsr-npc";
138 reg = <0x1000 0x1000 0x1000000 0x8000>;
148 - compatible
151 Definition: Must include "fsl,dcsr-nxc"
153 - reg
155 Value type: <prop-encoded-array>
156 Definition: A standard property. Specifies the physical address
161 dcsr-nxc@2000 {
162 compatible = "fsl,dcsr-nxc";
163 reg = <0x2000 0x1000>;
173 - compatible
176 Definition: Must include "fsl,dcsr-corenet"
178 - reg
180 Value type: <prop-encoded-array>
181 Definition: A standard property. Specifies the physical address
194 dcsr-corenet {
195 compatible = "fsl,dcsr-corenet";
196 reg = <0x8000 0x1000 0xB0000 0x1000>;
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>
218 Definition: A standard property. Specifies the physical address
223 dcsr-dpaa@9000 {
224 compatible = "fsl,p4080-dcsr-dpaa", "fsl,dcsr-dpaa";
225 reg = <0x9000 0x1000>;
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>
246 Definition: A standard property. Specifies the physical address
251 dcsr-ocn@11000 {
252 compatible = "fsl,p4080-dcsr-ocn", "fsl,dcsr-ocn";
253 reg = <0x11000 0x1000>;
264 - compatible
267 Definition: Must include "fsl,dcsr-ddr"
269 - dev-handle
274 - reg
276 Value type: <prop-encoded-array>
277 Definition: A standard property. Specifies the physical address
282 dcsr-ddr@12000 {
283 compatible = "fsl,dcsr-ddr";
284 dev-handle = <&ddr1>;
285 reg = <0x12000 0x1000>;
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>
306 Definition: A standard property. Specifies the physical address
311 dcsr-nal@18000 {
312 compatible = "fsl,p4080-dcsr-nal", "fsl,dcsr-nal";
313 reg = <0x18000 0x1000>;
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>
336 Definition: A standard property. Specifies the physical address
341 dcsr-rcpm@22000 {
342 compatible = "fsl,p4080-dcsr-rcpm", "fsl,dcsr-rcpm";
343 reg = <0x22000 0x1000>;
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>
370 Definition: A standard property. Specifies the physical address
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>;