| * Copyright (c) 2017 Linaro Limited |
| * SPDX-License-Identifier: Apache-2.0 |
| #include <st/f4/stm32f407Xg.dtsi> |
| model = "STMicroelectronics STM32F4DISCOVERY board"; |
| compatible = "st,stm32f4discovery", "st,stm32f407"; |
| zephyr,console = &usart2; |
| zephyr,shell-uart = &usart2; |
| compatible = "gpio-leds"; |
| gpios = <&gpiod 13 GPIO_INT_ACTIVE_HIGH>; |
| gpios = <&gpiod 12 GPIO_INT_ACTIVE_HIGH>; |
| gpios = <&gpiod 14 GPIO_INT_ACTIVE_HIGH>; |
| gpios = <&gpiod 15 GPIO_INT_ACTIVE_HIGH>; |
| compatible = "gpio-keys"; |
| gpios = <&gpioa 0 GPIO_INT_ACTIVE_LOW>; |
| current-speed = <115200>; |
| pinctrl-0 = <&usart1_pins_a>; |
| pinctrl-names = "default"; |
| current-speed = <115200>; |
| pinctrl-0 = <&usart2_pins_a>; |
| pinctrl-names = "default"; |