2015-06-05 14:11:36 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2016-09-29 16:22:55 +00:00
|
|
|
#include "VGV7510KW22.dtsi"
|
2015-06-05 14:11:36 +00:00
|
|
|
|
|
|
|
/ {
|
2017-04-08 08:33:53 +00:00
|
|
|
compatible = "arcadyan,vgv7510kw22-nor", "arcadyan,vgv7510kw22", "lantiq,xway", "lantiq,vr9";
|
2017-04-08 09:40:07 +00:00
|
|
|
model = "o2 Box 6431";
|
2016-12-01 06:29:49 +00:00
|
|
|
|
2015-06-05 14:11:36 +00:00
|
|
|
fpi@10000000 {
|
|
|
|
localbus@0 {
|
|
|
|
nor-boot@0 {
|
2016-05-02 18:50:18 +00:00
|
|
|
partitions {
|
|
|
|
partition@0 {
|
|
|
|
label = "uboot";
|
|
|
|
reg = <0x0 0x60000>; /* 384 KiB */
|
|
|
|
read-only;
|
|
|
|
};
|
2015-06-05 14:11:36 +00:00
|
|
|
|
2016-05-02 18:50:18 +00:00
|
|
|
partition@60000 {
|
|
|
|
label = "uboot-env";
|
|
|
|
reg = <0x60000 0x20000>; /* 128 KiB */
|
|
|
|
read-only;
|
|
|
|
};
|
2015-06-05 14:11:36 +00:00
|
|
|
|
2016-05-02 18:50:18 +00:00
|
|
|
partition@80000 {
|
|
|
|
label = "firmware";
|
|
|
|
reg = <0x80000 0xf60000>; /* 15744 KiB */
|
|
|
|
};
|
2015-06-05 14:11:36 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|