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