5e4084f24ea6b0f89891b1c81b491adece681e3f
[openwrt/openwrt.git] / target / linux / lantiq / files-5.4 / arch / mips / boot / dts / lantiq / falcon_lantiq_easy98000-nor.dts
1 /dts-v1/;
2
3 #include "falcon_lantiq_easy98000.dtsi"
4
5 / {
6 model = "Lantiq Falcon (NOR)";
7 compatible = "lantiq,easy98000-nor", "lantiq,easy98000", "lantiq,falcon";
8
9 aliases {
10 spi0 = &spi;
11 };
12 };
13
14 &ebu_cs0 {
15 flash@0 {
16 compatible = "lantiq,nor";
17 bank-width = <2>;
18 reg = <0x0 0x4000000>;
19
20 partitions {
21 compatible = "fixed-partitions";
22 #address-cells = <1>;
23 #size-cells = <1>;
24
25 partition@0 {
26 label = "uboot";
27 reg = <0x00000 0x40000>;
28 };
29
30 partition@10000 {
31 label = "u-boot-env";
32 reg = <0x40000 0x40000>;
33 };
34
35 partition@20000 {
36 label = "linux";
37 reg = <0x80000 0x3d0000>;
38 };
39 };
40 };
41 };