|
@@ -23,6 +23,9 @@ Recommended properties :
|
|
|
- ti,davinci-nand-buswidth: buswidth 8 or 16
|
|
|
- ti,davinci-nand-use-bbt: use flash based bad block table support.
|
|
|
|
|
|
+nand device bindings may contain additional sub-nodes describing
|
|
|
+partitions of the address space. See partition.txt for more detail.
|
|
|
+
|
|
|
Example (enbw_cmc board):
|
|
|
aemif@60000000 {
|
|
|
compatible = "ti,davinci-aemif";
|
|
@@ -47,5 +50,10 @@ aemif@60000000 {
|
|
|
ti,davinci-ecc-mode = "hw";
|
|
|
ti,davinci-ecc-bits = <4>;
|
|
|
ti,davinci-nand-use-bbt;
|
|
|
+
|
|
|
+ partition@180000 {
|
|
|
+ label = "ubifs";
|
|
|
+ reg = <0x180000 0x7e80000>;
|
|
|
+ };
|
|
|
};
|
|
|
};
|