ramips: Change all '/include/' clauses to '#include' so preprocessing can be done...
[openwrt.git] / target / linux / ramips / dts / WT1520-8M.dts
1 /dts-v1/;
2
3 #include "WT1520.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", "s25fl064k";
16                                 spi-max-frequency = <10000000>;
17
18                                 partition@0 {
19                                         label = "u-boot";
20                                         reg = <0x0 0x30000>;
21                                         read-only;
22                                 };
23
24                                 partition@30000 {
25                                         label = "u-boot-env";
26                                         reg = <0x30000 0x10000>;
27                                         read-only;
28                                 };
29
30                                 factory: partition@40000 {
31                                         label = "factory";
32                                         reg = <0x40000 0x10000>;
33                                         read-only;
34                                 };
35
36                                 partition@50000 {
37                                         label = "firmware";
38                                         reg = <0x50000 0x7b0000>;
39                                 };
40                         };
41                 };
42         };
43 };