/* * Copyright (c) 2018 STMicroelectronics * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include / { model = "Tocoding Argonkey 96boards"; compatible = "tocoding,argonkey", "st,stm32f412"; chosen { zephyr,console = &usart1; zephyr,sram = &sram0; zephyr,flash = &flash0; }; leds { compatible = "gpio-leds"; green_led_0: led@0 { gpios = <&gpioc 13 GPIO_INT_ACTIVE_HIGH>; label = "USR0 LED"; }; green_led_1: led@1 { gpios = <&gpiob 2 GPIO_INT_ACTIVE_HIGH>; label = "USR1 LED"; }; }; gpio_keys { compatible = "gpio-keys"; user_button: button@0 { label = "User"; gpios = <&gpioa 2 GPIO_INT_ACTIVE_LOW>; }; }; aliases { led0 = &green_led_0; led1 = &green_led_1; sw0 = &user_button; }; }; &usart1 { current-speed = <115200>; pinctrl-0 = <&usart1_pins_b>; pinctrl-names = "default"; status = "ok"; }; &spi2 { status = "ok"; }; &i2c1 { status = "ok"; clock-frequency = ; }; &i2c2 { status = "ok"; clock-frequency = ; }; &i2c3 { status = "ok"; clock-frequency = ; };