2012-11-02 20:07:47 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
|
2016-09-29 16:22:55 +00:00
|
|
|
#include "EASY80920.dtsi"
|
2012-11-02 20:07:47 +00:00
|
|
|
|
|
|
|
/ {
|
2017-04-08 08:33:53 +00:00
|
|
|
compatible = "lantiq,easy80920-nand", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9";
|
2017-04-08 09:40:07 +00:00
|
|
|
model = "Intel EASY80920 Nand";
|
2016-07-27 19:27:54 +00:00
|
|
|
|
2016-06-11 15:47:24 +00:00
|
|
|
chosen {
|
|
|
|
bootargs = "ubi.mtd=ubi ubi.block=0,rootfsA root=/dev/ubiblock0_1";
|
|
|
|
};
|
|
|
|
|
2012-11-02 20:07:47 +00:00
|
|
|
fpi@10000000 {
|
|
|
|
localbus@0 {
|
|
|
|
ranges = <0 0 0x4000000 0x3ffffff>;
|
|
|
|
nand-parts@0 {
|
2017-10-07 09:03:43 +00:00
|
|
|
compatible = "lantiq,nand-xway";
|
2012-11-02 20:07:47 +00:00
|
|
|
lantiq,cs = <1>;
|
|
|
|
bank-width = <2>;
|
|
|
|
reg = <0 0x0 0x2000000>;
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
|
2016-05-02 18:50:18 +00:00
|
|
|
partitions {
|
|
|
|
compatible = "fixed-partitions";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
2012-11-02 20:07:47 +00:00
|
|
|
|
2016-05-02 18:50:18 +00:00
|
|
|
partition@0 {
|
|
|
|
label = "uboot";
|
2016-06-11 15:47:24 +00:00
|
|
|
reg = <0x00000 0x100000>; /* 1024 KB */
|
2016-05-02 18:50:18 +00:00
|
|
|
};
|
|
|
|
|
2016-06-11 15:47:24 +00:00
|
|
|
partition@100000 {
|
2016-05-02 18:50:18 +00:00
|
|
|
label = "uboot_env";
|
2016-06-11 15:47:24 +00:00
|
|
|
reg = <0x100000 0x40000>; /* 256 KB */
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@140000 {
|
|
|
|
label = "ubootconfigB";
|
|
|
|
reg = <0x140000 0x40000>; /* 256 KB */
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@180000 {
|
|
|
|
label = "gphyfirmware";
|
|
|
|
reg = <0x180000 0x40000>; /* 256 KB */
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@1c0000 {
|
|
|
|
label = "ubi";
|
|
|
|
reg = <0x1c0000 0xc800000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
partition@c9c0000 {
|
|
|
|
label = "calibration";
|
|
|
|
reg = <0xc9c0000 0x100000>;
|
2016-05-02 18:50:18 +00:00
|
|
|
};
|
2012-11-02 20:07:47 +00:00
|
|
|
|
2016-06-11 15:47:24 +00:00
|
|
|
partition@cac0000 {
|
|
|
|
label = "res";
|
|
|
|
reg = <0xcac0000 0x13540000>;
|
2016-05-02 18:50:18 +00:00
|
|
|
};
|
2012-11-02 20:07:47 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|