ARM64: zynqmp: Correct the watchdog timer interrupt number
[oweals/u-boot.git] / arch / arm / dts / uniphier-ph1-ld4-ref.dts
index 20f2e9a7d2af3500f35f6b675542386223c39ef1..469bd05e16758bdf549f9044f739d99212f091e0 100644 (file)
@@ -20,8 +20,7 @@
        };
 
        chosen {
-               bootargs = "console=ttyS0,115200";
-               stdout-path = &serial0;
+               stdout-path = "serial0:115200n8";
        };
 
        aliases {
 };
 
 /* for U-boot only */
+/ {
+       soc {
+               u-boot,dm-pre-reloc;
+       };
+};
+
 &serial0 {
-       u-boot,dm-pre-reloc;
+       u-boot,dm-pre-reloc;
+};
+
+&pinctrl {
+       u-boot,dm-pre-reloc;
+};
+
+&pinctrl_uart0 {
+       u-boot,dm-pre-reloc;
 };