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