From patchwork Mon Feb 27 20:52:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 143292 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 65BD8B6FDB for ; Tue, 28 Feb 2012 08:01:09 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1D10528353; Mon, 27 Feb 2012 22:01:07 +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 qJQmp+hm1V-3; Mon, 27 Feb 2012 22:01:06 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A263728357; Mon, 27 Feb 2012 22:01:05 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6770128357 for ; Mon, 27 Feb 2012 22:01:04 +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 D6cGdPaAFWhp for ; Mon, 27 Feb 2012 22:01:04 +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-vw0-f74.google.com (mail-vw0-f74.google.com [209.85.212.74]) by theia.denx.de (Postfix) with ESMTPS id 209F928353 for ; Mon, 27 Feb 2012 22:00:56 +0100 (CET) Received: by vbnl22 with SMTP id l22so293262vbn.3 for ; Mon, 27 Feb 2012 13:00:54 -0800 (PST) Received-SPF: pass (google.com: domain of sjg@google.com designates 10.236.192.164 as permitted sender) client-ip=10.236.192.164; Authentication-Results: mr.google.com; spf=pass (google.com: domain of sjg@google.com designates 10.236.192.164 as permitted sender) smtp.mail=sjg@google.com Received: from mr.google.com ([10.236.192.164]) by 10.236.192.164 with SMTP id i24mr29437258yhn.8.1330376453991 (num_hops = 1); Mon, 27 Feb 2012 13:00:53 -0800 (PST) Received: by 10.236.192.164 with SMTP id i24mr19505931yhn.8.1330376006712; Mon, 27 Feb 2012 12:53:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.192.164 with SMTP id i24mr19505401yhn.8.1330376001550; Mon, 27 Feb 2012 12:53:21 -0800 (PST) Received: from wpzn3.hot.corp.google.com (216-239-44-65.google.com [216.239.44.65]) by gmr-mx.google.com with ESMTPS id z63si9008328yhg.5.2012.02.27.12.53.21 (version=TLSv1/SSLv3 cipher=AES128-SHA); Mon, 27 Feb 2012 12:53:21 -0800 (PST) Received: from sglass.mtv.corp.google.com (sglass.mtv.corp.google.com [172.22.72.144]) by wpzn3.hot.corp.google.com (Postfix) with ESMTP id 7049410005D; Mon, 27 Feb 2012 12:53:21 -0800 (PST) Received: by sglass.mtv.corp.google.com (Postfix, from userid 121222) id 1F833146FA1; Mon, 27 Feb 2012 12:53:21 -0800 (PST) From: Simon Glass To: U-Boot Mailing List Date: Mon, 27 Feb 2012 12:52:39 -0800 Message-Id: <1330375973-10681-7-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <1330375973-10681-1-git-send-email-sjg@chromium.org> References: <1330375973-10681-1-git-send-email-sjg@chromium.org> X-Gm-Message-State: ALoCoQnLNlF2WRwIwF35vEZC+3yCkzk2xjuZ/oFDn8DWjETKkb6x/t813kSwql/Af5ZjvpkzjamP9D9woQIW0CbzxeoAxv8Mu6BuIlZKtLpXhXktoPU7Nv8kpIhBC3/Hfvd+1uG0+lD7q9BFkTS4zmXCexAjLUInPc3zGOyk1qf51dEVkyNrj08= Cc: Devicetree Discuss , Jerry Van Baren , Tom Warren , linux-tegra@vger.kernel.org Subject: [U-Boot] [PATCH v6 06/20] tegra: fdt: Add device tree file for Tegra2 Seaboard from kernel 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This was taken from commit b48c54e2 at: git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git Signed-off-by: Simon Glass --- board/nvidia/dts/tegra2-seaboard.dts | 36 ++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 board/nvidia/dts/tegra2-seaboard.dts diff --git a/board/nvidia/dts/tegra2-seaboard.dts b/board/nvidia/dts/tegra2-seaboard.dts new file mode 100644 index 0000000..dde5d03 --- /dev/null +++ b/board/nvidia/dts/tegra2-seaboard.dts @@ -0,0 +1,36 @@ +/dts-v1/; + +/memreserve/ 0x1c000000 0x04000000; +/include/ ARCH_CPU_DTS + +/ { + model = "NVIDIA Seaboard"; + compatible = "nvidia,seaboard", "nvidia,tegra20"; + + chosen { + bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/mmcblk1p3 rw rootwait"; + }; + + memory { + device_type = "memory"; + reg = < 0x00000000 0x40000000 >; + }; + + serial@70006300 { + clock-frequency = < 216000000 >; + }; + + sdhci@c8000400 { + cd-gpios = <&gpio 69 0>; /* gpio PI5 */ + wp-gpios = <&gpio 57 0>; /* gpio PH1 */ + power-gpios = <&gpio 70 0>; /* gpio PI6 */ + }; + + sdhci@c8000600 { + support-8bit; + }; + + usb@c5000000 { + nvidia,vbus-gpio = <&gpio 24 0>; /* PD0 */ + }; +};