fpga: zynqpl: Add support for zc7035
[oweals/u-boot.git] / arch / x86 / dts / coreboot.dtsi
index 4862a59704e0deec573debe84c2c64363c357e95..65a93acd3d56a10b07ab14bf6bdaf7ba51827feb 100644 (file)
@@ -1,13 +1,14 @@
 /include/ "skeleton.dtsi"
 
 / {
-       aliases {
-               console = "/serial";
+       chosen {
+               stdout-path = "/serial";
        };
 
        serial {
-               compatible = "ns16550";
-               reg-shift = <1>;
+               compatible = "x86-uart";
+               reg = <0x3f8 0x10>;
+               reg-shift = <0>;
                io-mapped = <1>;
                multiplier = <1>;
                baudrate = <115200>;