2013-09-30 20:48:46 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
|
2016-09-29 16:22:55 +00:00
|
|
|
#include "VGV7519.dtsi"
|
2013-09-30 20:48:46 +00:00
|
|
|
|
|
|
|
/ {
|
2016-12-01 06:29:49 +00:00
|
|
|
model = "VGV7519NOR - KPN Experiabox V8";
|
|
|
|
|
2013-09-30 20:48:46 +00:00
|
|
|
fpi@10000000 {
|
|
|
|
localbus@0 {
|
|
|
|
nor-boot@0 {
|
2016-05-02 18:50:18 +00:00
|
|
|
partitions {
|
|
|
|
partition@0 {
|
|
|
|
label = "uboot";
|
|
|
|
reg = <0x00000 0x40000>;
|
2016-11-22 09:41:18 +00:00
|
|
|
read-only;
|
2016-05-02 18:50:18 +00:00
|
|
|
};
|
|
|
|
partition@60000 {
|
|
|
|
label = "uboot_env";
|
|
|
|
reg = <0x60000 0x10000>;
|
2016-11-22 09:41:18 +00:00
|
|
|
read-only;
|
2016-05-02 18:50:18 +00:00
|
|
|
};
|
|
|
|
partition@80000 {
|
|
|
|
label = "firmware";
|
|
|
|
reg = <0x80000 0xf80000>;
|
|
|
|
};
|
2013-09-30 20:48:46 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|