ARM: dts: berlin: add the SDHCI nodes for the BG2Q
[deliverable/linux.git] / arch / arm / boot / dts / berlin2q-marvell-dmp.dts
CommitLineData
55d3de54
AT
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&uart0 {
27 status = "okay";
28};
This page took 0.025678 seconds and 5 git commands to generate.