lantiq: remove support for kernel 4.19
[openwrt/openwrt.git] / target / linux / lantiq / files-5.4 / arch / mips / boot / dts / lantiq / falcon_sflash-16m.dtsi
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 (file)
index 2ed15a8..0000000
+++ /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";
-                       };
-               };
-       };
-};