fb44da1b035f1f4e53b8880d55c362b2deb0a07a
[openwrt/openwrt.git] / target / linux / lantiq / files / 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
16 partitions {
17 compatible = "fixed-partitions";
18 #address-cells = <1>;
19 #size-cells = <1>;
20
21 partition@0 {
22 label = "uboot";
23 reg = <0x00000 0x10000>;
24 };
25
26 partition@10000 {
27 label = "uboot_env";
28 reg = <0x10000 0x10000>;
29 };
30
31 partition@20000 {
32 label = "firmware";
33 reg = <0x20000 0x7e0000>;
34 };
35 };
36 };
37 };