Arnd Bergmann | 2d33429 | 2012-03-07 15:04:07 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2011 ST-Ericsson AB |
| 3 | * |
| 4 | * The code contained herein is licensed under the GNU General Public |
| 5 | * License. You may obtain a copy of the GNU General Public License |
| 6 | * Version 2 or later at the following locations: |
| 7 | * |
| 8 | * http://www.opensource.org/licenses/gpl-license.html |
| 9 | * http://www.gnu.org/copyleft/gpl.html |
| 10 | */ |
| 11 | |
| 12 | /dts-v1/; |
| 13 | |
| 14 | / { |
| 15 | model = "Calao Systems Snowball platform with device tree"; |
| 16 | compatible = "calaosystems,snowball-a9500"; |
| 17 | |
| 18 | #address-cells = <1>; |
| 19 | #size-cells = <1>; |
| 20 | |
| 21 | memory { |
| 22 | reg = <0x00000000 0x20000000>; |
| 23 | }; |
| 24 | |
| 25 | soc-u9500 { |
| 26 | #address-cells = <1>; |
| 27 | #size-cells = <1>; |
| 28 | compatible = "simple-bus"; |
| 29 | ranges; |
| 30 | }; |
| 31 | }; |