-
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.
- Loading branch information
Shawn Guo
authored and
Artem Bityutskiy
committed
Sep 11, 2011
1 parent
44b62ff
commit 1461d2d
Showing
3 changed files
with
31 additions
and
3 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: f3c8cfc237927cc095e8bcb1e3794cfa76390bab | ||
refs/heads/master: b94e757c4b3aafa52f8b82efed8660427a8d2880 |
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/devicetree/bindings/mtd/atmel-dataflash.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,14 @@ | ||
* Atmel Data Flash | ||
|
||
Required properties: | ||
- compatible : "atmel,<model>", "atmel,<series>", "atmel,dataflash". | ||
|
||
Example: | ||
|
||
flash@1 { | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
compatible = "atmel,at45db321d", "atmel,at45", "atmel,dataflash"; | ||
spi-max-frequency = <25000000>; | ||
reg = <1>; | ||
}; |
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