From patchwork Sat Oct 22 20:16:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marc Dietrich X-Patchwork-Id: 121192 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 5814EB70FF for ; Sun, 23 Oct 2011 07:18:11 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752745Ab1JVUSK (ORCPT ); Sat, 22 Oct 2011 16:18:10 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:50462 "HELO mailout-de.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752751Ab1JVUSJ (ORCPT ); Sat, 22 Oct 2011 16:18:09 -0400 Received: (qmail invoked by alias); 22 Oct 2011 20:18:07 -0000 Received: from pD9E5D2AA.dip0.t-ipconnect.de (EHLO localhost.localdomain) [217.229.210.170] by mail.gmx.net (mp067) with SMTP; 22 Oct 2011 22:18:07 +0200 X-Authenticated: #9962044 X-Provags-ID: V01U2FsdGVkX18LlGFPKpQLoD7CKya4Fe7g57sOuObFgybzl5scMx pDFqT29u1GhkC9 From: Marc Dietrich To: linux-tegra@vger.kernel.org Cc: Olof Johansson , Colin Cross , Marc Dietrich Subject: [PATCH 3/3] arm/dt: tegra: add dts file for paz00 Date: Sat, 22 Oct 2011 22:16:34 +0200 Message-Id: <90ee88bcde84141e0280ffa4ccbd288462489eba.1319313020.git.marvin24@gmx.de> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: In-Reply-To: References: X-Y-GMX-Trusted: 0 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org * NOT FOR COMMIT * This just adds the dts for paz00. I like to add it to board-dt as well as soon as I find out which tree to base it on. Signed-off-by: Marc Dietrich --- arch/arm/boot/dts/tegra-paz00.dts | 51 +++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 arch/arm/boot/dts/tegra-paz00.dts diff --git a/arch/arm/boot/dts/tegra-paz00.dts b/arch/arm/boot/dts/tegra-paz00.dts new file mode 100644 index 0000000..2114026 --- /dev/null +++ b/arch/arm/boot/dts/tegra-paz00.dts @@ -0,0 +1,51 @@ +/dts-v1/; + +/memreserve/ 0x1c000000 0x04000000; +/include/ "tegra20.dtsi" + +/ { + model = "Toshiba AC100 / Dynabook AZ"; + compatible = "compal,paz00", "nvidia,tegra20"; + + chosen { + bootargs = "console=ttyS0,115200n8 root=/dev/mmcblk1p1"; + }; + + memory@0 { + reg = < 0x00000000 0x20000000 >; + }; + + i2c@7000c000 { + clock-frequency = <400000>; + }; + + i2c@7000c400 { + clock-frequency = <400000>; + }; + + i2c@7000c500 { + clock-frequency = <80000>; + }; + + i2c@7000d000 { + clock-frequency = <400000>; + }; + + serial@70006000 { + clock-frequency = < 216000000 >; + }; + + serial@70006300 { + clock-frequency = < 216000000 >; + }; + + sdhci@c8000000 { + cd-gpios = <&gpio 173 0>; /* gpio PV5 */ + wp-gpios = <&gpio 57 0>; /* gpio PH1 */ + power-gpios = <&gpio 155 0>; /* gpio PT3 */ + }; + + sdhci@c8000600 { + support-8bit; + }; +};