zephyr/boards/arm/stm32_min_dev/stm32_min_dev_black.dts
Erwan Gouriou 31ed7e931b boards: stm32: Update board definition using new GPIO api
Move GPIO_ACTIVE_INT_HIGH/LOW to GPIO_ACTIVE_HIGH/LOW.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-02-05 12:00:36 +01:00

20 lines
320 B
Plaintext

/*
* Copyright (c) 2019, embedjournal.com
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include "stm32_min_dev.dtsi"
/ {
model = "STM32 Minimum Development Board (Black)";
compatible = "st,stm32_min_dev_black", "st,stm32f103c8";
leds {
led: led {
gpios = <&gpiob 12 GPIO_ACTIVE_HIGH>;
};
};
};