aa6a96156fc873cd21579a15d97b33dce66e52ae
[openwrt/staging/mkresin.git] / target / linux / lantiq / files-4.14 / arch / mips / boot / dts / VGV7519NOR.dts
1 /dts-v1/;
2
3 #include "VGV7519.dtsi"
4
5 / {
6 compatible = "arcadyan,vgv7519-nor", "arcadyan,vgv7519", "lantiq,xway", "lantiq,vr9";
7 model = "KPN Experiabox V8";
8 };
9
10 &localbus {
11 flash@0 {
12 partitions {
13 partition@0 {
14 label = "uboot";
15 reg = <0x00000 0x40000>;
16 read-only;
17 };
18 partition@60000 {
19 label = "uboot_env";
20 reg = <0x60000 0x10000>;
21 read-only;
22 };
23 partition@80000 {
24 label = "firmware";
25 reg = <0x80000 0xf80000>;
26 };
27 };
28 };
29 };