b35f70b64609d083fcffafb9ac3195fa360c3422
[openwrt/staging/mkresin.git] / target / linux / lantiq / files-4.14 / arch / mips / boot / dts / 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 linux,mtd-name = "sflash";
11 spi-max-frequency = <80000000>;
12 m25p,fast-read;
13
14 partitions {
15 compatible = "fixed-partitions";
16 #address-cells = <1>;
17 #size-cells = <1>;
18
19 partition@0 {
20 reg = <0x0 0x40000>;
21 label = "uboot";
22 read-only;
23 };
24
25 partition@40000 {
26 reg = <0x40000 0x80000>;
27 label = "uboot_env";
28 };
29
30 partition@c0000 {
31 reg = <0xc0000 0x740000>;
32 label = "image0";
33 };
34
35 partition@800000 {
36 reg = <0x800000 0x800000>;
37 label = "image1";
38 };
39 };
40 };
41 };