| * Copyright (c) 2018 Ilya Tagunov <tagunil@gmail.com> |
| * SPDX-License-Identifier: Apache-2.0 |
| #include <st/l0/stm32l073Xz.dtsi> |
| #include <st/l0/stm32l073r(b-z)tx-pinctrl.dtsi> |
| #include "arduino_r3_connector.dtsi" |
| model = "STMicroelectronics STM32L073RZ-NUCLEO board"; |
| compatible = "st,stm32l073rz-nucleo"; |
| zephyr,console = &usart2; |
| zephyr,shell-uart = &usart2; |
| compatible = "gpio-leds"; |
| gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>; |
| compatible = "gpio-keys"; |
| gpios = <&gpioc 13 GPIO_ACTIVE_LOW>; |
| pinctrl-0 = <&usart1_tx_pb6 &usart1_rx_pb7>; |
| current-speed = <115200>; |
| pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>; |
| current-speed = <115200>; |
| pinctrl-0 = <&i2c1_scl_pb8 &i2c1_sda_pb9>; |
| clock-frequency = <I2C_BITRATE_FAST>; |
| pinctrl-0 = <&spi1_sck_pa5 &spi1_miso_pa6 &spi1_mosi_pa7>; |
| pinctrl-0 = <&adc_in0_pa0>; |
| pinctrl-0 = <&dac_out1_pa4>; |