OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 /dts-v1/;
2  
3 #include "WT3020.dtsi"
4  
5 / {
6 compatible = "nexx,wt3020-8m", "nexx,wt3020", "ralink,mt7620n-soc";
7 model = "Nexx WT3020 (8M)";
8 };
9  
10 &ehci {
11 status = "okay";
12 };
13  
14 &ohci {
15 status = "okay";
16 };
17  
18 &spi0 {
19 status = "okay";
20  
21 m25p80@0 {
22 #address-cells = <1>;
23 #size-cells = <1>;
24 compatible = "jedec,spi-nor";
25 reg = <0>;
26 spi-max-frequency = <10000000>;
27  
28 partition@0 {
29 label = "u-boot";
30 reg = <0x0 0x30000>;
31 read-only;
32 };
33  
34 partition@30000 {
35 label = "u-boot-env";
36 reg = <0x30000 0x10000>;
37 read-only;
38 };
39  
40 factory: partition@40000 {
41 label = "factory";
42 reg = <0x40000 0x10000>;
43 read-only;
44 };
45  
46 partition@50000 {
47 label = "firmware";
48 reg = <0x50000 0x7b0000>;
49 };
50 };
51 };