Haifeng Yan | 75a4795 | 2014-04-11 12:50:13 +0800 | [diff] [blame^] | 1 | /* |
| 2 | * Copyright (c) 2013-2014 Linaro Ltd. |
| 3 | * Copyright (c) 2013-2014 Hisilicon Limited. |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify |
| 6 | * it under the terms of the GNU General Public License version 2 as |
| 7 | * publishhed by the Free Software Foundation. |
| 8 | */ |
| 9 | |
| 10 | /dts-v1/; |
| 11 | #include "hisi-x5hd2.dtsi" |
| 12 | |
| 13 | / { |
| 14 | model = "Hisilicon HIX5HD2 Development Board"; |
| 15 | compatible = "hisilicon,hix5hd2"; |
| 16 | |
| 17 | chosen { |
| 18 | bootargs = "console=ttyAMA0,115200 earlyprintk"; |
| 19 | }; |
| 20 | |
| 21 | cpus { |
| 22 | #address-cells = <1>; |
| 23 | #size-cells = <0>; |
| 24 | |
| 25 | cpu@0 { |
| 26 | compatible = "arm,cortex-a9"; |
| 27 | device_type = "cpu"; |
| 28 | reg = <0>; |
| 29 | next-level-cache = <&l2>; |
| 30 | }; |
| 31 | |
| 32 | cpu@1 { |
| 33 | compatible = "arm,cortex-a9"; |
| 34 | device_type = "cpu"; |
| 35 | reg = <1>; |
| 36 | next-level-cache = <&l2>; |
| 37 | }; |
| 38 | }; |
| 39 | |
| 40 | memory { |
| 41 | device_type = "memory"; |
| 42 | reg = <0x00000000 0x80000000>; |
| 43 | }; |
| 44 | }; |
| 45 | |
| 46 | &timer0 { |
| 47 | status = "okay"; |
| 48 | }; |
| 49 | |
| 50 | &uart0 { |
| 51 | status = "okay"; |
| 52 | }; |