1/* 2 * Copyright (c) 2024 STMicroelectronics 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <st/u0/stm32u073.dtsi> 8 9/ { 10 soc { 11 compatible = "st,stm32u083", "st,stm32u0", "simple-bus"; 12 13 lpuart3: serial@40008c00 { 14 compatible = "st,stm32-lpuart", "st,stm32-uart"; 15 reg = <0x40008c00 0x400>; 16 clocks = <&rcc STM32_CLOCK(APB1, 12U)>; 17 resets = <&rctl STM32_RESET(APB1L, 12U)>; 18 interrupts = <30 0>; 19 status = "disabled"; 20 }; 21 }; 22}; 23