a293f59db3b64aa8d760b210632e85a91a73e965
[openwrt/openwrt.git] / target / linux / lantiq / dts / P2812HNUF3.dts
1 /dts-v1/;
2
3 /include/ "P2812HNUFX.dtsi"
4
5 / {
6 model = "P2812HNUF3 - ZyXEL P-2812HNU-F3";
7
8 fpi@10000000 {
9 localbus@0 {
10 nor-boot@0 {
11 compatible = "lantiq,nor";
12 bank-width = <2>;
13 reg = <0 0x0 0x800000>;
14 #address-cells = <1>;
15 #size-cells = <1>;
16
17 partition@0 {
18 label = "uboot";
19 reg = <0x0 0x50000>;
20 read-only;
21 };
22 partition@50000 {
23 label = "uboot-env";
24 reg = <0x50000 0x10000>;
25 };
26 partition@60000 {
27 label = "unused";
28 reg = <0x60000 0x7a0000>;
29 };
30 };
31
32 nand-parts@0 {
33 compatible = "gen_nand", "lantiq,nand-xway";
34 lantiq,cs = <1>;
35 bank-width = <2>;
36 reg = <1 0x0 0x2000000>;
37 #address-cells = <1>;
38 #size-cells = <1>;
39
40 partition@0 {
41 label = "kernel";
42 reg = <0x0 0x200000>;
43 };
44 partition@200000 {
45 label = "ubi";
46 reg = <0x200000 0x7e00000>;
47 };
48 };
49 };
50 };
51
52 ralink_eep {
53 compatible = "ralink,eeprom";
54 ralink,eeprom = "RT3092.eeprom";
55 };
56 };