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