X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fdts%2Fbcm96338GW.dts;h=a31c4f564ff373015865359e69d5a0b4a52bb36f;hb=7880a6f7fee89efe9e5e4c707b59ba45f02e21cf;hp=d7af9ef6510254977c7507a54c4a2d3fab4f1ef0;hpb=4981c7da0d8e4a7c882f0665f8857cfd56e7b797;p=oweals%2Fopenwrt.git diff --git a/target/linux/brcm63xx/dts/bcm96338GW.dts b/target/linux/brcm63xx/dts/bcm96338GW.dts index d7af9ef651..a31c4f564f 100644 --- a/target/linux/brcm63xx/dts/bcm96338GW.dts +++ b/target/linux/brcm63xx/dts/bcm96338GW.dts @@ -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"; @@ -34,3 +39,15 @@ }; }; }; + +&pflash { + status = "ok"; + + partitions { + compatible = "brcm,bcm963xx-cfe-nor-partitions"; + }; +}; + +&uart0 { + status = "ok"; +};