-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 326694 b: refs/heads/master c: 1e7ba63 h: refs/heads/master v: v3
- Loading branch information
Daniel Mack
authored and
Haojian Zhuang
committed
Aug 16, 2012
1 parent
87150cd
commit ce3a7b6
Showing
3 changed files
with
103 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 9020b7cc27439e23a0e993f79ef8632fea5e88d5 | ||
refs/heads/master: 1e7ba630d4aeabef8e022a4099b20ab9f660d37d |
31 changes: 31 additions & 0 deletions
31
trunk/Documentation/devicetree/bindings/mtd/pxa3xx-nand.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
PXA3xx NAND DT bindings | ||
|
||
Required properties: | ||
|
||
- compatible: Should be "marvell,pxa3xx-nand" | ||
- reg: The register base for the controller | ||
- interrupts: The interrupt to map | ||
- #address-cells: Set to <1> if the node includes partitions | ||
|
||
Optional properties: | ||
|
||
- marvell,nand-enable-arbiter: Set to enable the bus arbiter | ||
- marvell,nand-keep-config: Set to keep the NAND controller config as set | ||
by the bootloader | ||
- num-cs: Number of chipselect lines to usw | ||
|
||
Example: | ||
|
||
nand0: nand@43100000 { | ||
compatible = "marvell,pxa3xx-nand"; | ||
reg = <0x43100000 90>; | ||
interrupts = <45>; | ||
#address-cells = <1>; | ||
|
||
marvell,nand-enable-arbiter; | ||
marvell,nand-keep-config; | ||
num-cs = <1>; | ||
|
||
/* partitions (optional) */ | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters