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