ARM: dts: exynos: Fix DTC unit name warnings in Exynos5250
[deliverable/linux.git] / arch / arm / boot / dts / mt6580-evbp1.dts
1 /*
2 * Copyright (c) 2015 MediaTek Inc.
3 * Author: Mars.C <mars.cheng@mediatek.com>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 */
14
15 /dts-v1/;
16 #include "mt6580.dtsi"
17
18 / {
19 model = "MediaTek MT6580 evaluation board";
20 compatible = "mediatek,mt6580-evbp1", "mediatek,mt6580";
21
22 aliases {
23 serial0 = &uart0;
24 serial1 = &uart1;
25 };
26
27 chosen {
28 stdout-path = "serial0:921600n8";
29 };
30
31 memory {
32 reg = <0x80000000 0x20000000>;
33 };
34 };
35
36 &uart0 {
37 status = "okay";
38 };
This page took 0.049208 seconds and 5 git commands to generate.