summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/fsl/qoriq-fman-0-sdk.dtsi
blob: 41bf8dee7b5ad89c272cbab4c580eb2d3d69f7c5 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/*
 * Copyright 2017-2018 NXP
 */

&fman0 {
	compatible = "fsl,fman", "simple-bus";

	/* tx - 1g - 0 */
	port@a8000 {
		fsl,qman-channel-id = <0x41>;
	};
	/* tx - 1g - 1 */
	port@a9000 {
		fsl,qman-channel-id = <0x42>;
	};
	/* tx - 1g - 2 */
	port@aa000 {
		fsl,qman-channel-id = <0x43>;
	};
	/* tx - 1g - 3 */
	port@ab000 {
		fsl,qman-channel-id = <0x44>;
	};
	/* tx - 1g - 4 */
	port@ac000 {
		fsl,qman-channel-id = <0x45>;
	};
	/* tx - 10g - 0 */
	port@b0000 {
		fsl,qman-channel-id = <0x40>;
	};
	/* offline 0 */
	port@81000 {
		fsl,qman-channel-id = <0x46>;
	};
	/* offline 1 */
	port@82000 {
		fsl,qman-channel-id = <0x47>;
	};
	/* offline 2 */
	port@83000 {
		fsl,qman-channel-id = <0x48>;
	};
	/* offline 3 */
	port@84000 {
		fsl,qman-channel-id = <0x49>;
	};
	/* offline 4 */
	port@85000 {
		fsl,qman-channel-id = <0x4a>;
	};
	/* offline 5 */
	port@86000 {
		fsl,qman-channel-id = <0x4b>;
	};

	policer@c0000 {
		compatible = "fsl,fman-policer";
		reg = <0xc0000 0x1000>;
	};

	keygen@c1000 {
		compatible = "fsl,fman-keygen";
		reg = <0xc1000 0x1000>;
	};

	dma@c2000 {
		compatible = "fsl,fman-dma";
		reg = <0xc2000 0x1000>;
	};

	fpm@c3000 {
		compatible = "fsl,fman-fpm";
		reg = <0xc3000 0x1000>;
	};

	parser@c7000 {
		compatible = "fsl,fman-parser";
		reg = <0xc7000 0x1000>;
	};
};