From mboxrd@z Thu Jan 1 00:00:00 1970 From: ibanezchen@gmail.com (Howard Chen) Date: Sun, 12 Oct 2014 23:43:23 +0800 Subject: [PATCH v2 2/3] ARM: mediatek: add dts for mt6592-evb In-Reply-To: <1413128604-8113-1-git-send-email-ibanezchen@gmail.com> References: <1413128604-8113-1-git-send-email-ibanezchen@gmail.com> Message-ID: <1413128604-8113-2-git-send-email-ibanezchen@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The mt6592-evb is an evaluation board based on the MT6592 SoC. Signed-off-by: Howard Chen --- arch/arm/boot/dts/mt6592-evb.dts | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 arch/arm/boot/dts/mt6592-evb.dts diff --git a/arch/arm/boot/dts/mt6592-evb.dts b/arch/arm/boot/dts/mt6592-evb.dts new file mode 100644 index 0000000..a9278968 --- /dev/null +++ b/arch/arm/boot/dts/mt6592-evb.dts @@ -0,0 +1,47 @@ +/* + * Copyright (c) 2014 Mediatek + * Author: Howard Chen + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * 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 "mt6592.dtsi" + +/ { + model = "mt6592 evb"; + compatible = "mediatek,mt6592-evb", "mediatek,mt6592"; + + chosen { + bootargs = "console=ttyS0,921600n8"; + linux,stdout-path=&uart0; + }; + + memory { + reg = <0x80000000 0x08000000>; + }; +}; + +&uart0 { + status = "okay"; +}; + +&uart1 { + status = "okay"; +}; + +&uart2 { + status = "okay"; +}; + +&uart3 { + status = "okay"; +}; -- 1.9.1