b0977b35c5edf0ee4ec28e40958c3805758edfe2
[openwrt/staging/mkresin.git] / target / linux / lantiq / files-5.4 / arch / mips / boot / dts / lantiq / vr9_lantiq_easy80920-nor.dts
1 #include "vr9_lantiq_easy80920.dtsi"
2
3 / {
4 compatible = "lantiq,easy80920-nor", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9";
5 model = "Intel EASY80920 Nor";
6 };
7
8 &localbus {
9 flash@0 {
10 compatible = "lantiq,nor";
11 bank-width = <2>;
12 reg = <0 0x0 0x2000000>;
13
14 partitions {
15 compatible = "fixed-partitions";
16 #address-cells = <1>;
17 #size-cells = <1>;
18
19 partition@0 {
20 label = "uboot";
21 reg = <0x00000 0x10000>;
22 };
23
24 partition@10000 {
25 label = "u-boot-env";
26 reg = <0x10000 0x10000>;
27 };
28
29 partition@20000 {
30 label = "firmware";
31 reg = <0x20000 0x7e0000>;
32 };
33 };
34 };
35 };