OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /dts-v1/; |
2 | |||
3 | #include "ASL26555.dtsi" |
||
4 | |||
5 | / { |
||
6 | compatible = "alphanetworks,asl26555-8m", "alphanetworks,asl26555", "ralink,rt3050-soc"; |
||
7 | model = "Alpha ASL26555 (8M)"; |
||
8 | }; |
||
9 | |||
10 | &spi0 { |
||
11 | status = "okay"; |
||
12 | |||
13 | m25p80@0 { |
||
14 | compatible = "jedec,spi-nor"; |
||
15 | reg = <0>; |
||
16 | spi-max-frequency = <10000000>; |
||
17 | |||
18 | partitions { |
||
19 | compatible = "fixed-partitions"; |
||
20 | #address-cells = <1>; |
||
21 | #size-cells = <1>; |
||
22 | |||
23 | partition@0 { |
||
24 | label = "uboot"; |
||
25 | reg = <0x0 0x30000>; |
||
26 | read-only; |
||
27 | }; |
||
28 | |||
29 | devdata: partition@30000 { |
||
30 | label = "uboot-env"; |
||
31 | reg = <0x30000 0x10000>; |
||
32 | read-only; |
||
33 | }; |
||
34 | |||
35 | partition@40000 { |
||
36 | label = "rgdb"; |
||
37 | reg = <0x40000 0x10000>; |
||
38 | read-only; |
||
39 | }; |
||
40 | |||
41 | partition@50000 { |
||
42 | compatible = "denx,uimage"; |
||
43 | label = "firmware"; |
||
44 | reg = <0x50000 0x790000>; |
||
45 | }; |
||
46 | |||
47 | partition@7e0000 { |
||
48 | label = "cert"; |
||
49 | reg = <0x7e0000 0x10000>; |
||
50 | read-only; |
||
51 | }; |
||
52 | |||
53 | partition@7f0000 { |
||
54 | label = "langpack"; |
||
55 | reg = <0x7f0000 0x10000>; |
||
56 | read-only; |
||
57 | }; |
||
58 | }; |
||
59 | }; |
||
60 | }; |