1/* 2 * Copyright (c) 2019 Libre Solar Technologies GmbH 3 * Copyright (c) 2020 Sparks, Circuits and Robotics SL 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 */ 7 8/dts-v1/; 9#include "nucleo_l452re_common.dtsi" 10#include <st/l4/stm32l452retxp-pinctrl.dtsi> 11#include "arduino_r3_connector.dtsi" 12 13/ { 14 model = "STMicroelectronics STM32L452RE-P-NUCLEO board"; 15 compatible = "st,stm32l452re-nucleo"; 16 17 leds: leds { 18 compatible = "gpio-leds"; 19 green_led: led_0 { 20 gpios = <&gpiob 13 GPIO_ACTIVE_HIGH>; 21 label = "User LD2"; 22 }; 23 }; 24 25 aliases { 26 led0 = &green_led; 27 }; 28}; 29