Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / berlin2q-marvell-dmp.dts
1 /*
2  * Copyright (C) 2014 Antoine Ténart <antoine.tenart@free-electrons.com>
3  *
4  * This file is licensed under the terms of the GNU General Public
5  * License version 2. This program is licensed "as is" without any
6  * warranty of any kind, whether express or implied.
7  */
8
9 /dts-v1/;
10 #include "berlin2q.dtsi"
11
12 / {
13         model = "Marvell BG2-Q DMP";
14         compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
15
16         memory {
17                 device_type = "memory";
18                 reg = <0x00000000 0x80000000>;
19         };
20
21         choosen {
22                 bootargs = "console=ttyS0,115200 earlyprintk";
23         };
24 };
25
26 &sdhci1 {
27         broken-cd;
28         sdhci,wp-inverted;
29         status = "okay";
30 };
31
32 &sdhci2 {
33         non-removable;
34         status = "okay";
35 };
36
37 &i2c0 {
38         status = "okay";
39 };
40
41 &i2c2 {
42         status = "okay";
43 };
44
45 &uart0 {
46         status = "okay";
47 };