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