OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "bcm6328.dtsi"
4  
5 #include <dt-bindings/input/input.h>
6  
7 / {
8 model = "Broadcom bcm963281TAN reference board";
9 compatible = "brcm,bcm963281TAN", "brcm,bcm6328";
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 inet {
20 label = "963281TAN::internet";
21 gpios = <&pinctrl 1 1>;
22 };
23 power {
24 label = "963281TAN::power";
25 gpios = <&pinctrl 4 1>;
26 default-state = "on";
27 };
28 inet_fail {
29 label = "963281TAN::internet-fail";
30 gpios = <&pinctrl 7 1>;
31 };
32 power_fail {
33 label = "963281TAN::power-fail";
34 gpios = <&pinctrl 8 1>;
35 };
36 wps {
37 label = "963281TAN::wps";
38 gpios = <&pinctrl 9 1>;
39 };
40 dsl {
41 label = "963281TAN::dsl";
42 gpios = <&pinctrl 11 1>;
43 };
44 };
45 };
46  
47 &hsspi {
48 status = "ok";
49  
50 flash@0 {
51 compatible = "jedec,spi-nor";
52 spi-max-frequency = <16666667>;
53 spi-tx-bus-width = <2>;
54 spi-rx-bus-width = <2>;
55 reg = <0>;
56  
57 #address-cells = <1>;
58 #size-cells = <1>;
59  
3 office 60 linux,part-probe = "bcm63xxpart";
61  
1 office 62 partitions {
63 compatible = "brcm,bcm963xx-cfe-nor-partitions";
64 };
65 };
66 };
67  
68 &uart0 {
69 status = "ok";
70 };