lantiq: ltq-tapi: fix compatibility with Linux 4.15+
[openwrt/staging/mkresin.git] / target / linux / lantiq / files-4.14 / arch / mips / boot / dts / EASY80920NOR.dts
1 /dts-v1/;
2
3 #include "EASY80920.dtsi"
4
5 / {
6 compatible = "lantiq,easy80920-nor", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9";
7 model = "Intel EASY80920 Nor";
8 };
9
10 &localbus {
11 nor@0 {
12 compatible = "lantiq,nor";
13 bank-width = <2>;
14 reg = <0 0x0 0x2000000>;
15 #address-cells = <1>;
16 #size-cells = <1>;
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 0x10000>;
26 };
27
28 partition@10000 {
29 label = "uboot_env";
30 reg = <0x10000 0x10000>;
31 };
32
33 partition@20000 {
34 label = "firmware";
35 reg = <0x20000 0x7e0000>;
36 };
37 };
38 };
39 };