OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "bcm6348.dtsi"
4  
5 #include <dt-bindings/input/input.h>
6  
7 / {
8 model = "TECOM GW6000";
9 compatible = "tecom,gw6000", "brcm,bcm6348";
10  
11 chosen {
12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 stdout-path = "serial0:115200n8";
14 };
15  
16 keys {
17 compatible = "gpio-keys-polled";
18 #address-cells = <1>;
19 #size-cells = <0>;
20 poll-interval = <20>;
21  
22 reset {
23 label = "reset";
24 gpios = <&pinctrl 36 1>;
25 linux,code = <KEY_RESTART>;
26 debounce-interval = <60>;
27 };
28 };
29 };
30  
31 &pflash {
32 status = "ok";
33  
34 partitions {
35 compatible = "fixed-partitions";
36 #address-cells = <1>;
37 #size-cells = <1>;
38  
39 cfe@0 {
40 label = "CFE";
41 reg = <0x000000 0x010000>;
42 read-only;
43 };
44  
45 linux@10000 {
46 label = "linux";
47 reg = <0x010000 0x3e0000>;
48 compatible = "brcm,bcm963xx-imagetag";
49 };
50  
51 nvram@3f0000 {
52 label = "nvram";
53 reg = <0x3f0000 0x010000>;
54 };
55 };
56 };
57  
58 &pinctrl {
59 pinctrl-names = "default";
60 pinctrl-0 = <&pinctrl_pci &pinctrl_ext_mii>;
61 };
62  
63 &uart0 {
64 status = "ok";
65 };