brcm63xx: drop linux,part-probe usage where possible
[oweals/openwrt.git] / target / linux / brcm63xx / dts / bcm96338GW.dts
index d7af9ef6510254977c7507a54c4a2d3fab4f1ef0..a31c4f564ff373015865359e69d5a0b4a52bb36f 100644 (file)
@@ -8,6 +8,11 @@
        model = "Broadcom BCM96338GW reference board";
        compatible = "brcm,bcm96338gw", "brcm,bcm6338";
 
+       chosen {
+               bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
+               stdout-path = "serial0:115200n8";
+       };
+
        gpio-leds {
                compatible = "gpio-leds";
 
                };
        };
 };
+
+&pflash {
+       status = "ok";
+
+       partitions {
+               compatible = "brcm,bcm963xx-cfe-nor-partitions";
+       };
+};
+
+&uart0 {
+       status = "ok";
+};