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