Skip to content

Commit

Permalink
Merge pull request #17 from yboutreux/upstream_mp1_add_ard_r3
Browse files Browse the repository at this point in the history
boards: arm: stm32mp157c_dk2: Add Arduino R3 connector definition
  • Loading branch information
arnopo authored Jun 25, 2019
2 parents 4e89d29 + 54e0474 commit f863136
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions boards/arm/stm32mp157c_dk2/arduino_r3_connector.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/*
* Copyright (c) 2019 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {
arduino_header: connector {
compatible = "arduino-header-r3";
#gpio-cells = <2>;
gpio-map = <0 0 &gpiof 14 0>, /* A0 */
<1 0 &gpiof 13 0>, /* A1 */
/* ANA0 is not a GPIO A2 */
/* ANA1 is not a GPIO A3 */
<4 0 &gpioc 3 0>, /* A4 */
<5 0 &gpiof 12 0>, /* A5 */
<6 0 &gpioe 7 0>, /* D0 */
<7 0 &gpioe 8 0>, /* D1 */
<8 0 &gpioe 1 0>, /* D2 */
<9 0 &gpiod 14 0>, /* D3 */
<10 0 &gpioe 10 0>, /* D4 */
<11 0 &gpiod 15 0>, /* D5 */
<12 0 &gpioe 9 0>, /* D6 */
<13 0 &gpiod 1 0>, /* D7 */
<14 0 &gpiog 3 0>, /* D8 */
<15 0 &gpioh 6 0>, /* D9 */
<16 0 &gpioe 11 0>, /* D10 */
<17 0 &gpioe 14 0>, /* D11 */
<18 0 &gpioe 13 0>, /* D12 */
<19 0 &gpioe 12 0>, /* D13 */
<20 0 &gpioa 12 0>, /* D14 */
<21 0 &gpioa 11 0>; /* D15 */
};
};

/* arduino_i2c: I2C is not yet supported on STM32MP1 */
arduino_serial: &uart7 {};
/* arduino_spi: SPI is not yet supported on STM32MP1 */
1 change: 1 addition & 0 deletions boards/arm/stm32mp157c_dk2/stm32mp157c_dk2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

/dts-v1/;
#include <st/mp1/stm32mp157.dtsi>
#include "arduino_r3_connector.dtsi"

/ {
model = "STMicroelectronics STM32MP157-DK2 board";
Expand Down

0 comments on commit f863136

Please sign in to comment.