blob: 5f9fa87e16827383cc05cd29be5a5def780aa52d [file] [log] [blame]
/*
* arch/arm64/boot/dts/amlogic/newman-p1-partition.dtsi
*
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
*/
/ {
partitions: partitions{
parts = <7>;
part-0 = <&fts>;
part-1 = <&factory>;
part-2 = <&recovery>;
part-3 = <&boot>;
part-4 = <&system>;
part-5 = <&cache>;
part-6 = <&fct>;
fts:fts{
pname = "fts";
size = <0x0 0x100000>;
mask = <1>;
};
factory:factory{
pname = "factory";
size = <0x0 0x800000>;
mask = <1>;
};
recovery:recovery{
pname = "recovery";
size = <0x0 0x1000000>;
mask = <1>;
};
boot:boot{
pname = "boot";
size = <0x0 0x1000000>;
mask = <1>;
};
system:system{
pname = "system";
size = <0x0 0x40000000>;
mask = <1>;
};
cache:cache{
pname = "cache";
size = <0x0 0x98C00000>;
mask = <4>;
};
fct:fct{
pname = "fct";
size = <0xffffffff 0xffffffff>;
mask = <4>;
};
};
}; /* end of / */