c90b680490395b86a42b9ceaa7d0abbdd3e71c09
[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                                 partition@40000 {
17                                         label = "board_config";
18                                         reg = <0x40000 0x10000>;
19                                         read-only;
20                                 };
21                                 partition@80000 {
22                                         label = "firmware";
23                                         reg = <0x80000 0x780000>;
24                                         read-only;
25                                 };
26                                 partition@880000 {
27                                         label = "rootfs_data";
28                                         reg = <0x880000 0x780000>;
29                                 };
30                         };
31                 };
32         };
33 };