OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 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 gpio-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 linux,part-probe = "bcm63xxpart";
31  
32 partitions {
33 compatible = "fixed-partitions";
34 #address-cells = <1>;
35 #size-cells = <1>;
36  
37 cfe@0 {
38 label = "CFE";
39 reg = <0x000000 0x010000>;
40 read-only;
41 };
42  
43 linux@10000 {
44 label = "linux";
45 reg = <0x010000 0x3e0000>;
46 compatible = "brcm,bcm963xx-imagetag";
47 };
48  
49 nvram@3f0000 {
50 label = "nvram";
51 reg = <0x3f0000 0x010000>;
52 };
53 };
54 };
55  
56 &uart0 {
57 status = "ok";
58 };
59  
60 &uart1 {
61 status = "ok";
62 };