lantiq: Add support for linux 4.4
[openwrt/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 chosen {
9 leds {
10 usb = &usb1;
11 usb2 = &usb2;
12 };
13 };
14
15 fpi@10000000 {
16 localbus@0 {
17 nand-parts@0 {
18 compatible = "gen_nand", "lantiq,nand-xway";
19 lantiq,cs = <1>;
20 bank-width = <2>;
21 reg = <0 0x0 0x2000000>;
22 #address-cells = <1>;
23 #size-cells = <1>;
24
25 partition@0 {
26 label = "uboot";
27 reg = <0x00000 0x40000>;
28 };
29 partition@40000 {
30 label = "uboot-env";
31 reg = <0x40000 0x20000>;
32 };
33 partition@60000 {
34 label = "kernel";
35 reg = <0x60000 0x200000>;
36 };
37 partition@260000 {
38 label = "ubi";
39 reg = <0x260000 0x7da0000>;
40 };
41 };
42 };
43 pcie@d900000 {
44 status = "disabled";
45 };
46 };
47
48 ralink_eep {
49 compatible = "ralink,eeprom";
50 ralink,eeprom = "RT3062.eeprom";
51 };
52
53 gpio-leds {
54 usb1: usb1 {
55 label = "p2812hnuf1:green:usb1";
56 gpios = <&gpio 38 1>;
57 };
58 usb2: usb2 {
59 label = "p2812hnuf1:green:usb2";
60 gpios = <&gpio 44 1>;
61 };
62 };
63 };