From patchwork Wed Jan 16 21:14:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Warren X-Patchwork-Id: 213062 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 176D62C007C for ; Thu, 17 Jan 2013 08:16:47 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 90B834A0EF; Wed, 16 Jan 2013 22:16:41 +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 JqoGEIP75v56; Wed, 16 Jan 2013 22:16:41 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DC3C64A0F2; Wed, 16 Jan 2013 22:16:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0ADF44A0C2 for ; Wed, 16 Jan 2013 22:15:56 +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 gA-v6fGwHslq for ; Wed, 16 Jan 2013 22:15:55 +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-f41.google.com (mail-da0-f41.google.com [209.85.210.41]) by theia.denx.de (Postfix) with ESMTPS id 8B3404A095 for ; Wed, 16 Jan 2013 22:15:44 +0100 (CET) Received: by mail-da0-f41.google.com with SMTP id e20so749309dak.14 for ; Wed, 16 Jan 2013 13:15:43 -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:x-nvconfidentiality; bh=NrgEUUt5dLvhDYHYU7xadFh89fwrxcjTjmHqSgrp9es=; b=kJ3qyGu2vNz1cqhDUs6Erinqi26fl8tDhfVu0aID7LV+3eg/F+gfoPWxFealDyOFAC KxAecONhTBshWYjbkNbVUA9UHBOjuMaHsPbF2kGzrl+bEmqSpW0UzdbK9hA6xoW4v6I9 7ofyw48ntU6EEOAH85T+QM5FDz7UdWxOTjQp/xbkIf2VOijTkOP+oct3XpOBxypb2gD9 cO4t70xQJvcaDe3PtV1Ri0jEjk00oJpeFFmIc0dqa1fS8nRyFmCYqoVENxCGLcQvC63+ jkIPbuO0DvlWbg4op06hXdN3DXZ3RnbTVgU5jimyDfM5C0m8mY69amla7B+4qO3wIq4j gIFw== X-Received: by 10.66.76.97 with SMTP id j1mr7049999paw.70.1358370943527; Wed, 16 Jan 2013 13:15:43 -0800 (PST) Received: from localhost.localdomain (ip68-230-103-25.ph.ph.cox.net. [68.230.103.25]) by mx.google.com with ESMTPS id oj1sm12906321pbb.19.2013.01.16.13.15.42 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 16 Jan 2013 13:15:42 -0800 (PST) From: Tom Warren To: u-boot@lists.denx.de Date: Wed, 16 Jan 2013 14:14:06 -0700 Message-Id: <1358370848-29469-6-git-send-email-twarren@nvidia.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1358370848-29469-1-git-send-email-twarren@nvidia.com> References: <1358370848-29469-1-git-send-email-twarren@nvidia.com> X-NVConfidentiality: public Cc: swarren@nvidia.com, Tom Warren , twarren.nvidia@gmail.com Subject: [U-Boot] [PATCH 5/7] Tegra114: Dalmore: 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 --- arch/arm/dts/tegra114.dtsi | 5 +++++ board/nvidia/dts/tegra114-dalmore.dts | 13 +++++++++++++ 2 files changed, 18 insertions(+), 0 deletions(-) create mode 100644 arch/arm/dts/tegra114.dtsi create mode 100644 board/nvidia/dts/tegra114-dalmore.dts diff --git a/arch/arm/dts/tegra114.dtsi b/arch/arm/dts/tegra114.dtsi new file mode 100644 index 0000000..d06cd12 --- /dev/null +++ b/arch/arm/dts/tegra114.dtsi @@ -0,0 +1,5 @@ +/include/ "skeleton.dtsi" + +/ { + compatible = "nvidia,tegra114"; +}; diff --git a/board/nvidia/dts/tegra114-dalmore.dts b/board/nvidia/dts/tegra114-dalmore.dts new file mode 100644 index 0000000..d108001 --- /dev/null +++ b/board/nvidia/dts/tegra114-dalmore.dts @@ -0,0 +1,13 @@ +/dts-v1/; + +/include/ ARCH_CPU_DTS + +/ { + model = "NVIDIA Dalmore"; + compatible = "nvidia,dalmore", "nvidia,tegra114"; + + memory { + device_type = "memory"; + reg = <0x80000000 0x40000000>; + }; +};