OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 12... Line 12...
12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"; 12 bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
13 stdout-path = "serial0:115200n8"; 13 stdout-path = "serial0:115200n8";
14 }; 14 };
Line 15... Line 15...
15   15  
16   16  
17 keys { 17 gpio-keys-polled {
18 compatible = "gpio-keys-polled"; 18 compatible = "gpio-keys-polled";
19 #address-cells = <1>; 19 #address-cells = <1>;
-   20 #size-cells = <0>;
Line 20... Line 21...
20 #size-cells = <0>; 21 poll-interval = <20>;
21 poll-interval = <20>; 22 debounce-interval = <60>;
22   23  
23 reset { 24 reset {
24 label = "reset"; -  
25 gpios = <&pinctrl 34 1>; 25 label = "reset";
26 linux,code = <KEY_RESTART>; 26 gpios = <&pinctrl 34 1>;
Line 27... Line 27...
27 debounce-interval = <60>; 27 linux,code = <KEY_RESTART>;
28 }; 28 };
Line 29... Line 29...
29 }; 29 };
30   30  
31 leds { 31 gpio-leds {
Line 52... Line 52...
52 }; 52 };
Line 53... Line 53...
53   53  
54 &pflash { 54 &pflash {
Line -... Line 55...
-   55 status = "ok";
-   56  
55 status = "ok"; 57 linux,part-probe = "bcm63xxpart";
56   58  
57 partitions { 59 partitions {
58 compatible = "fixed-partitions"; 60 compatible = "fixed-partitions";