From patchwork Sat Dec 29 23:04:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Abraham X-Patchwork-Id: 1919321 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 4F331402E1 for ; Sat, 29 Dec 2012 23:16:03 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tp5Za-0002Js-0b; Sat, 29 Dec 2012 23:12:10 +0000 Received: from mail-pb0-f46.google.com ([209.85.160.46]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Tp5ZV-0002JZ-Ux for linux-arm-kernel@lists.infradead.org; Sat, 29 Dec 2012 23:12:06 +0000 Received: by mail-pb0-f46.google.com with SMTP id wy7so6494593pbc.33 for ; Sat, 29 Dec 2012 15:12:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=LGLxTGG4OgHdtBdReVt+DOiIr1UKtpfmVjcLl7PSDek=; b=YdIWU9xz2MAXb7orWSr2iipjqG0QGTTXnQmsCef1EsIwd3eBQo1T05Sf0zTsmPI25t VnAYbuXMicwik1l2EoByphSiYDMnyJ0BNyZXpE+mBcPpaYR6wdfDBsVhGx4yrXUy4Alu 84oNknSbN93puU8MwLBhcF+TdlaMa5gVfyyZBJFD/vA5LDznaCI9OJ6DZlPMj00GkJf+ VRTMr+OtUEduEC9/Qe/kfLsCwnuIDCaIxuQxSMMZqMpI7LGtOh2IiYrVFFWyCh06erDH bs69bDm1iGf9m4eLnbgYJ5CtlXqhdlsgcYN/OLVvbUOdnoHnU0pfIdj3Eb7QfUmwXmk7 ecpQ== X-Received: by 10.68.236.2 with SMTP id uq2mr115104957pbc.55.1356822723758; Sat, 29 Dec 2012 15:12:03 -0800 (PST) Received: from localhost.localdomain (72-254-22-152.client.stsn.net. [72.254.22.152]) by mx.google.com with ESMTPS id j8sm22840200paz.30.2012.12.29.15.12.02 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 29 Dec 2012 15:12:03 -0800 (PST) From: Thomas Abraham To: devicetree-discuss@lists.ozlabs.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH] ARM: dts: add board dts file for EXYNOS4412 based Origen board Date: Sat, 29 Dec 2012 15:04:52 -0800 Message-Id: <1356822292-26465-1-git-send-email-thomas.abraham@linaro.org> X-Mailer: git-send-email 1.7.5.4 X-Gm-Message-State: ALoCoQnIgsyoCGUPMM8QXMoFy4NZDyBdHBiOzMgK830RJDulDvlCq6BwmenV2R4mwb9geUie0Vj4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121229_181206_151581_6A07872F X-CRM114-Status: GOOD ( 13.76 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.46 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: kgene.kim@samsung.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Add a minimal board dts file for EXYNOS4412 based Insignal Origen board. Signed-off-by: Thomas Abraham --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/exynos4412-origen.dts | 45 +++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 0 deletions(-) create mode 100644 arch/arm/boot/dts/exynos4412-origen.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index e44da40..c84f9f7 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -43,6 +43,7 @@ dtb-$(CONFIG_ARCH_EXYNOS) += exynos4210-origen.dtb \ exynos4210-smdkv310.dtb \ exynos4210-trats.dtb \ exynos4412-smdk4412.dtb \ + exynos4412-origen.dtb \ exynos5250-smdk5250.dtb \ exynos5250-snow.dtb \ exynos5440-ssdk5440.dtb diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts new file mode 100644 index 0000000..df880c4 --- /dev/null +++ b/arch/arm/boot/dts/exynos4412-origen.dts @@ -0,0 +1,45 @@ +/* + * Insignal's Exynos4412 based Origen board device tree source + * + * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. + * http://www.samsung.com + * + * Device tree source file for Insignal's Origen board which is based on + * Samsung's Exynos4412 SoC. + * + * 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. +*/ + +/dts-v1/; +/include/ "exynos4412.dtsi" + +/ { + model = "Insignal Origen evaluation board based on Exynos4412"; + compatible = "insignal,origen4412", "samsung,exynos4412"; + + memory { + reg = <0x40000000 0x40000000>; + }; + + chosen { + bootargs ="console=ttySAC2,115200"; + }; + + serial@13800000 { + status = "okay"; + }; + + serial@13810000 { + status = "okay"; + }; + + serial@13820000 { + status = "okay"; + }; + + serial@13830000 { + status = "okay"; + }; +};