-
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.
mtd: dataflash: add device tree probe support
It adds device tree probe support for mtd_dataflash driver. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
- Loading branch information
Shawn Guo
authored and
Artem Bityutskiy
committed
Sep 11, 2011
1 parent
f3c8cfc
commit b94e757
Showing
2 changed files
with
30 additions
and
2 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 |
---|---|---|
@@ -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