aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc7448hpc2.dts
diff options
context:
space:
mode:
authorRoy Zang <tie-fei.zang@freescale.com>2007-09-24 06:31:55 -0400
committerKumar Gala <galak@kernel.crashing.org>2007-10-04 12:02:50 -0400
commitc4e05bc57dd14294683cdea7fe36ce3c01f5c6ae (patch)
tree8436782d7378538543d9706013f16f5f4fccd308 /arch/powerpc/boot/dts/mpc7448hpc2.dts
parent3611f2ad424094655d381f099613a6f43239824d (diff)
[POWERPC] bootwrapper: adds cuboot for MPC7448HPC2 platform
This patch adds cuboot support for MPC7448HPC2 platform. The cuImage can be used with legacy u-boot without FDT support. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc7448hpc2.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc7448hpc2.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc7448hpc2.dts b/arch/powerpc/boot/dts/mpc7448hpc2.dts
index 88cd37da13ef..8fb542387436 100644
--- a/arch/powerpc/boot/dts/mpc7448hpc2.dts
+++ b/arch/powerpc/boot/dts/mpc7448hpc2.dts
@@ -78,6 +78,7 @@
78 }; 78 };
79 79
80 ethernet@6200 { 80 ethernet@6200 {
81 linux,network-index = <0>;
81 #size-cells = <0>; 82 #size-cells = <0>;
82 device_type = "network"; 83 device_type = "network";
83 compatible = "tsi108-ethernet"; 84 compatible = "tsi108-ethernet";
@@ -90,6 +91,7 @@
90 }; 91 };
91 92
92 ethernet@6600 { 93 ethernet@6600 {
94 linux,network-index = <1>;
93 #address-cells = <1>; 95 #address-cells = <1>;
94 #size-cells = <0>; 96 #size-cells = <0>;
95 device_type = "network"; 97 device_type = "network";
@@ -183,5 +185,8 @@
183 }; 185 };
184 }; 186 };
185 }; 187 };
188 chosen {
189 linux,stdout-path = "/tsi108@c0000000/serial@7808";
190 };
186 191
187}; 192};