]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dm: x86: dts: Add additional info to the serial port node
authorSimon Glass <sjg@chromium.org>
Fri, 10 Oct 2014 13:49:19 +0000 (07:49 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 01:45:28 +0000 (19:45 -0600)
Add more information so that U-Boot can find the address of the serial port.
Also fix the reg-shift value.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/dts/coreboot.dtsi
arch/x86/dts/link.dts

index 4862a59704e0deec573debe84c2c64363c357e95..c989152887cb4458e79040b27d90090b340d1d1d 100644 (file)
@@ -6,8 +6,9 @@
        };
 
        serial {
-               compatible = "ns16550";
-               reg-shift = <1>;
+               compatible = "coreboot-uart";
+               reg = <0x3f8 0x10>;
+               reg-shift = <0>;
                io-mapped = <1>;
                multiplier = <1>;
                baudrate = <115200>;
index 67ce52a102eff53565f71c29a3ec0f0d249a045f..f2fcb3927cbbb323f30c69468c8aaf687b390f06 100644 (file)
               silent_console = <0>;
        };
 
-       gpio: gpio {};
+       gpioa {
+               compatible = "intel,ich6-gpio";
+               reg = <0 0x10>;
+               bank-name = "A";
+       };
+
+       gpiob {
+               compatible = "intel,ich6-gpio";
+               reg = <0x30 0x10>;
+               bank-name = "B";
+       };
+
+       gpioc {
+               compatible = "intel,ich6-gpio";
+               reg = <0x40 0x10>;
+               bank-name = "C";
+       };
 
        serial {
                reg = <0x3f8 8>;