summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/qoriq-bman1-portals.dtsi
blob: 14680adb825d25009a60279321c0f0b42790b085 (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
/*
 * QorIQ BMan Portals device tree
 *
 * Copyright 2011-2016 Freescale Semiconductor Inc.
 *
 * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
 */

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

	bman-portal@0 {
		cell-index = <0>;
		compatible = "fsl,bman-portal";
		reg = <0x0 0x4000 0x4000000 0x4000>;
		interrupts = <0 173 0x4>;
	};

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

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

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

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

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

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

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

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

	 bman-bpids@0 {
		compatible = "fsl,bpid-range";
		fsl,bpid-range = <32 32>;
	};
};