| * Copyright (c) 2021 Next Big Thing AG |
| * SPDX-License-Identifier: Apache-2.0 |
| #include <st/l0/stm32l072Xz.dtsi> |
| #include <st/l0/stm32l072c(b-z)tx-pinctrl.dtsi> |
| model = "Dragino NBSN95 NB-IoT Sensor Node"; |
| compatible = "vendor,dragino"; |
| zephyr,console = &usart2; |
| zephyr,shell-uart = &usart2; |
| compatible = "gpio-leds"; |
| gpios = <&gpioa 8 GPIO_ACTIVE_HIGH>; |
| clock-frequency = <DT_FREQ_M(32)>; |
| pinctrl-0 = <&usart1_tx_pb6 &usart1_rx_pb7>; |
| pinctrl-names = "default"; |
| current-speed = <115200>; |
| pinctrl-0 = <&usart2_tx_pa2 &usart2_rx_pa3>; |
| pinctrl-names = "default"; |
| current-speed = <115200>; |