OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileRegard whitespace
Rev 2 Rev 3
Line 51... Line 51...
51   51  
52 &spi0 { 52 &spi0 {
Line 53... Line 53...
53 status = "okay"; 53 status = "okay";
-   54  
-   55 m25p80@0 {
54   56 #address-cells = <1>;
55 m25p80@0 { 57 #size-cells = <1>;
56 compatible = "jedec,spi-nor"; 58 compatible = "jedec,spi-nor";
57 reg = <0>; -  
58 spi-max-frequency = <14000000>; -  
59   -  
60 partitions { -  
61 compatible = "fixed-partitions"; 59 reg = <0>;
Line 62... Line 60...
62 #address-cells = <1>; 60 spi-max-frequency = <14000000>;
63 #size-cells = <1>; 61 m25p,chunked-io = <32>;
64   62  
65 partition@0 { 63 partition@0 {
Line 79... Line 77...
79 reg = <0x40000 0x10000>; 77 reg = <0x40000 0x10000>;
80 read-only; 78 read-only;
81 }; 79 };
Line 82... Line 80...
82   80  
83 firmware: partition@50000 { -  
84 compatible = "denx,uimage"; 81 firmware: partition@50000 {
85 label = "firmware"; 82 label = "firmware";
86 reg = <0x50000 0xfb0000>; 83 reg = <0x50000 0xfb0000>;
87 }; 84 };
88 }; 85 };
89 }; -