lantiq: add support for VGV7519 KPN Experia box v8
[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@80000 {
17                                         label = "linux";
18                                         reg = <0x80000 0x780000>;
19                                         read-only;
20                                 };
21                                 partition@880000 {
22                                         label = "rootfs_data";
23                                         reg = <0x880000 0x780000>;
24                                 };
25                         };
26                 };
27         };
28 };