1 * Atmel Data Flash 1 * Atmel Data Flash 2 2 3 Required properties: 3 Required properties: 4 - compatible : "atmel,<model>", "atmel,<series 4 - compatible : "atmel,<model>", "atmel,<series>", "atmel,dataflash". 5 5 6 The device tree may optionally contain sub-nod 6 The device tree may optionally contain sub-nodes describing partitions of the 7 address space. See partition.txt for more deta 7 address space. See partition.txt for more detail. 8 8 9 Example: 9 Example: 10 10 11 flash@1 { 11 flash@1 { 12 #address-cells = <1>; 12 #address-cells = <1>; 13 #size-cells = <1>; 13 #size-cells = <1>; 14 compatible = "atmel,at45db321d", "atme 14 compatible = "atmel,at45db321d", "atmel,at45", "atmel,dataflash"; 15 spi-max-frequency = <25000000>; 15 spi-max-frequency = <25000000>; 16 reg = <1>; 16 reg = <1>; 17 }; 17 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.