Loading...
/* * Copyright (c) 2019 Sierra Wireless * Copyright (c) 2020 Thomas Stranger * * SPDX-License-Identifier: Apache-2.0 */ #include <st/g0/stm32g050.dtsi> / { soc { usart3: serial@40004800 { compatible = "st,stm32-usart", "st,stm32-uart"; reg = <0x40004800 0x400>; clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00040000>; interrupts = <29 0>; status = "disabled"; label = "UART_3"; }; usart4: serial@40004c00 { compatible = "st,stm32-usart", "st,stm32-uart"; reg = <0x40004c00 0x400>; clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00080000>; interrupts = <29 0>; status = "disabled"; label = "UART_4"; }; timers15: timers@40014000 { compatible = "st,stm32-timers"; reg = <0x40014000 0x400>; clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00010000>; interrupts = <20 0>; interrupt-names = "global"; st,prescaler = <0>; status = "disabled"; label = "TIMERS_15"; pwm { compatible = "st,stm32-pwm"; status = "disabled"; label = "PWM_15"; #pwm-cells = <3>; }; }; dmamux1: dmamux@40020800 { dma-requests= <53>; }; }; }; |