Loading...
/* * Copyright (c) 2019 SEAL AG * Copyright (c) 2020 Thomas Stranger * * SPDX-License-Identifier: Apache-2.0 */ #include <st/g0/stm32g030.dtsi> / { soc { lpuart1: serial@40008000 { compatible = "st,stm32-lpuart", "st,stm32-uart"; reg = <0x40008000 0x400>; clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00100000>; interrupts = <29 0>; status = "disabled"; label = "LPUART_1"; }; timers2: timers@40000000 { compatible = "st,stm32-timers"; reg = <0x40000000 0x400>; clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00000001>; interrupts = <15 0>; interrupt-names = "global"; st,prescaler = <0>; status = "disabled"; label = "TIMERS_2"; pwm { compatible = "st,stm32-pwm"; status = "disabled"; label = "PWM_2"; #pwm-cells = <3>; }; }; }; }; |