OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /dts-v1/; |
2 | |||
3 | #include "bcm3368.dtsi" |
||
4 | |||
5 | #include <dt-bindings/input/input.h> |
||
6 | |||
7 | / { |
||
8 | model = "Netgear CVG834G"; |
||
9 | compatible = "netgear,cvg834g", "brcm,bcm3368"; |
||
10 | |||
11 | chosen { |
||
12 | bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; |
||
13 | stdout-path = "serial0:115200n8"; |
||
14 | }; |
||
15 | |||
16 | leds { |
||
17 | compatible = "gpio-leds"; |
||
18 | |||
19 | power_green { |
||
20 | label = "CVG834G:green:power"; |
||
21 | gpios = <&gpio1 5 0>; |
||
22 | default-state = "on"; |
||
23 | }; |
||
24 | }; |
||
25 | }; |
||
26 | |||
27 | &pflash { |
||
28 | status = "ok"; |
||
29 | |||
30 | partitions { |
||
31 | compatible = "fixed-partitions"; |
||
32 | #address-cells = <1>; |
||
33 | #size-cells = <1>; |
||
34 | |||
35 | cfe@0 { |
||
36 | label = "CFE"; |
||
37 | reg = <0x000000 0x010000>; |
||
38 | read-only; |
||
39 | }; |
||
40 | |||
41 | linux@10000 { |
||
42 | label = "linux"; |
||
43 | reg = <0x010000 0x3e0000>; |
||
44 | compatible = "brcm,bcm963xx-imagetag"; |
||
45 | }; |
||
46 | |||
47 | nvram@3f0000 { |
||
48 | label = "nvram"; |
||
49 | reg = <0x3f0000 0x010000>; |
||
50 | }; |
||
51 | }; |
||
52 | }; |
||
53 | |||
54 | &uart0 { |
||
55 | status = "ok"; |
||
56 | }; |
||
57 | |||
58 | &uart1 { |
||
59 | status = "ok"; |
||
60 | }; |