Add overlay for boards: * nucleo_f429zi * nucleo_g474re * nucleo_l152re * nucleo_l4r5zi * stm32f3_disco * nucleo_f091rc * nucleo_l073rz Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
/*
|
|
* Copyright (c) 2020 STMicroelectronics.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
resources {
|
|
compatible = "test,gpio_basic_api";
|
|
out-gpios = <&arduino_header 6 0>; /* Arduino D0 */
|
|
in-gpios = <&arduino_header 7 0>; /* Arduino D1 */
|
|
};
|
|
};
|