911a2d6afee0ef878d4ec9b8ea8e775b6b7ffcad
[openwrt/openwrt.git] / target / linux / lantiq / files-4.14 / arch / mips / boot / dts / P2812HNUF1.dts
1 /dts-v1/;
2
3 #include "P2812HNUFX.dtsi"
4
5 / {
6 compatible = "zyxel,p-2812hnu-f1", "zyxel,p-2812hnu", "lantiq,xway", "lantiq,vr9";
7 model = "ZyXEL P-2812HNU-F1";
8
9 aliases {
10 led-usb = &led_usb1;
11 led-usb2 = &led_usb2;
12 };
13
14 gpio-leds {
15 led_usb1: usb1 {
16 label = "p2812hnuf1:green:usb1";
17 gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
18 };
19 led_usb2: usb2 {
20 label = "p2812hnuf1:green:usb2";
21 gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
22 };
23 };
24 };
25
26 &localbus {
27 nand@0 {
28 compatible = "lantiq,nand-xway";
29 lantiq,cs = <1>;
30 bank-width = <2>;
31 reg = <0 0x0 0x2000000>;
32 #address-cells = <1>;
33 #size-cells = <1>;
34
35 partitions {
36 compatible = "fixed-partitions";
37 #address-cells = <1>;
38 #size-cells = <1>;
39
40 partition@0 {
41 label = "uboot";
42 reg = <0x00000 0x40000>;
43 };
44 partition@40000 {
45 label = "uboot-env";
46 reg = <0x40000 0x20000>;
47 };
48 partition@60000 {
49 label = "kernel";
50 reg = <0x60000 0x200000>;
51 };
52 partition@260000 {
53 label = "ubi";
54 reg = <0x260000 0x7da0000>;
55 };
56 };
57 };
58 };
59
60 &pci0 {
61 wifi@1814,3062 {
62 compatible = "pci1814,3062";
63 reg = <0x7000 0 0 0 0>;
64 ralink,eeprom = "RT3062.eeprom";
65 };
66 };
67
68 &pcie0 {
69 status = "disabled";
70 };