X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fdts%2Fgw6000.dts;fp=target%2Flinux%2Fbrcm63xx%2Fdts%2Fgw6000.dts;h=14c6330680d6fc013fee0060a6a53a72aba307f6;hb=1015281d40818a5af7b128153a5a5ea61716980f;hp=c6befddb5bfa45b9f80774580cd42d304933edbd;hpb=d017a5f3a77646f569e35754e018b8c6676734f7;p=openwrt%2Fstaging%2Fnoltari.git diff --git a/target/linux/brcm63xx/dts/gw6000.dts b/target/linux/brcm63xx/dts/gw6000.dts index c6befddb5b..14c6330680 100644 --- a/target/linux/brcm63xx/dts/gw6000.dts +++ b/target/linux/brcm63xx/dts/gw6000.dts @@ -26,3 +26,25 @@ }; }; }; + +&pflash { + status = "ok"; + + linux,part-probe = "bcm63xxpart"; + + cfe@0 { + label = "CFE"; + reg = <0x000000 0x010000>; + read-only; + }; + + linux@10000 { + label = "linux"; + reg = <0x010000 0x3e0000>; + }; + + nvram@3f0000 { + label = "nvram"; + reg = <0x3f0000 0x010000>; + }; +};