blob: 1889a4db5b7c47ed1f4908dc785a2c87abff9c57 [file] [log] [blame]
Shawn Guob94e7572011-07-15 16:38:56 +08001* Atmel Data Flash
2
3Required properties:
4- compatible : "atmel,<model>", "atmel,<series>", "atmel,dataflash".
5
Jamie Lentin83619ea2012-03-27 22:54:15 +01006The device tree may optionally contain sub-nodes describing partitions of the
7address space. See partition.txt for more detail.
8
Shawn Guob94e7572011-07-15 16:38:56 +08009Example:
10
11flash@1 {
12 #address-cells = <1>;
13 #size-cells = <1>;
14 compatible = "atmel,at45db321d", "atmel,at45", "atmel,dataflash";
15 spi-max-frequency = <25000000>;
16 reg = <1>;
17};