OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 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 = &usb1; |
||
11 | led-usb2 = &usb2; |
||
12 | }; |
||
13 | |||
14 | fpi@10000000 { |
||
15 | localbus@0 { |
||
16 | nand-parts@0 { |
||
17 | compatible = "lantiq,nand-xway"; |
||
18 | lantiq,cs = <1>; |
||
19 | bank-width = <2>; |
||
20 | reg = <0 0x0 0x2000000>; |
||
21 | #address-cells = <1>; |
||
22 | #size-cells = <1>; |
||
23 | |||
24 | partitions { |
||
25 | compatible = "fixed-partitions"; |
||
26 | #address-cells = <1>; |
||
27 | #size-cells = <1>; |
||
28 | |||
29 | partition@0 { |
||
30 | label = "uboot"; |
||
31 | reg = <0x00000 0x40000>; |
||
32 | }; |
||
33 | partition@40000 { |
||
34 | label = "uboot-env"; |
||
35 | reg = <0x40000 0x20000>; |
||
36 | }; |
||
37 | partition@60000 { |
||
38 | label = "kernel"; |
||
39 | reg = <0x60000 0x200000>; |
||
40 | }; |
||
41 | partition@260000 { |
||
42 | label = "ubi"; |
||
43 | reg = <0x260000 0x7da0000>; |
||
44 | }; |
||
45 | }; |
||
46 | }; |
||
47 | }; |
||
48 | |||
49 | pcie@d900000 { |
||
50 | status = "disabled"; |
||
51 | }; |
||
52 | }; |
||
53 | |||
54 | gpio-leds { |
||
55 | usb1: usb1 { |
||
56 | label = "p2812hnuf1:green:usb1"; |
||
57 | gpios = <&gpio 38 GPIO_ACTIVE_LOW>; |
||
58 | }; |
||
59 | usb2: usb2 { |
||
60 | label = "p2812hnuf1:green:usb2"; |
||
61 | gpios = <&gpio 44 GPIO_ACTIVE_LOW>; |
||
62 | }; |
||
63 | }; |
||
64 | }; |
||
65 | |||
66 | &pci0 { |
||
67 | wifi@1814,3062 { |
||
68 | compatible = "pci1814,3062"; |
||
69 | reg = <0x7000 0 0 0 0>; |
||
70 | ralink,eeprom = "RT3062.eeprom"; |
||
71 | }; |
||
72 | }; |