diff options
Diffstat (limited to 'arch/arm/boot/dts/k2hk.dtsi')
-rw-r--r-- | arch/arm/boot/dts/k2hk.dtsi | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/k2hk.dtsi b/arch/arm/boot/dts/k2hk.dtsi new file mode 100644 index 000000000000..c73899c73118 --- /dev/null +++ b/arch/arm/boot/dts/k2hk.dtsi | |||
@@ -0,0 +1,46 @@ | |||
1 | /* | ||
2 | * Copyright 2013-2014 Texas Instruments, Inc. | ||
3 | * | ||
4 | * Keystone 2 Kepler/Hawking soc specific device tree | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | / { | ||
12 | cpus { | ||
13 | #address-cells = <1>; | ||
14 | #size-cells = <0>; | ||
15 | |||
16 | interrupt-parent = <&gic>; | ||
17 | |||
18 | cpu@0 { | ||
19 | compatible = "arm,cortex-a15"; | ||
20 | device_type = "cpu"; | ||
21 | reg = <0>; | ||
22 | }; | ||
23 | |||
24 | cpu@1 { | ||
25 | compatible = "arm,cortex-a15"; | ||
26 | device_type = "cpu"; | ||
27 | reg = <1>; | ||
28 | }; | ||
29 | |||
30 | cpu@2 { | ||
31 | compatible = "arm,cortex-a15"; | ||
32 | device_type = "cpu"; | ||
33 | reg = <2>; | ||
34 | }; | ||
35 | |||
36 | cpu@3 { | ||
37 | compatible = "arm,cortex-a15"; | ||
38 | device_type = "cpu"; | ||
39 | reg = <3>; | ||
40 | }; | ||
41 | }; | ||
42 | |||
43 | soc { | ||
44 | /include/ "k2hk-clocks.dtsi" | ||
45 | }; | ||
46 | }; | ||