| * Copyright (c) 2017 Linaro Limited |
| * SPDX-License-Identifier: Apache-2.0 |
| #include <st/l4/stm32l476Xg.dtsi> |
| model = "STMicroelectronics STM32L476RG-NUCLEO board"; |
| compatible = "st,stm32l476rg-nucleo", "st,stm32l476"; |
| zephyr,console = &usart2; |
| compatible = "gpio-leds"; |
| gpios = <&gpioa 5 GPIO_INT_ACTIVE_HIGH>; |
| compatible = "gpio-keys"; |
| gpios = <&gpioc 13 GPIO_INT_ACTIVE_LOW>; |
| current-speed = <115200>; |
| pinctrl-0 = <&usart1_pins_b>; |
| pinctrl-names = "default"; |
| current-speed = <115200>; |
| pinctrl-0 = <&usart2_pins_a>; |
| pinctrl-names = "default"; |