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 = "planex,cs-qr10", "ralink,mt7620a-soc"; 9 compatible = "planex,cs-qr10", "ralink,mt7620a-soc";
Line 10... Line -...
10 model = "Planex CS-QR10"; -  
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 = "Planex CS-QR10";
18   11  
Line 19... Line 12...
19 leds { 12 gpio-leds {
20 compatible = "gpio-leds"; 13 compatible = "gpio-leds";
21   14  
22 led_power: power { 15 power {
23 label = "cs-qr10:red:power"; 16 label = "cs-qr10:red:power";
Line 24... Line 17...
24 gpios = <&gpio1 4 GPIO_ACTIVE_LOW>; 17 gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
25 }; 18 };
-   19 };
-   20  
26 }; 21 gpio-keys-polled {
Line 27... Line 22...
27   22 compatible = "gpio-keys-polled";
28 keys { 23 #address-cells = <1>;
29 compatible = "gpio-keys-polled"; 24 #size-cells = <0>;
Line 71... Line 66...
71   66  
72 &spi0 { 67 &spi0 {
Line 73... Line 68...
73 status = "okay"; 68 status = "okay";
-   69  
-   70 m25p80@0 {
74   71 #address-cells = <1>;
75 m25p80@0 { 72 #size-cells = <1>;
76 compatible = "jedec,spi-nor"; 73 compatible = "jedec,spi-nor";
Line 77... Line -...
77 reg = <0>; -  
78 spi-max-frequency = <10000000>; -  
79   -  
80 partitions { -  
81 compatible = "fixed-partitions"; -  
82 #address-cells = <1>; 74 reg = <0>;
83 #size-cells = <1>; 75 spi-max-frequency = <10000000>;
84   76  
85 partition@0 { 77 partition@0 {
86 label = "u-boot"; 78 label = "u-boot";
87 reg = <0x0 0x30000>; 79 reg = <0x0 0x30000>;
88 read-only; 80 read-only;
89 }; 81 };
90   82  
91 partition@30000 { 83 partition@30000 {
92 label = "u-boot-env"; 84 label = "u-boot-env";
93 reg = <0x30000 0x10000>; 85 reg = <0x30000 0x10000>;
94 read-only; 86 read-only;
95 }; 87 };
96   88  
97 factory: partition@40000 { 89 factory: partition@40000 {
98 label = "factory"; 90 label = "factory";
99 reg = <0x40000 0x10000>; 91 reg = <0x40000 0x10000>;
100 read-only; 92 read-only;
101 }; -  
102   93 };
103 partition@50000 { 94  
104 compatible = "denx,uimage"; -  
105 label = "firmware"; 95 partition@50000 {
106 reg = <0x50000 0x7b0000>; 96 label = "firmware";
107 }; 97 reg = <0x50000 0x7b0000>;
Line 108... Line 98...
108 }; 98 };
Line 154... Line 144...
154 }; 144 };
Line 155... Line 145...
155   145  
156 &wmac { 146 &wmac {
157 ralink,mtd-eeprom = <&factory 0>; 147 ralink,mtd-eeprom = <&factory 0>;
-   148 };
-   149  
-   150 &pcie {
-   151 status = "okay";