OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "mt7620a.dtsi"
4  
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7  
8 / {
9 compatible = "zte,q7", "ralink,mt7620a-soc";
10 model = "ZTE Q7";
11  
3 office 12 gpio-leds {
1 office 13 compatible = "gpio-leds";
14  
15 statred {
16 label = "zte-q7:red:status";
17 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
18 };
19  
3 office 20 statblue {
1 office 21 label = "zte-q7:blue:status";
22 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
23 };
24 };
25  
3 office 26 gpio-keys-polled {
1 office 27 compatible = "gpio-keys-polled";
3 office 28 #address-cells = <1>;
29 #size-cells = <0>;
1 office 30 poll-interval = <20>;
31  
32 reset {
33 label = "reset";
34 gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
35 linux,code = <KEY_RESTART>;
36 };
37 };
38 };
39  
40 &gpio0 {
41 status = "okay";
42 };
43  
44 &gpio1 {
45 status = "okay";
46 };
47  
48 &spi0 {
49 status = "okay";
50  
51 m25p80@0 {
3 office 52 #address-cells = <1>;
53 #size-cells = <1>;
1 office 54 compatible = "jedec,spi-nor";
55 reg = <0>;
56 spi-max-frequency = <10000000>;
57  
3 office 58 partition@0 {
59 label = "u-boot";
60 reg = <0x0 0x30000>;
61 read-only;
62 };
1 office 63  
3 office 64 partition@30000 {
65 label = "u-boot-env";
66 reg = <0x30000 0x10000>;
67 read-only;
68 };
1 office 69  
3 office 70 factory: partition@40000 {
71 label = "factory";
72 reg = <0x40000 0x10000>;
73 read-only;
74 };
1 office 75  
3 office 76 partition@50000 {
77 label = "firmware";
78 reg = <0x50000 0x7b0000>;
1 office 79 };
80 };
81 };
82  
83 &pinctrl {
84 state_default: pinctrl0 {
85 gpio {
3 office 86 ralink,group = "i2c", "uartf", "rgmii1", "rgmii2", "ephy", "wled", "nd_sd";
1 office 87 ralink,function = "gpio";
88 };
89 };
90 };
91  
92 &ethernet {
93 mtd-mac-address = <&factory 0x4>;
94 mediatek,portmap = "wllll";
95 };
96  
97 &wmac {
98 ralink,mtd-eeprom = <&factory 0>;
99 };
100  
101 &sdhci {
102 status = "okay";
103 };
104  
105 &ehci {
106 status = "okay";
107 };
108  
109 &ohci {
110 status = "okay";
111 };
112  
113 &gsw {
114 mediatek,port4 = "ephy";
115 };