mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 19:43:43 -04:00
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>
15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
* 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>;
|
|
};
|