Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751792AbdFGHRI (ORCPT ); Wed, 7 Jun 2017 03:17:08 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:10830 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751020AbdFGHRF (ORCPT ); Wed, 7 Jun 2017 03:17:05 -0400 From: To: , , , , , , , CC: Patrice Chotard Subject: [PATCH 0/3] Add stm32h743i-disco board Date: Wed, 7 Jun 2017 09:16:20 +0200 Message-ID: <1496819783-5113-1-git-send-email-patrice.chotard@st.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.75.127.49] X-ClientProxiedBy: SFHDAG1NODE2.st.com (10.75.127.2) To SFHDAG6NODE3.st.com (10.75.127.18) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-06-07_05:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 736 Lines: 21 From: Patrice Chotard This series adds basic support for the stm32h743i discovery board based on stm32h7 MCU. v2: _ update commit messages header with format "ARM: dts: stm32: ...." Patrice Chotard (3): ARM: dts: stm32: Add usart2_pins on stm32h743. ARM: dts: stm32: Add usart2 support on stm32h743. ARM: dts: stm32: Add stm32h743i-disco board arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/stm32h743-pinctrl.dtsi | 13 ++++++ arch/arm/boot/dts/stm32h743.dtsi | 8 ++++ arch/arm/boot/dts/stm32h743i-disco.dts | 73 ++++++++++++++++++++++++++++++++ 4 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/stm32h743i-disco.dts -- 1.9.1