lantiq: move partitions into partion table node
[openwrt.git] / target / linux / lantiq / dts / VGV7519BRN.dts
1 /dts-v1/;
2
3
4 /include/ "VGV7519.dtsi"
5
6 / {
7         fpi@10000000 {
8                 localbus@0 {
9                         nor-flash@0 {
10                                 compatible = "lantiq,nor", "cfi-flash";
11                                 bank-width = <2>;
12                                 reg = <0 0x0 0x800000>, <1 0x800000 0x800000>;
13                                 #address-cells = <1>;
14                                 #size-cells = <1>;
15
16                                 partitions {
17                                         compatible = "fixed-partitions";
18                                         #address-cells = <1>;
19                                         #size-cells = <1>;
20
21                                         partition@40000 {
22                                                 label = "board_config";
23                                                 reg = <0x40000 0x10000>;
24                                                 read-only;
25                                         };
26                                         partition@80000 {
27                                                 label = "firmware";
28                                                 reg = <0x80000 0x780000>;
29                                                 read-only;
30                                         };
31                                         partition@880000 {
32                                                 label = "rootfs_data";
33                                                 reg = <0x880000 0x780000>;
34                                         };
35                                 };
36                         };
37                 };
38         };
39 };