dts: arm: st: f4: stm32f446re

add uart5 to SoC

Signed-off-by: Alexander Kozhinov <AlexanderKozhinov@yandex.com>
This commit is contained in:
Alexander Kozhinov 2021-02-28 11:56:53 +01:00 committed by Maureen Helm
parent 5d02978640
commit 22cb54174a

View File

@ -26,6 +26,15 @@
label = "UART_4";
};
uart5: serial@40005000 {
compatible = "st,stm32-uart";
reg = <0x40005000 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00100000>;
interrupts = <53 0>;
status = "disabled";
label = "UART_5";
};
usbotg_fs: usb@50000000 {
num-bidir-endpoints = <6>;
};