1/*
2 * Copyright (c) 2019, embedjournal.com
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	model = "STM32 Minimum Development Board (Black)";
9	compatible = "stm32_min_dev_black", "st,stm32f103c8";
10
11	leds {
12		led: led {
13			gpios = <&gpiob 12 GPIO_ACTIVE_LOW>;
14		};
15	};
16};
17