X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fdts%2Fbcm96348GW-10.dts;h=c751fcff455cb207ceb2513a2eb6c4388bcc0442;hb=d591260407015d2c451ad8c9e114fe04cf3639bc;hp=d788057875a7e7119a9f5b5889a4326eb09789a9;hpb=0755c2d117060a252674191b98bc852ccd8840fe;p=openwrt%2Fopenwrt.git diff --git a/target/linux/brcm63xx/dts/bcm96348GW-10.dts b/target/linux/brcm63xx/dts/bcm96348GW-10.dts index d788057875..c751fcff45 100644 --- a/target/linux/brcm63xx/dts/bcm96348GW-10.dts +++ b/target/linux/brcm63xx/dts/bcm96348GW-10.dts @@ -9,7 +9,8 @@ compatible = "brcm,bcm96348gw-10", "brcm,bcm6348"; chosen { - bootargs = "root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; + bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; + stdout-path = "serial0:115200n8"; }; gpio-keys-polled { @@ -57,9 +58,17 @@ status = "ok"; linux,part-probe = "bcm63xxpart"; + + partitions { + compatible = "brcm,bcm963xx-cfe-nor-partitions"; + }; }; &pinctrl { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii &pinctrl_mii_pccard>; }; + +&uart0 { + status = "ok"; +};