4b1ff7023c60e2486b9b79b5caa8dfd34ccb9862
[openwrt/openwrt.git] / target / linux / lantiq / files-4.19 / arch / mips / boot / dts / lantiq / vr9_zyxel_p-2812hnu-f1.dts
1 /dts-v1/;
2
3 #include "vr9_zyxel_p-2812hnu-fx.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 leds {
15 led_usb1: usb1 {
16 label = "green:usb1";
17 gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
18 };
19 led_usb2: usb2 {
20 label = "green:usb2";
21 gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
22 };
23 };
24 };
25
26 &localbus {
27 flash@0 {
28 compatible = "lantiq,nand-xway";
29 lantiq,cs = <1>;
30 bank-width = <2>;
31 reg = <0 0x0 0x2000000>;
32
33 pinctrl-0 = <&nand_pins>, <&nand_cs1_pins>;
34 pinctrl-names = "default";
35
36 partitions {
37 compatible = "fixed-partitions";
38 #address-cells = <1>;
39 #size-cells = <1>;
40
41 partition@0 {
42 label = "uboot";
43 reg = <0x00000 0x40000>;
44 };
45 partition@40000 {
46 label = "u-boot-env";
47 reg = <0x40000 0x20000>;
48 };
49 partition@60000 {
50 label = "kernel";
51 reg = <0x60000 0x300000>;
52 };
53 partition@360000 {
54 label = "ubi";
55 reg = <0x360000 0x7ca0000>;
56 };
57 };
58 };
59 };
60
61 &pci0 {
62 wifi@1814,3062 {
63 compatible = "pci1814,3062";
64 reg = <0x7000 0 0 0 0>;
65 ralink,eeprom = "RT3062.eeprom";
66 };
67 };
68
69 &pcie0 {
70 status = "disabled";
71 };