Hou Zhiqiang | bd74ea1 | 2019-08-20 09:35:26 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
| 2 | /* |
| 3 | * T1024RDB Device Tree Source |
| 4 | * |
| 5 | * Copyright 2013 - 2015 Freescale Semiconductor Inc. |
Madalin Bucur | ffe706d | 2020-04-30 16:00:13 +0300 | [diff] [blame] | 6 | * Copyright 2019-2020 NXP |
Hou Zhiqiang | bd74ea1 | 2019-08-20 09:35:26 +0000 | [diff] [blame] | 7 | */ |
| 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 Bucur | ffe706d | 2020-04-30 16:00:13 +0300 | [diff] [blame] | 17 | |
| 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 Zhiqiang | bd74ea1 | 2019-08-20 09:35:26 +0000 | [diff] [blame] | 67 | }; |
Madalin Bucur | ffe706d | 2020-04-30 16:00:13 +0300 | [diff] [blame] | 68 | |
| 69 | #include "t1024si-post.dtsi" |