OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "bcm6358.dtsi"
4  
5 #include <dt-bindings/input/input.h>
6  
7 / {
8 model = "Broadcom BCM96358VW reference board";
9 compatible = "brcm,bcm96358vw", "brcm,bcm6358";
10  
11 chosen {
12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 stdout-path = "serial0:115200n8";
14 };
15  
3 office 16 gpio-leds {
1 office 17 compatible = "gpio-leds";
18  
19 power_green {
20 label = "96358VW:green:power";
21 gpios = <&pinctrl 4 0>;
22 default-state = "on";
23 };
24 stop_green {
25 label = "96358VW:green:stop";
26 gpios = <&pinctrl 5 0>;
27 };
28 adsl_fail_green {
29 label = "96358VW:green:adsl-fail";
30 gpios = <&pinctrl 15 1>;
31 };
32 ppp_green {
33 label = "96358VW:green:ppp";
34 gpios = <&pinctrl 22 1>;
35 };
36 ppp_fail_green {
37 label = "96358VW:green:ppp-fail";
38 gpios = <&pinctrl 23 1>;
39 };
40 };
41 };
42  
43 &pflash {
44 status = "ok";
45  
3 office 46 linux,part-probe = "bcm63xxpart";
47  
1 office 48 partitions {
49 compatible = "brcm,bcm963xx-cfe-nor-partitions";
50 };
51 };
52  
53 &uart0 {
54 status = "ok";
55 };