dts: arm: st: f4: stm32f446re
add uart5 to SoC Signed-off-by: Alexander Kozhinov <AlexanderKozhinov@yandex.com>
This commit is contained in:
parent
5d02978640
commit
22cb54174a
@ -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>;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user