1b94e757cSShawn Guo* Atmel Data Flash
2b94e757cSShawn Guo
3b94e757cSShawn GuoRequired properties:
4b94e757cSShawn Guo- compatible : "atmel,<model>", "atmel,<series>", "atmel,dataflash".
5b94e757cSShawn Guo
683619ea0SJamie LentinThe device tree may optionally contain sub-nodes describing partitions of the
783619ea0SJamie Lentinaddress space. See partition.txt for more detail.
883619ea0SJamie Lentin
9b94e757cSShawn GuoExample:
10b94e757cSShawn Guo
11b94e757cSShawn Guoflash@1 {
12b94e757cSShawn Guo	#address-cells = <1>;
13b94e757cSShawn Guo	#size-cells = <1>;
14b94e757cSShawn Guo	compatible = "atmel,at45db321d", "atmel,at45", "atmel,dataflash";
15b94e757cSShawn Guo	spi-max-frequency = <25000000>;
16b94e757cSShawn Guo	reg = <1>;
17b94e757cSShawn Guo};
18