blob: ea1f99b8eed688988fa9b7924c60389d2162dbaa [file] [log] [blame]
Antoine Tenart55d3de52014-03-18 15:32:47 +01001/*
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
Antoine Tenart30470862014-05-19 22:04:33 +020026&sdhci1 {
27 broken-cd;
28 sdhci,wp-inverted;
29 status = "okay";
30};
31
32&sdhci2 {
33 non-removable;
34 status = "okay";
35};
36
Antoine Ténartfbcdc072014-06-03 09:33:10 +020037&i2c0 {
38 status = "okay";
39};
40
41&i2c2 {
42 status = "okay";
43};
44
Antoine Tenart55d3de52014-03-18 15:32:47 +010045&uart0 {
46 status = "okay";
47};
Antoine Ténart75215192014-09-30 16:28:16 +020048
49&eth0 {
50 status = "okay";
51};