diff options
author | Mars Cheng <mars.cheng@mediatek.com> | 2015-07-14 08:07:09 +0200 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2015-07-18 00:22:42 +0200 |
commit | 7d4938c14d239768a2e0bdd94457f405e6d35555 (patch) | |
tree | e9553465657501af7519bcbc7dd746a7e1405223 /arch/arm/boot/dts/mt6580-evbp1.dts | |
parent | Document: DT: Add bindings for mediatek MT6580 SoC Platform (diff) | |
download | linux-7d4938c14d239768a2e0bdd94457f405e6d35555.tar.xz linux-7d4938c14d239768a2e0bdd94457f405e6d35555.zip |
ARM: dts: mediatek: add mt6580 basic support
This adds basic chip support for Mediatek 6580.
Signed-off-by: Mars Cheng <mars.cheng@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/mt6580-evbp1.dts')
-rw-r--r-- | arch/arm/boot/dts/mt6580-evbp1.dts | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt6580-evbp1.dts b/arch/arm/boot/dts/mt6580-evbp1.dts new file mode 100644 index 000000000000..17daeae6bbe8 --- /dev/null +++ b/arch/arm/boot/dts/mt6580-evbp1.dts @@ -0,0 +1,38 @@ +/* + * Copyright (c) 2015 MediaTek Inc. + * Author: Mars.C <mars.cheng@mediatek.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +/dts-v1/; +#include "mt6580.dtsi" + +/ { + model = "MediaTek MT6580 evaluation board"; + compatible = "mediatek,mt6580-evbp1", "mediatek,mt6580"; + + aliases { + serial0 = &uart0; + serial1 = &uart1; + }; + + chosen { + stdout-path = "serial0:921600n8"; + }; + + memory { + reg = <0x80000000 0x20000000>; + }; +}; + +&uart0 { + status = "okay"; +}; |