| * Copyright (c) 2017 Linaro Limited |
| * SPDX-License-Identifier: Apache-2.0 |
| #include <st/f1/stm32f107Xc.dtsi> |
| #include <st/f1/stm32f107v(b-c)tx-pinctrl.dtsi> |
| #include <zephyr/dt-bindings/input/input-event-codes.h> |
| model = "STMicroelectronics STM3210C-EVAL board"; |
| compatible = "st,stm3210c-eval"; |
| zephyr,console = &usart2; |
| zephyr,shell-uart = &usart2; |
| compatible = "gpio-leds"; |
| gpios = <&gpiod 13 GPIO_ACTIVE_HIGH>; |
| compatible = "gpio-keys"; |
| gpios = <&gpiob 9 GPIO_ACTIVE_LOW>; |
| zephyr,code = <INPUT_KEY_0>; |
| clock-frequency = <DT_FREQ_M(8)>; /* STLink 8MHz clock */ |
| clock-frequency = <DT_FREQ_M(72)>; |
| pinctrl-0 = <&usart2_tx_remap1_pd5 &usart2_rx_remap1_pd6>; |
| pinctrl-names = "default"; |
| current-speed = <115200>; |