summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorEyal Harari <eyal.harari@freescale.com>2015-04-20 06:15:41 (GMT)
committerHonghua Yin <Hong-Hua.Yin@freescale.com>2015-04-21 09:19:56 (GMT)
commit98de7cb383bcc9298ad7b15ede6be5a8d0ef2e49 (patch)
tree6da6457ed9629f7692b8e02f8147ce993ac08874 /arch
parentd87b597f379009caec4d2f66d2eb5012c868051e (diff)
downloadlinux-fsl-qoriq-98de7cb383bcc9298ad7b15ede6be5a8d0ef2e49.tar.xz
FMD: DSAR: add dsar support to device tree files
Signed-off-by: Eyal Harari <eyal.harari@freescale.com> Change-Id: I900fd4e19738897af4be22df651b106e7384f30c Reviewed-on: http://git.am.freescale.net:8181/35281 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Mandy Lavi <Mandy.Lavi@freescale.com> Reviewed-by: Honghua Yin <Hong-Hua.Yin@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/boot/dts/t1040d4rdb.dts22
-rw-r--r--arch/powerpc/boot/dts/t1042d4rdb.dts21
2 files changed, 43 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/t1040d4rdb.dts b/arch/powerpc/boot/dts/t1040d4rdb.dts
index 2c893df..4725e17 100644
--- a/arch/powerpc/boot/dts/t1040d4rdb.dts
+++ b/arch/powerpc/boot/dts/t1040d4rdb.dts
@@ -42,6 +42,23 @@
#size-cells = <2>;
interrupt-parent = <&mpic>;
+ chosen {
+ name = "chosen";
+
+ dpaa-extended-args {
+ fman1-extd-args {
+ cell-index = <0>;
+ compatible = "fsl,fman-extended-args";
+ fman1_rx3-extd-args {
+ cell-index = <3>;
+ compatible = "fsl,fman-port-1g-rx-extended-args";
+ ar-tables-sizes = <10 10 10 10 10 10 20 2000>;
+ ar-filters-sizes = <10 20 20>;
+ };
+ };
+ };
+ };
+
aliases {
phy_rgmii_0 = &phy_rgmii_0;
phy_rgmii_1 = &phy_rgmii_1;
@@ -60,6 +77,11 @@
reg = <0xf 0xfe000000 0 0x00001000>;
+ qman: qman@318000 {
+ };
+ bman: bman@31a000 {
+ };
+
fman0: fman@400000 {
sleep = <&rcpm 0x00000008>;
diff --git a/arch/powerpc/boot/dts/t1042d4rdb.dts b/arch/powerpc/boot/dts/t1042d4rdb.dts
index ae0ab65..82e0ab1 100644
--- a/arch/powerpc/boot/dts/t1042d4rdb.dts
+++ b/arch/powerpc/boot/dts/t1042d4rdb.dts
@@ -42,6 +42,23 @@
#size-cells = <2>;
interrupt-parent = <&mpic>;
+ chosen {
+ name = "chosen";
+
+ dpaa-extended-args {
+ fman1-extd-args {
+ cell-index = <0>;
+ compatible = "fsl,fman-extended-args";
+ fman1_rx3-extd-args {
+ cell-index = <3>;
+ compatible = "fsl,fman-port-1g-rx-extended-args";
+ ar-tables-sizes = <10 10 10 10 10 10 20 2000>;
+ ar-filters-sizes = <10 20 20>;
+ };
+ };
+ };
+ };
+
aliases {
phy_sgmii_0 = &phy_sgmii_0;
phy_sgmii_1 = &phy_sgmii_1;
@@ -61,6 +78,10 @@
ranges = <0x00000000 0xf 0xfe000000 0x1000000>;
reg = <0xf 0xfe000000 0 0x00001000>;
+ qman: qman@318000 {
+ };
+ bman: bman@31a000 {
+ };
fman0: fman@400000 {
sleep = <&rcpm 0x00000008>;