lantiq: copy target to kernel 4.19
[oweals/openwrt.git] / target / linux / lantiq / files / 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                 #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 = "uboot_env";
30                         reg = <0x40000 0x40000>;
31                 };
32
33                 partition@20000 {
34                         label = "linux";
35                         reg = <0x80000 0x3d0000>;
36                 };
37         };
38 };