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

&bportals {
	bman-portal@0 {
		cell-index = <0>;
	};

	bman-portal@10000 {
		cell-index = <1>;
	};

	bman-portal@20000 {
		cell-index = <2>;
	};

	bman-portal@30000 {
		cell-index = <3>;
	};

	bman-portal@40000 {
		cell-index = <4>;
	};

	bman-portal@50000 {
		cell-index = <5>;
	};

	bman-portal@60000 {
		cell-index = <6>;
	};

	bman-portal@70000 {
		cell-index = <7>;
	};

	bman-portal@80000 {
		cell-index = <8>;
	};

	bman-portal@90000 {
		cell-index = <9>;
	};

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