summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts
blob: 854f604049ca8bf66094dbb5640ed7894c024909 (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
105
106
107
108
109
110
111
112
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Device Tree file for Freescale LS2088A RDB Board.
 *
 * Copyright 2016 Freescale Semiconductor, Inc.
 * Copyright 2017 NXP
 *
 * Abhimanyu Saini <abhimanyu.saini@nxp.com>
 *
 */

/dts-v1/;

#include "fsl-ls2088a.dtsi"
#include "fsl-ls208xa-rdb.dtsi"

/ {
	model = "Freescale Layerscape 2088A RDB Board";
	compatible = "fsl,ls2088a-rdb", "fsl,ls2088a";

	chosen {
		stdout-path = "serial1:115200n8";
	};
};

&dpmac1 {
	phy-handle = <&mdio1_phy1>;
	phy-connection-type = "10gbase-r";
};

&dpmac2 {
	phy-handle = <&mdio1_phy2>;
	phy-connection-type = "10gbase-r";
};

&dpmac3 {
	phy-handle = <&mdio1_phy3>;
	phy-connection-type = "10gbase-r";
};

&dpmac4 {
	phy-handle = <&mdio1_phy4>;
	phy-connection-type = "10gbase-r";
};

&dpmac5 {
	phy-handle = <&mdio2_phy1>;
	phy-connection-type = "10gbase-r";
};

&dpmac6 {
	phy-handle = <&mdio2_phy2>;
	phy-connection-type = "10gbase-r";
};

&dpmac7 {
	phy-handle = <&mdio2_phy3>;
	phy-connection-type = "10gbase-r";
};

&dpmac8 {
	phy-handle = <&mdio2_phy4>;
	phy-connection-type = "10gbase-r";
};

&emdio1 {
	status = "okay";

	mdio1_phy1: ethernet-phy@10 {
		compatible = "ethernet-phy-id13e5.1002";
		reg = <0x10>;
	};

	mdio1_phy2: ethernet-phy@11 {
		compatible = "ethernet-phy-id13e5.1002";
		reg = <0x11>;
	};

	mdio1_phy3: ethernet-phy@12 {
		compatible = "ethernet-phy-id13e5.1002";
		reg = <0x12>;
	};

	mdio1_phy4: ethernet-phy@13 {
		compatible = "ethernet-phy-id13e5.1002";
		reg = <0x13>;
	};
};

&emdio2 {
	status = "okay";

	mdio2_phy1: ethernet-phy@0 {
		compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
		reg = <0x0>;
	};

	mdio2_phy2: ethernet-phy@1 {
		compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
		reg = <0x1>;
	};

	mdio2_phy3: ethernet-phy@2 {
		compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
		reg = <0x2>;
	};

	mdio2_phy4: ethernet-phy@3 {
		compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
		reg = <0x3>;
	};
};