OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 7... Line 7...
7   7  
8 / { 8 / {
9 compatible = "huawei,hg255d", "ralink,rt3052-soc"; 9 compatible = "huawei,hg255d", "ralink,rt3052-soc";
Line 10... Line -...
10 model = "HuaWei HG255D"; -  
11   -  
12 aliases { -  
13 led-boot = &led_power; -  
14 led-failsafe = &led_power; -  
15 led-running = &led_power; -  
16 led-upgrade = &led_power; -  
17 }; 10 model = "HuaWei HG255D";
18   11  
19 cfi@1f000000 { 12 cfi@1f000000 {
20 compatible = "cfi-flash"; 13 compatible = "cfi-flash";
21 reg = <0x1f000000 0x1000000>; 14 reg = <0x1f000000 0x1000000>;
-   15 bank-width = <2>;
-   16 device-width = <2>;
-   17 #address-cells = <1>;
-   18 #size-cells = <1>;
-   19  
-   20 partition@0 {
-   21 label = "u-boot";
-   22 reg = <0x0 0x40000>;
-   23 read-only;
-   24 };
-   25  
-   26 partition@30000 {
-   27 label = "u-boot-env";
-   28 reg = <0x40000 0x20000>;
-   29 read-only;
-   30 };
-   31  
-   32 factory: partition@60000 {
-   33 label = "factory";
-   34 reg = <0x60000 0x20000>;
-   35 read-only;
-   36 };
-   37  
-   38 partition@80000 {
-   39 label = "firmware";
Line 22... Line -...
22 bank-width = <2>; -  
23 device-width = <2>; -  
24   -  
25 partitions { -  
26 compatible = "fixed-partitions"; -  
27 #address-cells = <1>; -  
28 #size-cells = <1>; -  
29   -  
30 partition@0 { -  
31 label = "u-boot"; -  
32 reg = <0x0 0x40000>; -  
33 read-only; -  
34 }; -  
35   -  
36 partition@30000 { -  
37 label = "u-boot-env"; -  
38 reg = <0x40000 0x20000>; -  
39 read-only; -  
40 }; -  
41   -  
42 factory: partition@60000 { -  
43 label = "factory"; -  
44 reg = <0x60000 0x20000>; -  
45 read-only; -  
46 }; -  
47   -  
48 partition@80000 { -  
49 compatible = "denx,uimage"; -  
50 label = "firmware"; -  
51 reg = <0x80000 0xf60000>; 40 reg = <0x80000 0xf60000>;
52 }; 41 };
53   42  
54 partition@fa0000 { 43 partition@fa0000 {
55 label = "factory-orig"; -  
56 reg = <0xfa0000 0x20000>; 44 label = "factory-orig";
57 read-only; 45 reg = <0xfa0000 0x20000>;
Line 58... Line 46...
58 }; 46 read-only;
59 }; 47 };
Line 60... Line 48...
60 }; 48 };
61   49  
62 leds { 50 gpio-leds {
63 compatible = "gpio-leds"; 51 compatible = "gpio-leds";
Line 64... Line 52...
64   52  
Line 78... Line 66...
78 }; 66 };
Line 79... Line 67...
79   67  
80 usb { 68 usb {
81 label = "hg255d:green:usb"; 69 label = "hg255d:green:usb";
82 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>; -  
83 trigger-sources = <&otg_port1>; -  
84 linux,default-trigger = "usbport"; 70 gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
Line 85... Line 71...
85 }; 71 };
86   72  
87 wps { 73 wps {
Line 93... Line 79...
93 label = "hg255d:green:voice"; 79 label = "hg255d:green:voice";
94 gpios = <&gpio0 5 GPIO_ACTIVE_LOW>; 80 gpios = <&gpio0 5 GPIO_ACTIVE_LOW>;
95 }; 81 };
96 }; 82 };
Line 97... Line 83...
97   83  
98 keys { 84 gpio-keys-polled {
-   85 compatible = "gpio-keys-polled";
-   86 #address-cells = <1>;
99 compatible = "gpio-keys-polled"; 87 #size-cells = <0>;
Line 100... Line 88...
100 poll-interval = <10>; 88 poll-interval = <10>;
101   89  
102 reset { 90 reset {