use immediate set in target Makefiles
[oweals/openwrt.git] / target / linux / lantiq / dts / VGV7519NOR.dts
1 /dts-v1/;
2
3
4 /include/ "VGV7519.dtsi"
5
6 / {
7         fpi@10000000 {
8                 localbus@0 {
9                         nor-boot@0 {
10                                 partitions {
11                                         partition@0 {
12                                                 label = "uboot";
13                                                 reg = <0x00000 0x40000>;
14                                         };
15                                         partition@60000 {
16                                                 label = "uboot_env";
17                                                 reg = <0x60000 0x10000>;
18                                         };
19                                         partition@80000 {
20                                                 label = "firmware";
21                                                 reg = <0x80000 0xf80000>;
22                                         };
23                                 };
24                         };
25                 };
26         };
27 };