lantiq: write protect vgv7519 u-boot and u-boot-env partitions
[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                                                 read-only;
15                                         };
16                                         partition@60000 {
17                                                 label = "uboot_env";
18                                                 reg = <0x60000 0x10000>;
19                                                 read-only;
20                                         };
21                                         partition@80000 {
22                                                 label = "firmware";
23                                                 reg = <0x80000 0xf80000>;
24                                         };
25                                 };
26                         };
27                 };
28         };
29 };