X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fdts%2Ffast2704n.dts;fp=target%2Flinux%2Fbrcm63xx%2Fdts%2Ffast2704n.dts;h=8a3c05b9ac720d79821d297bdd5c8851d4a9d168;hb=474cde61234c1191e1caeff01a41c324eda4d28d;hp=8756ca0a0fe968b651ce6d62fd40c117d02ad4af;hpb=97b36aca09da7a1b214f4616a8549e99ff2d92aa;p=openwrt%2Fopenwrt.git diff --git a/target/linux/brcm63xx/dts/fast2704n.dts b/target/linux/brcm63xx/dts/fast2704n.dts index 8756ca0a0f..8a3c05b9ac 100644 --- a/target/linux/brcm63xx/dts/fast2704n.dts +++ b/target/linux/brcm63xx/dts/fast2704n.dts @@ -86,3 +86,36 @@ }; }; }; + +&hsspi { + status = "ok"; + + flash@0 { + compatible = "jedec,spi-nor"; + spi-max-frequency = <62500000>; + spi-tx-bus-width = <2>; + spi-rx-bus-width = <2>; + reg = <0>; + + #address-cells = <1>; + #size-cells = <1>; + + linux,part-probe = "bcm63xxpart"; + + cfe@0 { + reg = <0x000000 0x010000>; + label = "cfe"; + read-only; + }; + + linux@10000 { + reg = <0x010000 0x7e0000>; + label = "linux"; + }; + + nvram@7f0000 { + reg = <0x7f0000 0x010000>; + label = "nvram"; + }; + }; +};