lantiq: remove support for kernel 4.19
[openwrt/openwrt.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / falcon_sflash-16m.dtsi
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/falcon_sflash-16m.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/falcon_sflash-16m.dtsi
new file mode 100644 (file)
index 0000000..2ed15a8
--- /dev/null
@@ -0,0 +1,40 @@
+
+&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";
+                       };
+               };
+       };
+};