Back to home page

OSCL-LXR

 
 

    


0001 * Atmel Data Flash
0002 
0003 Required properties:
0004 - compatible : "atmel,<model>", "atmel,<series>", "atmel,dataflash".
0005 
0006 The device tree may optionally contain sub-nodes describing partitions of the
0007 address space. See partition.txt for more detail.
0008 
0009 Example:
0010 
0011 flash@1 {
0012         #address-cells = <1>;
0013         #size-cells = <1>;
0014         compatible = "atmel,at45db321d", "atmel,at45", "atmel,dataflash";
0015         spi-max-frequency = <25000000>;
0016         reg = <1>;
0017 };