Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/fsl/dts: add QMan and BMan nodes on t1024

Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Signed-off-by: Scott Wood <oss@buserror.net>

authored by

Madalin Bucur and committed by
Scott Wood
138bde87 056f9657

+58
+29
arch/powerpc/boot/dts/fsl/t1024qds.dts
··· 41 41 #size-cells = <2>; 42 42 interrupt-parent = <&mpic>; 43 43 44 + reserved-memory { 45 + #address-cells = <2>; 46 + #size-cells = <2>; 47 + ranges; 48 + 49 + bman_fbpr: bman-fbpr { 50 + size = <0 0x1000000>; 51 + alignment = <0 0x1000000>; 52 + }; 53 + 54 + qman_fqd: qman-fqd { 55 + size = <0 0x400000>; 56 + alignment = <0 0x400000>; 57 + }; 58 + 59 + qman_pfdr: qman-pfdr { 60 + size = <0 0x2000000>; 61 + alignment = <0 0x2000000>; 62 + }; 63 + }; 64 + 44 65 ifc: localbus@ffe124000 { 45 66 reg = <0xf 0xfe124000 0 0x2000>; 46 67 ranges = <0 0 0xf 0xe8000000 0x08000000 ··· 99 78 100 79 dcsr: dcsr@f00000000 { 101 80 ranges = <0x00000000 0xf 0x00000000 0x01072000>; 81 + }; 82 + 83 + bportals: bman-portals@ff4000000 { 84 + ranges = <0x0 0xf 0xf4000000 0x2000000>; 85 + }; 86 + 87 + qportals: qman-portals@ff6000000 { 88 + ranges = <0x0 0xf 0xf6000000 0x2000000>; 102 89 }; 103 90 104 91 soc: soc@ffe000000 {
+29
arch/powerpc/boot/dts/fsl/t1024rdb.dts
··· 41 41 #size-cells = <2>; 42 42 interrupt-parent = <&mpic>; 43 43 44 + reserved-memory { 45 + #address-cells = <2>; 46 + #size-cells = <2>; 47 + ranges; 48 + 49 + bman_fbpr: bman-fbpr { 50 + size = <0 0x1000000>; 51 + alignment = <0 0x1000000>; 52 + }; 53 + 54 + qman_fqd: qman-fqd { 55 + size = <0 0x400000>; 56 + alignment = <0 0x400000>; 57 + }; 58 + 59 + qman_pfdr: qman-pfdr { 60 + size = <0 0x2000000>; 61 + alignment = <0 0x2000000>; 62 + }; 63 + }; 64 + 44 65 ifc: localbus@ffe124000 { 45 66 reg = <0xf 0xfe124000 0 0x2000>; 46 67 ranges = <0 0 0xf 0xe8000000 0x08000000 ··· 101 80 102 81 dcsr: dcsr@f00000000 { 103 82 ranges = <0x00000000 0xf 0x00000000 0x01072000>; 83 + }; 84 + 85 + bportals: bman-portals@ff4000000 { 86 + ranges = <0x0 0xf 0xf4000000 0x2000000>; 87 + }; 88 + 89 + qportals: qman-portals@ff6000000 { 90 + ranges = <0x0 0xf 0xf6000000 0x2000000>; 104 91 }; 105 92 106 93 soc: soc@ffe000000 {