summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl_dpa_offload/dts/t2080si-chosen-offld.dtsi
blob: 91ec766c8d4ad7fa8f7f3bfbacaf643133b46128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
chosen {
	name = "chosen";

	dpaa-extended-args {
		fman0-extd-args {
			cell-index = <0>;
			compatible = "fsl,fman-extended-args";
			dma-aid-mode = "port";
			/* Inbound O/H post decryption */
			fman0_oh2-extd-args {
				cell-index = <1>;
				compatible = "fsl,fman-port-op-extended-args";
				errors-to-discard = <0x00420000>;
				/* Define Virtual storage profile */
				/* <number of profiles, default profile id> */
				vsp-window = <8 0>;
			};
			/* Outbound O/H pre encryption */
			fman0_oh3-extd-args {
				cell-index = <2>;
				compatible = "fsl,fman-port-op-extended-args";
				errors-to-discard = <0x00420000>;
				/* Define buffer layout parameters. Can be used
				 * in fragmentation or header manip operations
				 */
				/* <manip extra space, data alignment> */
				buffer-layout = <128 64>;
			};
		};
	};
};