[linux-yocto] [PATCH 22/89] arm/boot/dts: The device tree for Amarillo.
Paul Butler
butler.paul at gmail.com
Sun Oct 27 12:32:47 PDT 2013
From: John Jacques <john.jacques at lsi.com>
Signed-off-by: John Jacques <john.jacques at lsi.com>
---
arch/arm/boot/dts/axm55xx.dts | 65 +++++++++++++++++++++++++++++++++++++++++--
1 file changed, 63 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/axm55xx.dts b/arch/arm/boot/dts/axm55xx.dts
index ae94ca4..f6de156 100644
--- a/arch/arm/boot/dts/axm55xx.dts
+++ b/arch/arm/boot/dts/axm55xx.dts
@@ -67,7 +67,6 @@
cpu-release-addr = <0>; // Fixed by the boot loader
};
- /*
cpu at 4 {
device_type = "cpu";
compatible = "arm,cortex-a15";
@@ -88,7 +87,69 @@
reg = <6>;
cpu-release-addr = <0>; // Fixed by the boot loader
};
- */
+
+ cpu at 7 {
+ device_type = "cpua";
+ compatible = "arm,cortex-a15";
+ reg = <7>;
+ cpu-release-addr = <0>; // Fixed by the boot loader
+ };
+
+ cpu at 8 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a15";
+ reg = <8>;
+ cpu-release-addr = <0>; // Fixed by the boot loader
+ };
+
+ cpu at 9 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a15";
+ reg = <9>;
+ cpu-release-addr = <0>; // Fixed by the boot loader
+ };
+
+ cpu at 10 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a15";
+ reg = <10>;
+ cpu-release-addr = <0>; // Fixed by the boot loader
+ };
+
+ cpu at 11 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a15";
+ reg = <11>;
+ cpu-release-addr = <0>; // Fixed by the boot loader
+ };
+
+ cpu at 12 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a15";
+ reg = <12>;
+ cpu-release-addr = <0>; // Fixed by the boot loader
+ };
+
+ cpu at 13 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a15";
+ reg = <13>;
+ cpu-release-addr = <0>; // Fixed by the boot loader
+ };
+
+ cpu at 14 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a15";
+ reg = <14>;
+ cpu-release-addr = <0>; // Fixed by the boot loader
+ };
+
+ cpu at 15 {
+ device_type = "cpu";
+ compatible = "arm,cortex-a15";
+ reg = <15>;
+ cpu-release-addr = <0>; // Fixed by the boot loader
+ };
};
memory at 00000000 {
--
1.8.3.4
More information about the linux-yocto
mailing list