From patchwork Fri Aug 19 17:32:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 660957 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 3sG96M4RMhz9t0F for ; Sat, 20 Aug 2016 03:33:15 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=Ezu0mDeb; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755533AbcHSRdP (ORCPT ); Fri, 19 Aug 2016 13:33:15 -0400 Received: from mail-pa0-f67.google.com ([209.85.220.67]:35556 "EHLO mail-pa0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755263AbcHSRdO (ORCPT ); Fri, 19 Aug 2016 13:33:14 -0400 Received: by mail-pa0-f67.google.com with SMTP id cf3so3694291pad.2; Fri, 19 Aug 2016 10:33:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=qpHlKxCYV8egBoS4Qxjdt40m5++z5T8RSUmKUvDbpKg=; b=Ezu0mDebltjAdhLVyTgL3dHZy5uzizAunNDwI80YbNdMvZRcvIHbz8vEDGviel0rvf iaZc6lXyTNKBJmzQ1SdNIvaRB1KRxYOaTpY7MLpaCHnjwV+2ex7m2+HueOkuRc5cnQAJ Bpnp+T+5rWtxfnHLcXRqND8VKNrwhxSi42Vwf0cGMJ9xDzJ9sFuKcsJS/2SJjjK8OWhk a+GCJiq1ypFioYc0wOM4cMsG+w4y/AqDRp+/RYLTDrvYTyL/ELdLlmBp8VuBuO4Amf4c YfNwSsemnKSSs/SHaw2KxE8VoGwm6RgBezMUmqg40oUVt4WosndWrDGkLxKczFTSlkPe Vw+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=qpHlKxCYV8egBoS4Qxjdt40m5++z5T8RSUmKUvDbpKg=; b=l74Pgbsc4PBMV7/pqe7d33WLFXlElDuxjhHlIcDRnMFWTwN11kbNW4dAf59b03WZ9S pYnOSSS4qPKs+/13tAx4aNr3if1k4lFEl7yQw6ZBO5HrvHRF0f3AB2VGIKxfUm8Zlw2n KWsn1Bz5ypruQoLlxZm7b9Dbk6SP3UzrXG2ayAVA/PBbuLxn9Lkj1FlQ/bSMucIHCBiC ZeNNyUfGLEAuKqKlKy7elP62UN1R47L43uEOO46Ks4eWoJysdrcJIEmOW6v/u5IBsh5+ A+sOC/K7wkDaq8Sk1B8hHt8VjRxS4jNYVZnTV2W+yS21iUgAnnOnYFWxolB/OpT2f8We 0YJw== X-Gm-Message-State: AEkoouvtSQn85CJKfg8lOlmgjgsjTEAlPT7oeUx1FwspK++cfBswgtfe9mH5947MPwcNZw== X-Received: by 10.66.222.202 with SMTP id qo10mr15820299pac.76.1471627993456; Fri, 19 Aug 2016 10:33:13 -0700 (PDT) Received: from localhost (port-23876.pppoe.wtnet.de. [46.59.154.247]) by smtp.gmail.com with ESMTPSA id s89sm7985023pfi.83.2016.08.19.10.33.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 19 Aug 2016 10:33:12 -0700 (PDT) From: Thierry Reding To: Thierry Reding Cc: Timo Alho , Peter De Schrijver , Sivaram Nair , Joseph Lo , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH v3 09/12] arm64: dts: tegra: Add NVIDIA P3310 main board support Date: Fri, 19 Aug 2016 19:32:30 +0200 Message-Id: <20160819173233.13260-10-thierry.reding@gmail.com> X-Mailer: git-send-email 2.9.0 In-Reply-To: <20160819173233.13260-1-thierry.reding@gmail.com> References: <20160819173233.13260-1-thierry.reding@gmail.com> Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org From: Joseph Lo The NVIDIA P3310 is a processor module used in several reference designs that features a Tegra186 SoC, 8 GiB of LPDDR4 RAM, 32 GiB eMMC and other essentials such as ethernet, WiFi and a PMIC. It is typically connected to an I/O board (such as the P2597) that provides the connecters needed to hook it up to the outside world. Signed-off-by: Joseph Lo Signed-off-by: Thierry Reding Acked-by: Stephen Warren --- Changes in v3: - fix compatible string arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi diff --git a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi new file mode 100644 index 000000000000..dc07ea618378 --- /dev/null +++ b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi @@ -0,0 +1,34 @@ +#include "tegra186.dtsi" + +/ { + model = "NVIDIA Tegra186 P3310 main Board"; + compatible = "nvidia,p3310", "nvidia,tegra186"; + + aliases { + serial0 = &uarta; + }; + + chosen { + bootargs = "earlycon console=ttyS0,115200n8"; + stdout-path = "serial0:115200n8"; + }; + + memory { + device_type = "memory"; + reg = <0x0 0x80000000 0x2 0x00000000>; + }; + + serial@03100000 { + // HACK: before clk driver ready + clock-frequency = <408000000>; + status = "okay"; + }; + + hsp@03c00000 { + status = "okay"; + }; + + bpmp { + status = "okay"; + }; +};