lantiq: fix image validation errors
[openwrt/openwrt.git] / target / linux / lantiq / dts / VGV7519NOR.dts
1 /dts-v1/;
2
3
4 #include "VGV7519.dtsi"
5
6 / {
7 model = "VGV7519NOR - KPN Experiabox V8";
8
9 fpi@10000000 {
10 localbus@0 {
11 nor-boot@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 };
30 };
31 };