From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753195AbdF3WNa (ORCPT ); Fri, 30 Jun 2017 18:13:30 -0400 Received: from gloria.sntech.de ([95.129.55.99]:60720 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751451AbdF3WN3 (ORCPT ); Fri, 30 Jun 2017 18:13:29 -0400 From: Heiko Stuebner To: Klaus Goger Cc: Philipp Tomsich , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Rob Herring , Will Deacon , Mark Rutland , Catalin Marinas , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 4/4] arm64: dts: add RK3399-Q7 (Puma) SoM Date: Sat, 01 Jul 2017 00:13:25 +0200 Message-ID: <1912092.hfJnF4sPpq@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <20170626191854.58253-5-klaus.goger@theobroma-systems.com> References: <20170626191854.58253-1-klaus.goger@theobroma-systems.com> <20170626191854.58253-5-klaus.goger@theobroma-systems.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Klaus, Am Montag, 26. Juni 2017, 21:18:54 CEST schrieb Klaus Goger: > The RK3399-Q7 SoM is a Qseven-compatible (70mm x 70mm, MXM-230 > connector) system-on-module from Theobroma Systems, featuring the > Rockchip RK3399. > > It provides the following feature set: > * up to 4GB DDR3 > * on-module SPI-NOR flash > * on-module eMMC (with 8-bit 1.8V interface) > * SD card (on a baseboad) via edge connector > * Gigabit Ethernet with on-module Micrel KSZ9031 GbE PHY > * HDMI/eDP/2x MIPI-DSI > * 2x MIPI-CSI > * USB > - 1x USB 3.0 dual-role (direct connection) > - 2x USB 3.0 host + 1x USB 2.0 (on-module USB 3.0 hub) > * on-module STM32 Cortex-M0 companion controller, implementing: > - low-power RTC functionality (ISL1208 emulation) > - fan controller (AMC6821 emulation) > - USB<->CAN bridge controller > > Signed-off-by: Klaus Goger > > --- > > arch/arm64/boot/dts/rockchip/Makefile | 1 + > arch/arm64/boot/dts/rockchip/rk3399-puma.dts | 650 +++++++++++++++++++++++++++ One thing I forgot to address was the SOM'nes of the puma board. People might want to use that with different base-boards so you might want to split this up into a rk3399-puma-som.dtsi and for example rk3399-puma-haikou.dts for the Puma + Haikou Q7 combination. Examples for such a split may be the rk3288-phycore, rk3288-rock2 and rk3288-firefly-reload. Heiko