openwrtv4/target/linux/lantiq/dts/VGV7519NOR.dts
Eddi De Pieri d596c21ebd lantiq: write protect vgv7519 u-boot and u-boot-env partitions
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
2016-11-23 10:18:19 +01:00

29 lines
423 B
Text

/dts-v1/;
#include "VGV7519.dtsi"
/ {
fpi@10000000 {
localbus@0 {
nor-boot@0 {
partitions {
partition@0 {
label = "uboot";
reg = <0x00000 0x40000>;
read-only;
};
partition@60000 {
label = "uboot_env";
reg = <0x60000 0x10000>;
read-only;
};
partition@80000 {
label = "firmware";
reg = <0x80000 0xf80000>;
};
};
};
};
};
};