398a4a90dca0b6c1c7a2d5f2e0fc6ed9a39f2711
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / PX-4885-4M.dts
1 /dts-v1/;
2
3 #include "PX-4885.dtsi"
4
5 / {
6 model = "7Links PX-4885 (4M)";
7 };
8
9 &spi0 {
10 status = "okay";
11
12 m25p80@0 {
13 #address-cells = <1>;
14 #size-cells = <1>;
15 compatible = "jedec,spi-nor";
16 reg = <0>;
17 linux,modalias = "m25p80", "mx25l3205d";
18 spi-max-frequency = <10000000>;
19
20 partition@0 {
21 label = "u-boot";
22 reg = <0x0 0x20000>;
23 read-only;
24 };
25
26 partition@20000 {
27 label = "devdata";
28 reg = <0x20000 0x20000>;
29 read-only;
30 };
31
32 factory: partition@40000 {
33 label = "devconf";
34 reg = <0x40000 0x10000>;
35 read-only;
36 };
37
38 partition@50000 {
39 label = "firmware";
40 reg = <0x50000 0x3b0000>;
41 };
42 };
43 };