Lines Matching +full:cache +full:- +full:controller
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>
15 I/O space utilized by the controller. The size should
20 - interrupts : <prop-encoded-array>
25 - #address-cells: <u32>
27 - #size-cells : <u32>
31 - reg : <prop-encoded-array>
35 - fsl,portid-mapping : <u32>
47 Each child node represents one PAMU controller. Each SOC device that is
48 connected to a specific PAMU device should have a "fsl,pamu-phandle" property
49 that links to the corresponding specific child PAMU controller.
51 - reg : <prop-encoded-array>
54 PAMU controller's configuration registers. The size should
57 - fsl,primary-cache-geometry
58 : <prop-encoded-array>
60 cache. The first is the number of cache lines, and the
61 second is the number of "ways". For direct-mapped caches,
63 - fsl,secondary-cache-geometry
64 : <prop-encoded-array>
66 cache. The first is the number of cache lines, and the
67 second is the number of "ways". For direct-mapped caches,
72 Devices that have LIODNs need to specify links to the parent PAMU controller
73 (the actual PAMU controller that this device is connected to) and a pointer to
76 - fsl,iommu-parent
78 Phandle to the single, specific PAMU controller node to which
81 best LIODN values to minimize PAMU cache thrashing.
83 - fsl,liodn-reg : <prop-encoded-array>
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 */