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