diff options
author | Hai-Ying Wang <Haiying.Wang@freescale.com> | 2012-12-04 04:03:34 (GMT) |
---|---|---|
committer | Fleming Andrew-AFLEMING <AFLEMING@freescale.com> | 2013-04-03 06:29:36 (GMT) |
commit | bc3a19de87ae8dedbccc53c6b10be877787c3e18 (patch) | |
tree | bf594d5d0f1bbb63aab749e9278507bf01c69143 /arch/powerpc/boot/dts | |
parent | 0bb98856d3302f4ce3eec289b3efbb89794bce56 (diff) | |
download | linux-fsl-qoriq-bc3a19de87ae8dedbccc53c6b10be877787c3e18.tar.xz |
t4240qds-usdpaa: add 2 1G ports to support 42G traffic
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
(cherry picked from commit 67131ab8cfdb0149ccb073981fe6dc195ad6cd19)
Change-Id: I0ca3a6aa90d2d108cd2f83c961a11f87d5da9a92
Reviewed-on: http://git.am.freescale.net:8181/534
Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r-- | arch/powerpc/boot/dts/t4240qds-usdpaa.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/t4240qds-usdpaa.dts b/arch/powerpc/boot/dts/t4240qds-usdpaa.dts index 6d15203..88e627d 100644 --- a/arch/powerpc/boot/dts/t4240qds-usdpaa.dts +++ b/arch/powerpc/boot/dts/t4240qds-usdpaa.dts @@ -79,6 +79,12 @@ }; fsl,dpaa { + ethernet@4 { + compatible = "fsl,t4240-dpa-ethernet-init", "fsl,dpa-ethernet-init"; + fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>; + fsl,qman-frame-queues-rx = <0x58 1 0x59 1>; + fsl,qman-frame-queues-tx = <0x78 1 0x79 1>; + }; ethernet@6 { compatible = "fsl,t4240-dpa-ethernet-init", "fsl,dpa-ethernet-init"; fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>; @@ -91,6 +97,12 @@ fsl,qman-frame-queues-rx = <0x5e 1 0x5f 1>; fsl,qman-frame-queues-tx = <0x7e 1 0x7f 1>; }; + ethernet@12 { + compatible = "fsl,t4240-dpa-ethernet-init", "fsl,dpa-ethernet-init"; + fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>; + fsl,qman-frame-queues-rx = <0x68 1 0x69 1>; + fsl,qman-frame-queues-tx = <0x88 1 0x89 1>; + }; ethernet@14 { compatible = "fsl,t4240-dpa-ethernet-init", "fsl,dpa-ethernet-init"; fsl,bman-buffer-pools = <&bp7 &bp8 &bp9>; |