brcm63xx: register serial through device tree
[openwrt/staging/lynxis.git] / target / linux / brcm63xx / dts / hg622.dts
index f96af2bf266842559382c74a346ea481ea3d4afd..419439d0278614fe48531d87687fa8f5900ea4e0 100644 (file)
@@ -10,6 +10,7 @@
 
        chosen {
                bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
        };
 
 
@@ -84,3 +85,7 @@
                     &pinctrl_pci_intb &pinctrl_pci_gnt1
                     &pinctrl_pci_req1>;
 };
+
+&uart0 {
+       status = "ok";
+};