From patchwork Mon Dec 17 19:55:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dongjin Kim X-Patchwork-Id: 1888801 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 5B0323FCD5 for ; Mon, 17 Dec 2012 19:59:39 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TkgoD-0003BD-Ck; Mon, 17 Dec 2012 19:57:05 +0000 Received: from mail-da0-f49.google.com ([209.85.210.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Tkgo9-00039m-Lh for linux-arm-kernel@lists.infradead.org; Mon, 17 Dec 2012 19:57:02 +0000 Received: by mail-da0-f49.google.com with SMTP id v40so2673570dad.36 for ; Mon, 17 Dec 2012 11:56:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=uzp/ZSqyzmVB2IDOeREh6al210ixaOpaPW6qjD1gSN8=; b=dNWmPIdzTzjga9H8nfAserSuhxwnfhmDT/Irax9oZPnyHB9A2JIGW401dadm4tEsRn Yom8XMBH1rgk/UAlcAJmsV8Jipmtko9pG+hmj6pkJ/iFjAmqYuGQh4abq7P+Ie/APtRk jrO7kutItI315GieXUd1fjywbD8RglmbcG/jPbxn5B9Jat0gi3GqGkyKfz1PmD7qqM7F sx0L7y9DBK3CN+6TTsUPCEeFrF46QwWhLxoKYCC83jtLbvYWBJqRroUoKMHpiDlfPteq FGiDgNmnFkPrTkwRHCxiKNB5cc/T8u7SS6WxiTK8GtJdsIEpKM0ogQQRA8fHj7SLyJHd zu7w== X-Received: by 10.66.82.230 with SMTP id l6mr18244pay.12.1355774219868; Mon, 17 Dec 2012 11:56:59 -0800 (PST) Received: from localhost.localdomain ([125.177.223.206]) by mx.google.com with ESMTPS id ay5sm9094745pab.1.2012.12.17.11.56.54 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Dec 2012 11:56:58 -0800 (PST) From: Dongjin Kim To: Subject: [PATCH 1/4] ODROID-X: dts: Add board dts file for ODROID-X Date: Tue, 18 Dec 2012 04:55:04 +0900 Message-Id: <1355774107-364-2-git-send-email-tobetter@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1355774107-364-1-git-send-email-tobetter@gmail.com> References: <1355774107-364-1-git-send-email-tobetter@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121217_145701_832151_00382F0E X-CRM114-Status: GOOD ( 13.98 ) X-Spam-Score: 0.3 (/) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (0.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- 3.0 KHOP_BIG_TO_CC Sent to 10+ recipients instaed of Bcc or a list 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (tobetter[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.210.49 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Andrew Lunn , kgene.kim@samsung.com, Russell King , Jason Cooper , linux-kernel@vger.kernel.org, Olof Johansson , linux-samsung-soc@vger.kernel.org, thomas.abraham@linaro.org, Dongjin Kim , Shawn Guo , Jean-Christophe PLAGNIOL-VILLARD , 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 initial dtb file for Hardkernel's ODROID-X board based on EXYNOS4412 SoC. Signed-off-by: Dongjin Kim --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/exynos4412-odroidx.dts | 52 ++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 arch/arm/boot/dts/exynos4412-odroidx.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index ca6fb8e..3355af9 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -45,6 +45,7 @@ dtb-$(CONFIG_ARCH_EXYNOS) += exynos4210-origen.dtb \ exynos5250-smdk5250.dtb \ exynos5440-ssdk5440.dtb \ exynos4412-smdk4412.dtb \ + exynos4412-odroidx.dtb \ exynos5250-smdk5250.dtb \ exynos5250-snow.dtb dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \ diff --git a/arch/arm/boot/dts/exynos4412-odroidx.dts b/arch/arm/boot/dts/exynos4412-odroidx.dts new file mode 100644 index 0000000..786ddd7 --- /dev/null +++ b/arch/arm/boot/dts/exynos4412-odroidx.dts @@ -0,0 +1,52 @@ +/* + * Hardkernel's Exynos4412 based ODROID-X board device tree source + * + * Copyright (c) 2012-2013 Dongjin Kim + * + * Device tree source file for Hardkernel's ODROID-X 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 = "Hardkernel ODROID-X board based on Exynos4412"; + compatible = "samsung,exynos4412"; + + memory { + reg = <0x40000000 0x40000000>; + }; + + chosen { + bootargs ="root=/dev/mmcblk0p3 rw console=ttySAC1,115200 init=/sbin/init delay=2"; + }; + + serial@13800000 { + status = "okay"; + }; + + serial@13810000 { + status = "okay"; + }; + + serial@13820000 { + status = "okay"; + }; + + serial@13830000 { + status = "okay"; + }; + + sdhci@12530000 { + bus-width = <4>; + samsung,cd-pinmux-gpio = <&gpk2 2 2 3 3>; + pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4>; + pinctrl-names = "default"; + status = "okay"; + }; +};