OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 104... Line 104...
104 }; 104 };
Line 105... Line 105...
105   105  
106 watchdog@fffffd40 { 106 watchdog@fffffd40 {
107 status = "okay"; 107 status = "okay";
108 }; 108 };
109   109
110 spi0: spi@fffc8000 { 110 spi0: spi@fffc8000 {
111 #address-cells = <1>; 111 #address-cells = <1>;
112 #size-cells = <0>; 112 #size-cells = <0>;
113 compatible = "atmel,at91rm9200-spi"; 113 compatible = "atmel,at91rm9200-spi";
Line 122... Line 122...
122 compatible = "sst,sst25vf040b"; 122 compatible = "sst,sst25vf040b";
123 spi-max-frequency = <20000000>; 123 spi-max-frequency = <20000000>;
124 reg = <0>; 124 reg = <0>;
125 #address-cells = <1>; 125 #address-cells = <1>;
126 #size-cells = <1>; 126 #size-cells = <1>;
127   127
128 at91boot@0 { 128 at91boot@0 {
129 label = "at91boot"; 129 label = "at91boot";
130 reg = <0x0 0x4000>; 130 reg = <0x0 0x4000>;
131 }; 131 };
132 uenv@4000 { 132 uenv@4000 {
Line 165... Line 165...
165 spi-max-frequency = <2000000>; 165 spi-max-frequency = <2000000>;
166 reg = <1>; 166 reg = <1>;
167 }; 167 };
168 }; 168 };
169 }; 169 };
170   170
171 usb0: ohci@500000 { 171 usb0: ohci@500000 {
172 num-ports = <2>; 172 num-ports = <2>;
173 status = "okay"; 173 status = "okay";
174 }; 174 };
175 }; 175 };