OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 25... Line 25...
25 led-running = &status; 25 led-running = &status;
26 led-upgrade = &status; 26 led-upgrade = &status;
27 }; 27 };
Line 28... Line 28...
28   28  
29 chosen { 29 chosen {
30 stdout-path = "/plb/opb/serial@ef600400"; 30 linux,stdout-path = "/plb/opb/serial@ef600400";
-   31 };
31 }; 32  
Line 32... Line 33...
32 }; 33 };
33   34  
34 &CRYPTO { 35 &CRYPTO {
Line 51... Line 52...
51 &EBC0 { 52 &EBC0 {
52 /* Buckminster has 1GiB of NAND */ 53 /* Buckminster has 1GiB of NAND */
53 ndfc@1,0 { 54 ndfc@1,0 {
54 status = "okay"; 55 status = "okay";
55 nand { 56 nand {
-   57 #address-cells = <1>;
-   58 #size-cells = <1>;
-   59  
56 partition@0 { 60 partition@0 {
57 label = "u-boot"; 61 label = "u-boot";
58 reg = <0x00000000 0x00100000>; 62 reg = <0x00000000 0x00100000>;
59 read-only; 63 read-only;
60 }; 64 };
Line 72... Line 76...
72   76  
73 partition@240000 { 77 partition@240000 {
74 label = "ubi"; 78 label = "ubi";
75 reg = <0x00240000 0x3fdc0000>; 79 reg = <0x00240000 0x3fdc0000>;
-   80 };
-   81  
-   82 all {
-   83 label = "all";
-   84 reg = <0x00000000 0x40000000>;
76 }; 85 };
77 }; 86 };
78 }; 87 };
Line 79... Line 88...
79 }; 88 };
Line 110... Line 119...
110 }; 119 };
111 }; 120 };
112 }; 121 };
Line 113... Line 122...
113   122  
114 &POB0 { 123 &POB0 {
115 leds { 124 gpio-leds {
Line 116... Line 125...
116 compatible = "gpio-leds"; 125 compatible = "gpio-leds";
117   126  
118 status: power-green { 127 status: power-green {
Line 154... Line 163...
154 label = "mx60:green:lan4"; 163 label = "mx60:green:lan4";
155 gpios = <&GPIO0 23 GPIO_ACTIVE_LOW>; 164 gpios = <&GPIO0 23 GPIO_ACTIVE_LOW>;
156 }; 165 };
157 }; 166 };
Line 158... Line 167...
158   167  
159 keys { 168 gpio_keys_polled {
-   169 compatible = "gpio-keys-polled";
-   170 #address-cells = <1>;
160 compatible = "gpio-keys-polled"; 171 #size-cells = <0>;
161 poll-interval = <60>; /* 3 * 20 = 60ms */ 172 poll-interval = <60>; /* 3 * 20 = 60ms */
Line 162... Line 173...
162 autorepeat; 173 autorepeat;
163   174  
164 reset { 175 button@1 {
165 label = "Reset button"; 176 label = "Reset button";
166 linux,code = <KEY_RESTART>; 177 linux,code = <KEY_RESTART>;
167 gpios = <&GPIO0 16 GPIO_ACTIVE_LOW>; 178 gpios = <&GPIO0 16 GPIO_ACTIVE_LOW>;