lantiq: Sanitize device tree files
[openwrt/openwrt.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 partitions {
10 partition@0 {
11 label = "uboot";
12 reg = <0x0 0x60000>; /* 384 KiB */
13 read-only;
14 };
15
16 partition@60000 {
17 label = "uboot-env";
18 reg = <0x60000 0x20000>; /* 128 KiB */
19 read-only;
20 };
21
22 partition@80000 {
23 label = "firmware";
24 reg = <0x80000 0xf60000>; /* 15744 KiB */
25 };
26 };
27 };
28 };
29 };
30 };