diff options
author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | 2014-11-19 09:04:35 (GMT) |
---|---|---|
committer | Honghua Yin <Hong-Hua.Yin@freescale.com> | 2015-03-23 03:29:41 (GMT) |
commit | 9e92943c8dd782b17d7523bd664e6813654dee98 (patch) | |
tree | 54e3491c084aeaa95c13e6a2a4edbfc667bc23d0 | |
parent | c3a52d1e1ef3484c0ecc1c937abd19262a859049 (diff) | |
download | linux-fsl-qoriq-9e92943c8dd782b17d7523bd664e6813654dee98.tar.xz |
t1024rdb/dts: add support for 2.5G SGMII
Add 2.5G SGMII support for T1024RDB Rev-B.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Change-Id: I5e278f2dacde8c27b42c6486808366f8009186a2
Reviewed-on: http://git.am.freescale.net:8181/26736
Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com>
Reviewed-by: Xiaobo Xie <X.Xie@freescale.com>
Reviewed-by: Honghua Yin <Hong-Hua.Yin@freescale.com>
-rw-r--r-- | arch/powerpc/boot/dts/t1024rdb.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/t1024rdb.dts b/arch/powerpc/boot/dts/t1024rdb.dts index 8ed7f11..ccc83be 100644 --- a/arch/powerpc/boot/dts/t1024rdb.dts +++ b/arch/powerpc/boot/dts/t1024rdb.dts @@ -41,6 +41,10 @@ #size-cells = <2>; interrupt-parent = <&mpic>; + aliases { + sg_2500_aqr105_phy4 = &sg_2500_aqr105_phy4; + }; + ifc: localbus@ffe124000 { reg = <0xf 0xfe124000 0 0x2000>; ranges = <0 0 0xf 0xe8000000 0x08000000 @@ -182,6 +186,10 @@ compatible = "ethernet-phy-ieee802.3-c45"; reg = <0x1>; }; + sg_2500_aqr105_phy4: ethernet-phy@2 { + compatible = "ethernet-phy-ieee802.3-c45"; + reg = <0x2>; + }; }; }; }; |