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