54d2fa961743820b78b9320a6ed99f53e955b61f
[openwrt/staging/wigyori.git] / target / linux / lantiq / dts / EASY80920NOR.dts
1 /dts-v1/;
2
3
4 /include/ "EASY80920.dtsi"
5
6 / {
7 fpi@10000000 {
8 localbus@0 {
9 ranges = <0 0 0x0 0x3ffffff>;
10 nor-boot@0 {
11 compatible = "lantiq,nor";
12 bank-width = <2>;
13 reg = <0 0x0 0x2000000>;
14 #address-cells = <1>;
15 #size-cells = <1>;
16
17 partitions {
18 compatible = "fixed-partitions";
19 #address-cells = <1>;
20 #size-cells = <1>;
21
22 partition@0 {
23 label = "uboot";
24 reg = <0x00000 0x10000>;
25 };
26
27 partition@10000 {
28 label = "uboot_env";
29 reg = <0x10000 0x10000>;
30 };
31
32 partition@20000 {
33 label = "firmware";
34 reg = <0x20000 0x7e0000>;
35 };
36 };
37 };
38 };
39 };
40 };