From: John Jacques <john.jacq...@intel.com>

Include a 12 core dtsi file for 5600.

Signed-off-by: John Jacques <john.jacq...@intel.com>
---
 arch/arm64/boot/dts/intel/axm5612-cpus.dtsi | 101 ++++++++++++++++++++++++++++
 1 file changed, 101 insertions(+)
 create mode 100644 arch/arm64/boot/dts/intel/axm5612-cpus.dtsi

diff --git a/arch/arm64/boot/dts/intel/axm5612-cpus.dtsi 
b/arch/arm64/boot/dts/intel/axm5612-cpus.dtsi
new file mode 100644
index 0000000..6e6c647
--- /dev/null
+++ b/arch/arm64/boot/dts/intel/axm5612-cpus.dtsi
@@ -0,0 +1,101 @@
+/*
+ * arch/arm64/boot/dts/intel/axm5612-cpus.dtsi
+ *
+ * Copyright (C) 2014 Avago Technologies
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ */
+
+/ {
+       cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               cpu@0 {
+                       device_type = "cpu";
+                       compatible = "arm,armv8";
+                       reg = <0x00>;
+                       enable-method = "psci";
+               };
+
+               cpu@1 {
+                       device_type = "cpu";
+                       compatible = "arm,armv8";
+                       reg = <0x01>;
+                       enable-method = "psci";
+               };
+
+               cpu@2 {
+                       device_type = "cpu";
+                       compatible = "arm,armv8";
+                       reg = <0x02>;
+                       enable-method = "psci";
+               };
+
+               cpu@3 {
+                       device_type = "cpu";
+                       compatible = "arm,armv8";
+                       reg = <0x03>;
+                       enable-method = "psci";
+               };
+
+               cpu@4 {
+                       device_type = "cpu";
+                       compatible = "arm,armv8";
+                       reg = <0x100>;
+                       enable-method = "psci";
+               };
+
+               cpu@5 {
+                       device_type = "cpu";
+                       compatible = "arm,armv8";
+                       reg = <0x101>;
+                       enable-method = "psci";
+               };
+
+               cpu@6 {
+                       device_type = "cpu";
+                       compatible = "arm,armv8";
+                       reg = <0x102>;
+                       enable-method = "psci";
+               };
+
+               cpu@7 {
+                       device_type = "cpu";
+                       compatible = "arm,armv8";
+                       reg = <0x103>;
+                       enable-method = "psci";
+               };
+
+               cpu@8 {
+                       device_type = "cpu";
+                       compatible = "arm,armv8";
+                       reg = <0x200>;
+                       enable-method = "psci";
+               };
+
+               cpu@9 {
+                       device_type = "cpu";
+                       compatible = "arm,armv8";
+                       reg = <0x201>;
+                       enable-method = "psci";
+               };
+
+               cpu@10 {
+                       device_type = "cpu";
+                       compatible = "arm,armv8";
+                       reg = <0x202>;
+                       enable-method = "psci";
+               };
+
+               cpu@11 {
+                       device_type = "cpu";
+                       compatible = "arm,armv8";
+                       reg = <0x203>;
+                       enable-method = "psci";
+               };
+       };
+};
-- 
2.7.4

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to