From patchwork Tue Sep 22 09:23:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Stefan_Riedm=C3=BCller?= X-Patchwork-Id: 11791967 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 53FE8139F for ; Tue, 22 Sep 2020 09:24:41 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 154C82075E for ; Tue, 22 Sep 2020 09:24:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="d7Dh4G9z"; dkim=temperror (0-bit key) header.d=phytec.de header.i=@phytec.de header.b="AWx/ZrAv" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 154C82075E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=phytec.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=CMPku45iuMKz32SMFi7+veKyNlnhWnG53FsOHXYD/W0=; b=d7Dh4G9z5NdGOg1fFMDOUuvUH va/0elzEBfQXPICrJTu9jlfevPiUkfkevGk/Qw4DAMytKSBdNxrqaBQhPN7Yyk7R1G6IreLNikM+Y YnV5gxvwWmD4Y5XI4AcgBHjL7CzXfPmgPWmQxE35T0UpsJa7IIW6DAkgcHeTzWv8KZ0+uzXURobo4 RWG/hmljCuvwZRuOGv/0bjFOQVjIsIunhDDnhAX0M9CxTGQCDhVc6PPHlXK4uut9sPUCk2UDDHMl0 EWWlf+5G+j7hEcO33o8nyrcfdAPt9YmUhHwGj/9TdISmMhZBPxgrZzLvc9/+nKRGr3zRcqVJ3R4bl TNhBFLPCw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kKeX5-0007no-7k; Tue, 22 Sep 2020 09:24:19 +0000 Received: from mickerik.phytec.de ([195.145.39.210]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kKeWq-0007iO-QM for linux-arm-kernel@lists.infradead.org; Tue, 22 Sep 2020 09:24:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; d=phytec.de; s=a1; c=relaxed/simple; q=dns/txt; i=@phytec.de; t=1600766644; x=1603358644; h=From:Sender:Reply-To:Subject:Date:Message-Id:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=v67pOoIOu8fCd0FA5AiaGCAVwkK4d6IjelxBSizpDr0=; b=AWx/ZrAvbhdEeh5QOHfZaqr71z9P7K2jOj4FqT4yNSIC8z0ZiWzq4xF7rWKUclhS GOJhoKzciJyPFeD5So443VSgovIXyWXYsx4oU3ebMbMrkPAsoLnjSsF3RcY7XzGp nKyRJCVq1BZutC88Miq/o/1wF52fxg2l7p1VoIsuFgU=; X-AuditID: c39127d2-269ff70000001c25-a5-5f69c2b4fb8e Received: from idefix.phytec.de (Unknown_Domain [172.16.0.10]) by mickerik.phytec.de (PHYTEC Mail Gateway) with SMTP id 51.E6.07205.4B2C96F5; Tue, 22 Sep 2020 11:24:04 +0200 (CEST) Received: from lws-riedmueller.phytec.de ([172.16.23.108]) by idefix.phytec.de (IBM Domino Release 9.0.1FP7) with ESMTP id 2020092211240416-473853 ; Tue, 22 Sep 2020 11:24:04 +0200 From: Stefan Riedmueller To: Shawn Guo Subject: [PATCH 4/6] ARM: dts: imx6ul: segin: Add phyBOARD-Segin with eMMC phyCORE-i.MX6UL Date: Tue, 22 Sep 2020 11:23:11 +0200 Message-Id: <20200922092313.151293-4-s.riedmueller@phytec.de> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200922092313.151293-1-s.riedmueller@phytec.de> References: <20200922092313.151293-1-s.riedmueller@phytec.de> MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 22.09.2020 11:24:04, Serialize by Router on Idefix/Phytec(Release 9.0.1FP7|August 17, 2016) at 22.09.2020 11:24:04 X-TNEFEvaluated: 1 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrBLMWRmVeSWpSXmKPExsWyRoCBS3fLocx4gxvvZS3mHznHavHwqr/F psfXWC3+79nBbvF3+yYWixdbxB3YPHbOusvusWlVJ5vH5iX1Hv1/DTw+b5ILYI3isklJzcks Sy3St0vgyrg89RRzwTzRirdPNjI1MLYJdjFyckgImEgsOLqHuYuRi0NIYBujxKqtk9khnGuM EvOP3mAFqWITMJJYMK2RCcQWEVCWOLWxD6yIWeAno8SJq51gRcICURLzen4zg9gsAqoSi//8 ZAOxeQVsJW5t+M4GsU5eYual7+wgNqeAncSy8xMZQWwhoJq1V6ZA1QtKnJz5hAVkgYTAFUaJ 49t3sUI0C0mcXnwWbAGzgLbEsoWvmScwCsxC0jMLSWoBI9MqRqHczOTs1KLMbL2CjMqS1GS9 lNRNjMDQPTxR/dIOxr45HocYmTgYDzFKcDArifCqGaXHC/GmJFZWpRblxxeV5qQWH2KU5mBR EufdwFsSJiSQnliSmp2aWpBaBJNl4uCUamDskg+UXPpgbehK8ztXfNlOmincffznZUOccOfU xZPY7t7fJalwa9r9uH8TU0T0A2Qb9NW87kz5+asnYVq0c4ltuPat5Wxz/uwwkeh8e3a5affv 1wwzSqdHXdlyVJkvmXmqR2zpl3txumtvLstgW3agy3jHo81LF621bNzh+/X16qToR7+yXt7g UWIpzkg01GIuKk4EAMEoxStLAgAA X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200922_052407_775988_66A0B60D X-CRM114-Status: GOOD ( 15.64 ) X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid 0.1 DKIM_INVALID DKIM or DK signature exists, but is not valid X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Herring , Stefan Riedmueller , devicetree@vger.kernel.org, Yunus Bas , Sascha Hauer , Fabio Estevam , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Yunus Bas Add a PHYTEC phyBOARD-Segin full featured with phyCORE-i.MX 6UL with eMMC and following features: - i.MX 6UL - 512 MB RAM - eMMC - USB Host/OTG - 2x 100 Mbit/s Ethernet - RS232 - CAN Signed-off-by: Yunus Bas Signed-off-by: Stefan Riedmueller --- arch/arm/boot/dts/Makefile | 1 + .../dts/imx6ul-phytec-segin-ff-rdk-emmc.dts | 93 +++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 arch/arm/boot/dts/imx6ul-phytec-segin-ff-rdk-emmc.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 4572db3fa5ae..81ede0707a51 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -615,6 +615,7 @@ dtb-$(CONFIG_SOC_IMX6UL) += \ imx6ul-pico-dwarf.dtb \ imx6ul-pico-hobbit.dtb \ imx6ul-pico-pi.dtb \ + imx6ul-phytec-segin-ff-rdk-emmc.dtb \ imx6ul-phytec-segin-ff-rdk-nand.dtb \ imx6ul-tx6ul-0010.dtb \ imx6ul-tx6ul-0011.dtb \ diff --git a/arch/arm/boot/dts/imx6ul-phytec-segin-ff-rdk-emmc.dts b/arch/arm/boot/dts/imx6ul-phytec-segin-ff-rdk-emmc.dts new file mode 100644 index 000000000000..934c05fad615 --- /dev/null +++ b/arch/arm/boot/dts/imx6ul-phytec-segin-ff-rdk-emmc.dts @@ -0,0 +1,93 @@ +// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) +/* + * Copyright (C) 2020 PHYTEC Messtechnik GmbH + * Author: Yunus Bas + */ + +/dts-v1/; +#include "imx6ul.dtsi" +#include "imx6ul-phytec-phycore-som.dtsi" +#include "imx6ul-phytec-segin.dtsi" +#include "imx6ul-phytec-segin-peb-eval-01.dtsi" + +/ { + model = "PHYTEC phyBOARD-Segin i.MX6 UltraLite Full Featured with eMMC"; + compatible = "phytec,imx6ul-pbacd10-emmc", "phytec,imx6ul-pbacd10", + "phytec,imx6ul-pcl063","fsl,imx6ul"; +}; + +&adc1 { + status = "okay"; +}; + +&can1 { + status = "okay"; +}; + +&tlv320 { + status = "okay"; +}; + +&ecspi3 { + status = "okay"; +}; + +ðphy1 { + status = "okay"; +}; + +ðphy2 { + status = "okay"; +}; + +&fec1 { + status = "okay"; +}; + +&fec2 { + status = "okay"; +}; + +&i2c_rtc { + status = "okay"; +}; + +®_can1_en { + status = "okay"; +}; + +®_sound_1v8 { + status = "okay"; +}; + +®_sound_3v3 { + status = "okay"; +}; + +&sai2 { + status = "okay"; +}; + +&sound { + status = "okay"; +}; + +&uart5 { + status = "okay"; +}; + +&usbotg1 { + status = "okay"; +}; + +&usbotg2 { + status = "okay"; +}; + +&usdhc1 { + status = "okay"; +}; + +&usdhc2 { + status = "okay"; +};