5dfc149c3b9159c3d5c322084840385de15e2529
[openwrt/openwrt.git] / target / linux / lantiq / dts / VGV7510KW22NOR.dts
1 /dts-v1/;
2
3 #include "VGV7510KW22.dtsi"
4
5 / {
6 model = "VGV7510KW22NOR - o2 Box 6431";
7
8 fpi@10000000 {
9 localbus@0 {
10 nor-boot@0 {
11 partitions {
12 partition@0 {
13 label = "uboot";
14 reg = <0x0 0x60000>; /* 384 KiB */
15 read-only;
16 };
17
18 partition@60000 {
19 label = "uboot-env";
20 reg = <0x60000 0x20000>; /* 128 KiB */
21 read-only;
22 };
23
24 partition@80000 {
25 label = "firmware";
26 reg = <0x80000 0xf60000>; /* 15744 KiB */
27 };
28 };
29 };
30 };
31 };
32 };