blob: 32aaa4adaa4d1f91eb73f8032853662efa44cc70 [file] [log] [blame]
Hou Zhiqiangbd74ea12019-08-20 09:35:26 +00001// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * T1024RDB Device Tree Source
4 *
5 * Copyright 2013 - 2015 Freescale Semiconductor Inc.
Madalin Bucurffe706d2020-04-30 16:00:13 +03006 * Copyright 2019-2020 NXP
Hou Zhiqiangbd74ea12019-08-20 09:35:26 +00007 */
8
9/include/ "t102x.dtsi"
10
11/ {
12 model = "fsl,T1024RDB";
13 compatible = "fsl,T1024RDB";
14 #address-cells = <2>;
15 #size-cells = <2>;
16 interrupt-parent = <&mpic>;
Madalin Bucurffe706d2020-04-30 16:00:13 +030017
18 aliases {
19 sg_2500_aqr105_phy4 = &sg_2500_aqr105_phy4;
20 };
21
22 soc: soc@ffe000000 {
23 ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
24 reg = <0xf 0xfe000000 0 0x00001000>;
25
26 fman@400000 {
27 fm1mac1: ethernet@e0000 {
28 phy-handle = <&xg_aqr105_phy3>;
29 phy-connection-type = "xgmii";
30 };
31
32 fm1mac2: ethernet@e2000 {
33 };
34
35 fm1mac3: ethernet@e4000 {
36 phy-handle = <&rgmii_phy2>;
37 phy-connection-type = "rgmii";
38 };
39
40 fm1mac4: ethernet@e6000 {
41 phy-handle = <&rgmii_phy1>;
42 phy-connection-type = "rgmii";
43 };
44
45 mdio0: mdio@fc000 {
46 rgmii_phy1: ethernet-phy@2 {
47 reg = <0x2>;
48 };
49 rgmii_phy2: ethernet-phy@6 {
50 reg = <0x6>;
51 };
52 };
53
54 xmdio0: mdio@fd000 {
55 xg_aqr105_phy3: ethernet-phy@1 {
56 compatible = "ethernet-phy-ieee802.3-c45";
57 reg = <0x1>;
58 };
59 sg_2500_aqr105_phy4: ethernet-phy@2 {
60 compatible = "ethernet-phy-ieee802.3-c45";
61 reg = <0x2>;
62 };
63 };
64 };
65 };
66
Hou Zhiqiangbd74ea12019-08-20 09:35:26 +000067};
Madalin Bucurffe706d2020-04-30 16:00:13 +030068
69#include "t1024si-post.dtsi"