| * Copyright (c) 2017 Florian Vaussard, HEIG-VD |
| * SPDX-License-Identifier: Apache-2.0 |
| #include <st/f4/stm32f412zg.dtsi> |
| model = "STMicroelectronics STM32F412ZG-NUCLEO board"; |
| compatible = "st,stm32f412zg-nucleo", "st,stm32f412"; |
| zephyr,console = &usart3; |
| zephyr,shell-uart = &usart3; |
| compatible = "gpio-leds"; |
| gpios = <&gpiob 0 GPIO_INT_ACTIVE_HIGH>; |
| gpios = <&gpiob 7 GPIO_INT_ACTIVE_HIGH>; |
| gpios = <&gpiob 14 GPIO_INT_ACTIVE_HIGH>; |
| compatible = "gpio-keys"; |
| gpios = <&gpioc 13 GPIO_INT_ACTIVE_LOW>; |
| arduino_serial: &usart6 {}; |
| current-speed = <115200>; |
| pinctrl-0 = <&usart3_pins_b>; |
| pinctrl-names = "default"; |
| current-speed = <115200>; |
| pinctrl-0 = <&usart6_pins_a>; |
| pinctrl-names = "default"; |
| clock-frequency = <I2C_BITRATE_FAST>; |