blob: e158288dd4ca1900b38d142ac2415b6fcce4a7e9 [file] [log] [blame]
/*
* Copyright (c) 2017, embedjournal.com
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include "stm32_min_dev.dtsi"
/ {
model = "STM32 Minimum Development Board (Blue)";
compatible = "st,stm32_min_dev_blue", "st,stm32f103c8";
leds {
led: led {
gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>;
};
};
};