From patchwork Tue Dec 11 23:34:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Warren X-Patchwork-Id: 205341 X-Patchwork-Delegate: twarren@nvidia.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id AA1822C008D for ; Wed, 12 Dec 2012 10:35:49 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7C6A94A18A; Wed, 12 Dec 2012 00:35:43 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uDT1Gck4TuII; Wed, 12 Dec 2012 00:35:43 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 20A524A189; Wed, 12 Dec 2012 00:35:22 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4EF244A181 for ; Wed, 12 Dec 2012 00:35:15 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6mpB+D0NFnj9 for ; Wed, 12 Dec 2012 00:35:14 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-da0-f44.google.com (mail-da0-f44.google.com [209.85.210.44]) by theia.denx.de (Postfix) with ESMTPS id 1ECA94A17C for ; Wed, 12 Dec 2012 00:34:59 +0100 (CET) Received: by mail-da0-f44.google.com with SMTP id z20so14130dae.3 for ; Tue, 11 Dec 2012 15:34:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-nvconfidentiality; bh=D6ucgQCAVX7iFfkfr5MgTvGTEdoXmxC4XWpMmSD9fNU=; b=Tw+hppzyMaZB3PjXbteIr/FwHRFS01AkQLqNNRzwa8NufV0nXf9gu/ODjVwWnESHvT kJ80EJ7VYci//ze/3NBxvQkey4N19YRLE8sKLUE2LVdSC3WyiyUGSYi0t/B1CwrHd0e/ nLKRFNBfi/HJKdyz0B0RZrNdNIaeSJSSE3yXA6V25AS119lzGHQUQUz6MH++8a28QlMF 8+U2OA2ckDIQ9tI8I8y5k0+oZB+wNEVsjTsRE9A6AN8refTCZjfDiuYr46NQ2YFlHc7a 9HtSB+6kHGUskzrb/TnQ91wdmYN4Y4+hs0EwNfXJ6JYu5fUvCGhan49mo2+4ajaS50DD U5TA== Received: by 10.68.230.200 with SMTP id ta8mr52680072pbc.13.1355268897743; Tue, 11 Dec 2012 15:34:57 -0800 (PST) Received: from localhost.localdomain (ob1.nvidia.com. [216.228.120.10]) by mx.google.com with ESMTPS id s5sm11017375pay.31.2012.12.11.15.34.55 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 11 Dec 2012 15:34:56 -0800 (PST) From: Tom Warren To: u-boot@lists.denx.de Date: Tue, 11 Dec 2012 16:34:16 -0700 Message-Id: <1355268858-7868-6-git-send-email-twarren@nvidia.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1355268858-7868-1-git-send-email-twarren@nvidia.com> References: <1355268858-7868-1-git-send-email-twarren@nvidia.com> X-NVConfidentiality: public Cc: swarren@nvidia.com, Tom Warren , twarren.nvidia@gmail.com Subject: [U-Boot] [PATCH V3 5/7] Tegra30: Cardhu: Add DT files X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de These are stripped down for bringup, They'll be filled out later to match-up with the kernel DT contents, and/or as devices are brought up (mmc, usb, spi, etc.). Signed-off-by: Tom Warren Reviewed-by: Stephen Warren --- V2: Reduce to the minimum needed to build/boot to cmd prompt V3: Remove model= from .dtsi, fix memory length in .dts arch/arm/dts/tegra30.dtsi | 5 +++++ board/nvidia/dts/tegra30-cardhu.dts | 14 ++++++++++++++ 2 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 arch/arm/dts/tegra30.dtsi create mode 100644 board/nvidia/dts/tegra30-cardhu.dts diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/tegra30.dtsi new file mode 100644 index 0000000..f568d44 --- /dev/null +++ b/arch/arm/dts/tegra30.dtsi @@ -0,0 +1,5 @@ +/include/ "skeleton.dtsi" + +/ { + compatible = "nvidia,tegra30"; +}; diff --git a/board/nvidia/dts/tegra30-cardhu.dts b/board/nvidia/dts/tegra30-cardhu.dts new file mode 100644 index 0000000..3012534 --- /dev/null +++ b/board/nvidia/dts/tegra30-cardhu.dts @@ -0,0 +1,14 @@ +/dts-v1/; + +/memreserve/ 0x1c000000 0x04000000; +/include/ ARCH_CPU_DTS + +/ { + model = "NVIDIA Cardhu"; + compatible = "nvidia,cardhu", "nvidia,tegra30"; + + memory { + device_type = "memory"; + reg = <0x80000000 0x40000000>; + }; +};