mtd: fix build with GCC 14
[openwrt/openwrt.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / falcon_sflash-16m.dtsi
1
2 &ebu_cs0 {
3 #address-cells = <1>;
4 #size-cells = <1>;
5 compatible = "lantiq,sflash-falcon", "simple-bus";
6
7 flash@0 {
8 compatible = "spansion,s25fl129p0", "spansion,s25fl129p1";
9 reg = <0 0>;
10 spi-max-frequency = <80000000>;
11 m25p,fast-read;
12
13 partitions {
14 compatible = "fixed-partitions";
15 #address-cells = <1>;
16 #size-cells = <1>;
17
18 partition@0 {
19 reg = <0x0 0x40000>;
20 label = "uboot";
21 read-only;
22 };
23
24 partition@40000 {
25 reg = <0x40000 0x80000>;
26 label = "u-boot-env";
27 };
28
29 partition@c0000 {
30 reg = <0xc0000 0x740000>;
31 label = "image0";
32 };
33
34 partition@800000 {
35 reg = <0x800000 0x800000>;
36 label = "image1";
37 };
38 };
39 };
40 };