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