lantiq: copy target to kernel 4.19
[oweals/openwrt.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                 #address-cells = <1>;
24                 #size-cells = <1>;
25
26                 partitions {
27                         compatible = "fixed-partitions";
28                         #address-cells = <1>;
29                         #size-cells = <1>;
30
31                         partition@0 {
32                                 label = "uboot";
33                                 reg = <0x0 0x50000>;
34                                 read-only;
35                         };
36                         partition@50000 {
37                                 label = "uboot-env";
38                                 reg = <0x50000 0x10000>;
39                         };
40                         partition@60000 {
41                                 label = "unused";
42                                 reg = <0x60000 0x7a0000>;
43                         };
44                 };
45         };
46
47         nand@1 {
48                 compatible = "lantiq,nand-xway";
49                 lantiq,cs = <1>;
50                 bank-width = <2>;
51                 reg = <1 0x0 0x2000000>;
52                 #address-cells = <1>;
53                 #size-cells = <1>;
54
55                 partition@0 {
56                         label = "kernel";
57                         reg = <0x0 0x200000>;
58                 };
59                 partition@200000 {
60                         label = "ubi";
61                         reg = <0x200000 0x7e00000>;
62                 };
63         };
64 };