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

5 The PAMU is an I/O MMU that provides device-to-memory access control and
10 - compatible : <string>
11 First entry is a version-specific string, such as
12 "fsl,pamu-v1.0". The second is "fsl,pamu".
13 - ranges : <prop-encoded-array>
14 A standard property. Utilized to describe the memory mapped
20 - interrupts : <prop-encoded-array>
25 - #address-cells: <u32>
26 A standard property.
27 - #size-cells : <u32>
28 A standard property.
31 - reg : <prop-encoded-array>
32 A standard property. It represents the CCSR registers of
35 - fsl,portid-mapping : <u32>
41 set if PAMUs should be snooped. This property defines
48 connected to a specific PAMU device should have a "fsl,pamu-phandle" property
51 - reg : <prop-encoded-array>
52 A standard property. Specifies the physical address and
53 length (relative to the parent 'ranges' property) of this
57 - fsl,primary-cache-geometry
58 : <prop-encoded-array>
61 second is the number of "ways". For direct-mapped caches,
63 - fsl,secondary-cache-geometry
64 : <prop-encoded-array>
67 second is the number of "ways". For direct-mapped caches,
76 - fsl,iommu-parent
83 - fsl,liodn-reg : <prop-encoded-array>
88 the offset from the first "reg" resource of the node where
95 compatible = "fsl,pamu-v1.0", "fsl,pamu";
96 reg = <0x20000 0x5000>;
98 fsl,portid-mapping = <0xf80000>;
99 #address-cells = <1>;
100 #size-cells = <1>;
106 reg = <0 0x1000>;
107 fsl,primary-cache-geometry = <32 1>;
108 fsl,secondary-cache-geometry = <128 2>;
112 reg = <0x1000 0x1000>;
113 fsl,primary-cache-geometry = <32 1>;
114 fsl,secondary-cache-geometry = <128 2>;
118 reg = <0x2000 0x1000>;
119 fsl,primary-cache-geometry = <32 1>;
120 fsl,secondary-cache-geometry = <128 2>;
124 reg = <0x3000 0x1000>;
125 fsl,primary-cache-geometry = <32 1>;
126 fsl,secondary-cache-geometry = <128 2>;
130 reg = <0x4000 0x1000>;
131 fsl,primary-cache-geometry = <32 1>;
132 fsl,secondary-cache-geometry = <128 2>;
136 guts: global-utilities@e0000 {
137 compatible = "fsl,qoriq-device-config-1.0";
138 reg = <0xe0000 0xe00>;
139 fsl,has-rstcr;
140 #sleep-cells = <1>;
141 fsl,liodn-bits = <12>;
144 /include/ "qoriq-dma-0.dtsi"
146 fsl,iommu-parent = <&pamu0>;
147 fsl,liodn-reg = <&guts 0x584>; /* DMA2LIODNR */