From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34980C433DF for ; Thu, 28 May 2020 07:40:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E56720B80 for ; Thu, 28 May 2020 07:40:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=st.com header.i=@st.com header.b="MB7IdLLL" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726776AbgE1Hkn (ORCPT ); Thu, 28 May 2020 03:40:43 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:29008 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726612AbgE1Hkn (ORCPT ); Thu, 28 May 2020 03:40:43 -0400 Received: from pps.filterd (m0046037.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 04S7cETe026352; Thu, 28 May 2020 09:40:33 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=STMicroelectronics; bh=F0CSKYQZT68+zKtxWpxCiuTHpdOupT99p18Bp2qGxBA=; b=MB7IdLLLtPoa85owg5fmWE+JnUJkDKgsIaf6q71Oxwc8TfaS3wqp4UFrnXPAle3CCihl Pb+7tAChXc93afIKPed2DSAgryCXvXBtSEgFBeT7klsspyotAGW9z23uSBjhd48pJLYF 7eeYzGKAXeBTx51lXbEyxOuk3oAZSNty2sETBFmY8K9RefahHa99K0BrUKRbC33/2bqj lxGsMhDiDNeaTjPmbF82ZS2Ert3dE+PvY9HIVyGrKNaKObpMr+52/mpE4W7bf6CGkczt OeA6pvvEYSrr7TcyL164TTjpaPopmBTupImSVxk0ULOyHKr0o/r34epli0vB/+NOE6sQ 5g== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 316skwj24m-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 28 May 2020 09:40:33 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 44F1210002A; Thu, 28 May 2020 09:40:33 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag3node1.st.com [10.75.127.7]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 32A442B188D; Thu, 28 May 2020 09:40:33 +0200 (CEST) Received: from localhost (10.75.127.47) by SFHDAG3NODE1.st.com (10.75.127.7) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Thu, 28 May 2020 09:40:32 +0200 From: Erwan Le Ray To: Maxime Coquelin , Alexandre Torgue , Rob Herring , Mark Rutland CC: , , , , Erwan Le Ray , Fabrice Gasnier Subject: [PATCH 0/5] STM32 add usart nodes support Date: Thu, 28 May 2020 09:40:24 +0200 Message-ID: <20200528074029.24962-1-erwan.leray@st.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.75.127.47] X-ClientProxiedBy: SFHDAG6NODE2.st.com (10.75.127.17) To SFHDAG3NODE1.st.com (10.75.127.7) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.216,18.0.687 definitions=2020-05-28_02:2020-05-28,2020-05-27 signatures=0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add the support of uart instances available on STM32MP157 boards: - usart3 on stm32mp157c-ev1, stm32mp157a-dk1, and stm32mp157c-dk2 - uart7 on stm32mp157a-dk1 and stm32mp157c-dk2 - usart2 on stm32mp157c-dk2 The aliases are following this order. Erwan Le Ray (5): ARM: dts: stm32: add usart2, usart3 and uart7 pins in stm32mp15-pinctrl ARM: dts: stm32: add usart3 node to stm32mp15xx-dkx boards ARM: dts: stm32: add usart3 node to stm32mp157c-ev1 ARM: dts: stm32: add uart7 support to stm32mp15xx-dkx boards ARM: dts: stm32: add usart2 node to stm32mp157c-dk2 arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 138 +++++++++++++++++++++++ arch/arm/boot/dts/stm32mp157a-dk1.dts | 2 + arch/arm/boot/dts/stm32mp157c-dk2.dts | 11 ++ arch/arm/boot/dts/stm32mp157c-ev1.dts | 10 ++ arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 17 +++ 5 files changed, 178 insertions(+) -- 2.17.1