summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/qoriq-qman1-portals.dtsi
blob: 4f7edf48734389b7746ef912c8a5ed67bbfab0ad (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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/*
 * QorIQ QMan Portals device tree
 *
 * Copyright 2011-2016 Freescale Semiconductor Inc.
 *
 * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
 */

&qportals {
	#address-cells = <1>;
	#size-cells = <1>;
	compatible = "simple-bus";

	qportal0: qman-portal@0 {
		compatible = "fsl,qman-portal";
		reg = <0x0 0x4000 0x4000000 0x4000>;
		interrupts = <0 172 0x4>;
		cell-index = <0>;
	};

	qportal1: qman-portal@10000 {
		compatible = "fsl,qman-portal";
		reg = <0x10000 0x4000 0x4010000 0x4000>;
		interrupts = <0 174 0x4>;
		cell-index = <1>;
	};

	qportal2: qman-portal@20000 {
		compatible = "fsl,qman-portal";
		reg = <0x20000 0x4000 0x4020000 0x4000>;
		interrupts = <0 176 0x4>;
		cell-index = <2>;
	};

	qportal3: qman-portal@30000 {
		compatible = "fsl,qman-portal";
		reg = <0x30000 0x4000 0x4030000 0x4000>;
		interrupts = <0 178 0x4>;
		cell-index = <3>;
	};

	qportal4: qman-portal@40000 {
		compatible = "fsl,qman-portal";
		reg = <0x40000 0x4000 0x4040000 0x4000>;
		interrupts = <0 180 0x4>;
		cell-index = <4>;
	};

	qportal5: qman-portal@50000 {
		compatible = "fsl,qman-portal";
		reg = <0x50000 0x4000 0x4050000 0x4000>;
		interrupts = <0 182 0x4>;
		cell-index = <5>;
	};

	qportal6: qman-portal@60000 {
		compatible = "fsl,qman-portal";
		reg = <0x60000 0x4000 0x4060000 0x4000>;
		interrupts = <0 184 0x4>;
		cell-index = <6>;
	};

	qportal7: qman-portal@70000 {
		compatible = "fsl,qman-portal";
		reg = <0x70000 0x4000 0x4070000 0x4000>;
		interrupts = <0 186 0x4>;
		cell-index = <7>;
	};

	qportal8: qman-portal@80000 {
		compatible = "fsl,qman-portal";
		reg = <0x80000 0x4000 0x4080000 0x4000>;
		interrupts = <0 188 0x4>;
		cell-index = <8>;
	};

	qman-fqids@0 {
		compatible = "fsl,fqid-range";
		fsl,fqid-range = <256 256>;
	};

	qman-fqids@1 {
		compatible = "fsl,fqid-range";
		fsl,fqid-range = <32768 32768>;
	};

	qman-pools@0 {
		compatible = "fsl,pool-channel-range";
		fsl,pool-channel-range = <0x401 0xf>;
	};

	qman-cgrids@0 {
		compatible = "fsl,cgrid-range";
		fsl,cgrid-range = <0 256>;
	};

	qman-ceetm@0 {
		compatible = "fsl,qman-ceetm";
		fsl,ceetm-lfqid-range = <0xf00000 0x1000>;
		fsl,ceetm-sp-range = <0 12>;
		fsl,ceetm-lni-range = <0 8>;
		fsl,ceetm-channel-range = <0 32>;
	};
};