ARM: dts: stm32: Add usart2 support on stm32h743
authorPatrice Chotard <patrice.chotard@st.com>
Wed, 7 Jun 2017 07:16:00 +0000 (09:16 +0200)
committerAlexandre TORGUE <alexandre.torgue@st.com>
Fri, 9 Jun 2017 14:38:38 +0000 (16:38 +0200)
This usart is used for console output on stm32h743i-disco board

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32h743.dtsi

index 4685629..36a99db 100644 (file)
 
                };
 
+               usart2: serial@40004400 {
+                       compatible = "st,stm32f7-usart", "st,stm32f7-uart";
+                       reg = <0x40004400 0x400>;
+                       interrupts = <38>;
+                       status = "disabled";
+                       clocks = <&timer_clk>;
+               };
+
                timer5: timer@40000c00 {
                        compatible = "st,stm32-timer";
                        reg = <0x40000c00 0x400>;