From patchwork Mon Dec 3 23:45:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Warren X-Patchwork-Id: 203498 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 5E7912C008D for ; Tue, 4 Dec 2012 10:47:19 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F27EC4A109; Tue, 4 Dec 2012 00:47:00 +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 v+H7SW2OrOQE; Tue, 4 Dec 2012 00:47:00 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3A7A54A115; Tue, 4 Dec 2012 00:46:14 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7F0F54A115 for ; Tue, 4 Dec 2012 00:46:09 +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 Ef9h623KiPmR for ; Tue, 4 Dec 2012 00:46:08 +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-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) by theia.denx.de (Postfix) with ESMTPS id 194C04A104 for ; Tue, 4 Dec 2012 00:45:53 +0100 (CET) Received: by mail-pb0-f44.google.com with SMTP id uo1so2238064pbc.3 for ; Mon, 03 Dec 2012 15:45:53 -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=wQQAyy3+omm/fGdtBXHTY8V5U4K0d3GwWiWDRBrzEJw=; b=nOjwD0YGB8Gc/+ovTT532LBXthIuRe2MrmQYyMkaK6Xbd2Niwq1uo5/kmYp588g8eb uPr/wCD7HCZP6QRNOqO7GNLXhXFXRXK4UlfpT70+KW3Z2wl2+koTzgao7NO4VeThIZMV 0XBM29O4dAWLrz34gXCqJrNBWogija0/2kcumgoklfFFgW8n3g3SwOO6Ndinm9uruuzW jR7gqkmTRzjZoopPPku9DbWSpUHGl+4HW71g1sy3TxMYW2gMxqY1PpHDyM0RZQ/2+//U 4d4DZ6EI3XWboDkwlQ9bAKkWdkUKukZbojjhZiZtHHzqObtx+dej7nuNnaKTmp3kWU3L s4wg== Received: by 10.66.79.194 with SMTP id l2mr30007479pax.68.1354578352986; Mon, 03 Dec 2012 15:45:52 -0800 (PST) Received: from localhost.localdomain (ob1.nvidia.com. [216.228.120.10]) by mx.google.com with ESMTPS id rk17sm8797897pbb.3.2012.12.03.15.45.50 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Dec 2012 15:45:52 -0800 (PST) From: Tom Warren To: u-boot@lists.denx.de Date: Mon, 3 Dec 2012 16:45:20 -0700 Message-Id: <1354578322-1834-6-git-send-email-twarren@nvidia.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1354578322-1834-1-git-send-email-twarren@nvidia.com> References: <1354578322-1834-1-git-send-email-twarren@nvidia.com> X-NVConfidentiality: public Cc: swarren@nvidia.com, Tom Warren , twarren.nvidia@gmail.com Subject: [U-Boot] [PATCH v2 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 --- V2: Reduce to the minimum needed to build/boot to cmd prompt arch/arm/dts/tegra30.dtsi | 6 ++++++ board/nvidia/dts/tegra30-cardhu.dts | 14 ++++++++++++++ 2 files changed, 20 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..e29f5f6 --- /dev/null +++ b/arch/arm/dts/tegra30.dtsi @@ -0,0 +1,6 @@ +/include/ "skeleton.dtsi" + +/ { + model = "NVIDIA Tegra30"; + 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..0aa2625 --- /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 0xc0000000>; + }; +};