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