0e029d1995665d565e498025776ca6f83c18aa76
[openwrt/staging/chunkeey.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / vr9_zyxel_p-2812hnu-f1.dts
1 #include "vr9_zyxel_p-2812hnu-fx.dtsi"
2
3 / {
4 compatible = "zyxel,p-2812hnu-f1", "zyxel,p-2812hnu", "lantiq,xway", "lantiq,vr9";
5 model = "ZyXEL P-2812HNU-F1";
6
7 leds {
8 usb1 {
9 label = "green:usb1";
10 gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
11 trigger-sources = <&ehci_port1>;
12 linux,default-trigger = "usbport";
13 };
14 usb2 {
15 label = "green:usb2";
16 gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
17 trigger-sources = <&ehci_port2>;
18 linux,default-trigger = "usbport";
19 };
20 };
21 };
22
23 &localbus {
24 flash@0 {
25 compatible = "lantiq,nand-xway";
26 lantiq,cs = <1>;
27 bank-width = <2>;
28 reg = <0 0x0 0x2000000>;
29
30 pinctrl-0 = <&nand_pins>, <&nand_cs1_pins>;
31 pinctrl-names = "default";
32
33 partitions {
34 compatible = "fixed-partitions";
35 #address-cells = <1>;
36 #size-cells = <1>;
37
38 partition@0 {
39 label = "uboot";
40 reg = <0x00000 0x40000>;
41 };
42 partition@40000 {
43 label = "u-boot-env";
44 reg = <0x40000 0x20000>;
45 };
46 partition@60000 {
47 label = "kernel";
48 reg = <0x60000 0x300000>;
49 };
50 partition@360000 {
51 label = "ubi";
52 reg = <0x360000 0x7ca0000>;
53 };
54 };
55 };
56 };
57
58 &pci0 {
59 wifi@1814,3062 {
60 compatible = "pci1814,3062";
61 reg = <0x7000 0 0 0 0>;
62 ralink,eeprom = "RT3062.eeprom";
63 };
64 };
65
66 &pcie0 {
67 status = "disabled";
68 };