lantiq: ARV752DPW - fix dts file
[openwrt.git] / target / linux / lantiq / dts / P2812HNUF1.dts
1 /dts-v1/;
2
3 /include/ "P2812HNUFX.dtsi"
4
5 / {
6         model = "P2812HNUF1 - ZyXEL P-2812HNU-F1";
7
8         fpi@10000000 {
9                 localbus@0 {
10                         nand-parts@0 {
11                                 compatible = "gen_nand", "lantiq,nand-xway";
12                                 lantiq,cs = <1>;
13                                 bank-width = <2>;
14                                 reg = <0 0x0 0x2000000>;
15                                 #address-cells = <1>;
16                                 #size-cells = <1>;
17
18                                 partition@0 {
19                                         label = "uboot";
20                                         reg = <0x00000 0x40000>;
21                                 };
22                                 partition@40000 {
23                                         label = "uboot-env";
24                                         reg = <0x40000 0x20000>;
25                                 };
26                                 partition@60000 {
27                                         label = "kernel";
28                                         reg = <0x60000 0x200000>;
29                                 };
30                                 partition@260000 {
31                                         label = "ubi";
32                                         reg = <0x260000 0x7da0000>;
33                                 };
34                         };
35                 };
36                 pcie@d900000 {
37                         status = "disabled";
38                 };
39         };
40
41         ralink_eep {
42                 compatible = "ralink,eeprom";
43                 ralink,eeprom = "RT3062.eeprom";
44         };
45 };