atmel-dataflash.txt 418 B

1234567891011121314151617
  1. * Atmel Data Flash
  2. Required properties:
  3. - compatible : "atmel,<model>", "atmel,<series>", "atmel,dataflash".
  4. The device tree may optionally contain sub-nodes describing partitions of the
  5. address space. See partition.txt for more detail.
  6. Example:
  7. flash@1 {
  8. #address-cells = <1>;
  9. #size-cells = <1>;
  10. compatible = "atmel,at45db321d", "atmel,at45", "atmel,dataflash";
  11. spi-max-frequency = <25000000>;
  12. reg = <1>;
  13. };