ARM: dts: stm32: Add u-boot, dm-pre-reloc for usart1_pins_a for stm32f769-disco
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 25 Jun 2019 08:06:05 +0000 (10:06 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Fri, 28 Jun 2019 07:45:07 +0000 (09:45 +0200)
This allow to get console output in SPL for stm32f769-disco.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/dts/stm32f769-disco-u-boot.dtsi

index 53a645dace2770c1bc9bcc328e6d0e8e8600480e..209a82c9cfed866ff1809c840cd66d839722f87d 100644 (file)
                        slew-rate = <2>;
                };
        };
+
+       usart1_pins_a: usart1@0 {
+               u-boot,dm-pre-reloc;
+               pins1 {
+                       u-boot,dm-pre-reloc;
+               };
+               pins2 {
+                       u-boot,dm-pre-reloc;
+               };
+       };
 };
 
 &qspi {