]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/boot/dts/berlin2q-marvell-dmp.dts
Merge tag 'v3.16-rc6' into next
[mirror_ubuntu-bionic-kernel.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
3047086d
AT
26&sdhci1 {
27 broken-cd;
28 sdhci,wp-inverted;
29 status = "okay";
30};
31
32&sdhci2 {
33 non-removable;
34 status = "okay";
35};
36
55d3de54
AT
37&uart0 {
38 status = "okay";
39};