summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/qoriq-fman3-0-6oh.dtsi
blob: 2d0df20db55e6c4e9ac6ba28ba01f7b40e0efa45 (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
/*
 * QorIQ FMan v3 OH ports device tree
 *
 * Copyright 2012-2015 Freescale Semiconductor Inc.
 *
 * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
 */

fman@1a00000 {

	fman0_oh1: port@82000 {
		cell-index = <0>;
		compatible = "fsl,fman-port-oh";
		reg = <0x82000 0x1000>;
	};

	fman0_oh2: port@83000 {
		cell-index = <1>;
		compatible = "fsl,fman-port-oh";
		reg = <0x83000 0x1000>;
	};

	fman0_oh3: port@84000 {
		cell-index = <2>;
		compatible = "fsl,fman-port-oh";
		reg = <0x84000 0x1000>;
	};

	fman0_oh4: port@85000 {
		cell-index = <3>;
		compatible = "fsl,fman-port-oh";
		reg = <0x85000 0x1000>;
	};

	fman0_oh5: port@86000 {
		cell-index = <4>;
		compatible = "fsl,fman-port-oh";
		reg = <0x86000 0x1000>;
	};

	fman0_oh6: port@87000 {
		cell-index = <5>;
		compatible = "fsl,fman-port-oh";
		reg = <0x87000 0x1000>;
	};

};