blob: ebcff9a9b87fb0fe581c5f4e5dd83bf4f05d96e1 [file] [log] [blame]
Arnd Bergmann2d334292012-03-07 15:04:07 +00001/*
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};