summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/k2hk.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/k2hk.dtsi')
-rw-r--r--dts/src/arm/k2hk.dtsi46
1 files changed, 46 insertions, 0 deletions
diff --git a/dts/src/arm/k2hk.dtsi b/dts/src/arm/k2hk.dtsi
new file mode 100644
index 0000000000..c73899c731
--- /dev/null
+++ b/dts/src/arm/k2hk.dtsi
@@ -0,0 +1,46 @@
+/*
+ * Copyright 2013-2014 Texas Instruments, Inc.
+ *
+ * Keystone 2 Kepler/Hawking soc specific device tree
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+/ {
+ cpus {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ interrupt-parent = <&gic>;
+
+ cpu@0 {
+ compatible = "arm,cortex-a15";
+ device_type = "cpu";
+ reg = <0>;
+ };
+
+ cpu@1 {
+ compatible = "arm,cortex-a15";
+ device_type = "cpu";
+ reg = <1>;
+ };
+
+ cpu@2 {
+ compatible = "arm,cortex-a15";
+ device_type = "cpu";
+ reg = <2>;
+ };
+
+ cpu@3 {
+ compatible = "arm,cortex-a15";
+ device_type = "cpu";
+ reg = <3>;
+ };
+ };
+
+ soc {
+ /include/ "k2hk-clocks.dtsi"
+ };
+};