lantiq: dts: use generic node names
[oweals/openwrt.git] / target / linux / lantiq / files / 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         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         flash@0 {
28                 compatible = "lantiq,nand-xway";
29                 lantiq,cs = <1>;
30                 bank-width = <2>;
31                 reg = <0 0x0 0x2000000>;
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 = "uboot-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 };