Lines Matching +full:five +full:- +full:cell
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>
18 PAMU v1.0, on an SOC that has five PAMU devices, the size
20 - interrupts : <prop-encoded-array>
25 - #address-cells: <u32>
27 - #size-cells : <u32>
31 - reg : <prop-encoded-array>
35 - fsl,portid-mapping : <u32>
48 connected to a specific PAMU device should have a "fsl,pamu-phandle" property
51 - reg : <prop-encoded-array>
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>
86 LIODN. The first cell is a phandle to a node that contains
95 compatible = "fsl,pamu-v1.0", "fsl,pamu";
98 fsl,portid-mapping = <0xf80000>;
99 #address-cells = <1>;
100 #size-cells = <1>;
107 fsl,primary-cache-geometry = <32 1>;
108 fsl,secondary-cache-geometry = <128 2>;
113 fsl,primary-cache-geometry = <32 1>;
114 fsl,secondary-cache-geometry = <128 2>;
119 fsl,primary-cache-geometry = <32 1>;
120 fsl,secondary-cache-geometry = <128 2>;
125 fsl,primary-cache-geometry = <32 1>;
126 fsl,secondary-cache-geometry = <128 2>;
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";
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 */