Murali Karicheri | a206767 | 2014-02-24 10:44:07 -0500 | [diff] [blame] | 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 | }; |