X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2Ffiles-5.4%2Farch%2Fmips%2Fboot%2Fdts%2Flantiq%2Ffalcon_sflash-16m.dtsi;fp=target%2Flinux%2Flantiq%2Ffiles-5.4%2Farch%2Fmips%2Fboot%2Fdts%2Flantiq%2Ffalcon_sflash-16m.dtsi;h=0000000000000000000000000000000000000000;hb=21cf17bb4ce5cb0cacb15d3659a544c215590001;hp=2ed15a8dd2ff631549417c7cc3eefd245b89bf1a;hpb=f47cb405cafd57a25fceb7630af969e08b2f671c;p=openwrt%2Fopenwrt.git diff --git a/target/linux/lantiq/files-5.4/arch/mips/boot/dts/lantiq/falcon_sflash-16m.dtsi b/target/linux/lantiq/files-5.4/arch/mips/boot/dts/lantiq/falcon_sflash-16m.dtsi deleted file mode 100644 index 2ed15a8dd2..0000000000 --- a/target/linux/lantiq/files-5.4/arch/mips/boot/dts/lantiq/falcon_sflash-16m.dtsi +++ /dev/null @@ -1,40 +0,0 @@ - -&ebu_cs0 { - #address-cells = <1>; - #size-cells = <1>; - compatible = "lantiq,sflash-falcon", "simple-bus"; - - flash@0 { - compatible = "spansion,s25fl129p0", "spansion,s25fl129p1"; - reg = <0 0>; - spi-max-frequency = <80000000>; - m25p,fast-read; - - partitions { - compatible = "fixed-partitions"; - #address-cells = <1>; - #size-cells = <1>; - - partition@0 { - reg = <0x0 0x40000>; - label = "uboot"; - read-only; - }; - - partition@40000 { - reg = <0x40000 0x80000>; - label = "u-boot-env"; - }; - - partition@c0000 { - reg = <0xc0000 0x740000>; - label = "image0"; - }; - - partition@800000 { - reg = <0x800000 0x800000>; - label = "image1"; - }; - }; - }; -};