Lines Matching +full:primary +full:- +full:device
1 Freescale Peripheral Management Access Unit (PAMU) Device Tree Binding
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>
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
51 - reg : <prop-encoded-array>
57 - fsl,primary-cache-geometry
58 : <prop-encoded-array>
59 Two cells that specify the geometry of the primary PAMU
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,
70 Device nodes:
73 (the actual PAMU controller that this device is connected to) and a pointer to
76 - fsl,iommu-parent
79 this device is connect. The PAMU topology is represented in
80 the device tree to assist code that dynamically determines the
83 - fsl,liodn-reg : <prop-encoded-array>
85 for this device. Required for devices that have a single
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 */