OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 8... Line 8...
8 model = "Shuttle KD20"; 8 model = "Shuttle KD20";
Line 9... Line 9...
9   9  
Line 10... Line 10...
10 compatible = "shuttle,kd20", "oxsemi,ox820"; 10 compatible = "shuttle,kd20", "oxsemi,ox820";
11   11  
12 chosen { 12 chosen {
13 bootargs = "earlyprintk console=ttyS0,115200"; 13 bootargs = "earlyprintk";
Line 14... Line 14...
14 stdout-path = "serial0:115200n8"; 14 stdout-path = "serial0:115200n8";
15 }; 15 };
16   16  
17 memory { 17 memory {
Line 18... Line 18...
18 /* 256Mbytes DDR */ 18 /* 128Mbytes DDR */
19 reg = <0x60000000 0x10000000>; 19 reg = <0x60000000 0x8000000>;
20 }; 20 };
Line 35... Line 35...
35 compatible = "nxp,pcf8563"; 35 compatible = "nxp,pcf8563";
36 reg = <0x51>; 36 reg = <0x51>;
37 }; 37 };
38 }; 38 };
Line 39... Line 39...
39   39  
40 keys { 40 gpio-keys-polled {
41 compatible = "gpio-keys-polled"; 41 compatible = "gpio-keys-polled";
42 #address-cells = <1>; 42 #address-cells = <1>;
43 #size-cells = <0>; 43 #size-cells = <0>;
Line 63... Line 63...
63 gpios = <&gpio0 6 1>; 63 gpios = <&gpio0 6 1>;
64 linux,code = <162>; 64 linux,code = <162>;
65 }; 65 };
66 }; 66 };
Line 67... Line 67...
67   67  
68 leds { 68 gpio-leds {
69 compatible = "gpio-leds"; 69 compatible = "gpio-leds";
70 status { 70 status {
71 label = "kd20:blue:status"; 71 label = "kd20:blue:status";
72 gpios = <&gpio1 16 0>; 72 gpios = <&gpio1 16 0>;
Line 94... Line 94...
94 gpios = <&gpio1 7 0>; 94 gpios = <&gpio1 7 0>;
95 }; 95 };
96 usb { 96 usb {
97 label = "kd20:blue:usb"; 97 label = "kd20:blue:usb";
98 gpios = <&gpio1 8 0>; 98 gpios = <&gpio1 8 0>;
99 trigger-sources = <&ehci_port1>, <&ehci_port2>; -  
100 linux,default-trigger = "usbport"; -  
101 }; 99 };
102 }; 100 };
Line 103... Line 101...
103   101  
104 beeper: beeper { 102 beeper: beeper {
Line 144... Line 142...
144 reg = <0x00000000 0x00040000>; 142 reg = <0x00000000 0x00040000>;
145 read-only; 143 read-only;
146 }; 144 };
Line 147... Line 145...
147   145  
148 partition@40000 { 146 partition@40000 {
149 label = "uboot"; 147 label = "u-boot";
150 reg = <0x00040000 0x001e0000>; 148 reg = <0x00040000 0x00200000>;
151 read-only; 149 read-only;
Line 152... Line -...
152 }; -  
153   -  
154 partition@220000 { -  
155 label = "uboot_env"; -  
156 reg = <0x00220000 0x00020000>; -  
157 }; 150 };
158   151  
159 partition@240000 { 152 partition@240000 {
160 label = "initrd"; 153 label = "initrd";