lantiq: dts: drop superfluous address and size cells
[openwrt/staging/blogic.git] / target / linux / lantiq / files / arch / mips / boot / dts / P2812HNUF3.dts
1 /dts-v1/;
2
3 #include "P2812HNUFX.dtsi"
4
5 / {
6 compatible = "zyxel,p-2812hnu-f3", "zyxel,p-2812hnu", "lantiq,xway", "lantiq,vr9";
7 model = "ZyXEL P-2812HNU-F3";
8 };
9
10 &pci0 {
11 wifi@1814,3092 {
12 compatible = "pci1814,3092";
13 reg = <0x7000 0 0 0 0>;
14 ralink,eeprom = "RT3092.eeprom";
15 };
16 };
17
18 &localbus {
19 nor@0 {
20 compatible = "lantiq,nor";
21 bank-width = <2>;
22 reg = <0 0x0 0x800000>;
23
24 partitions {
25 compatible = "fixed-partitions";
26 #address-cells = <1>;
27 #size-cells = <1>;
28
29 partition@0 {
30 label = "uboot";
31 reg = <0x0 0x50000>;
32 read-only;
33 };
34 partition@50000 {
35 label = "uboot-env";
36 reg = <0x50000 0x10000>;
37 };
38 partition@60000 {
39 label = "unused";
40 reg = <0x60000 0x7a0000>;
41 };
42 };
43 };
44
45 nand@1 {
46 compatible = "lantiq,nand-xway";
47 lantiq,cs = <1>;
48 bank-width = <2>;
49 reg = <1 0x0 0x2000000>;
50 #address-cells = <1>;
51 #size-cells = <1>;
52
53 partition@0 {
54 label = "kernel";
55 reg = <0x0 0x200000>;
56 };
57 partition@200000 {
58 label = "ubi";
59 reg = <0x200000 0x7e00000>;
60 };
61 };
62 };