OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "bcm6345.dtsi"
4  
5 #include <dt-bindings/input/input.h>
6  
7 / {
8 model = "Siemens Gigaset SE515";
9 compatible = "dynalink,rta770bw", "brcm,bcm6345";
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 = <&gpio0 13 1>;
25 linux,code = <KEY_RESTART>;
26 debounce-interval = <60>;
27 };
28 };
29  
30 leds {
31 compatible = "gpio-leds";
32  
33 usb {
34 label = "RTA770BW:green:usb";
35 gpios = <&gpio0 7 1>;
36 };
37  
38 adsl {
39 label = "RTA770BW:green:adsl";
40 gpios = <&gpio0 8 0>;
41 };
42  
43 diag {
44 label = "RTA770BW:green:diag";
45 gpios = <&gpio0 10 1>;
46 };
47  
48 wlan {
49 label = "RTA770BW:green:wlan";
50 gpios = <&gpio0 11 1>;
51 };
52 };
53 };
54  
55 &pflash {
56 status = "ok";
57  
58 partitions {
59 compatible = "fixed-partitions";
60 #address-cells = <1>;
61 #size-cells = <1>;
62  
63 cfe@0 {
64 label = "CFE";
65 reg = <0x000000 0x010000>;
66 read-only;
67 };
68  
69 linux@10000 {
70 label = "linux";
71 reg = <0x010000 0x3e0000>;
72 compatible = "brcm,bcm963xx-imagetag";
73 };
74  
75 nvram@3f0000 {
76 label = "nvram";
77 reg = <0x3f0000 0x010000>;
78 };
79 };
80 };
81  
82 &uart0 {
83 status = "ok";
84 };