xref: /freebsd/sys/contrib/device-tree/Bindings/mtd/atmel-dataflash.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot* Atmel Data Flash
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible : "atmel,<model>", "atmel,<series>", "atmel,dataflash".
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel VadotThe device tree may optionally contain sub-nodes describing partitions of the
7*c66ec88fSEmmanuel Vadotaddress space. See partition.txt for more detail.
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel VadotExample:
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel Vadotflash@1 {
12*c66ec88fSEmmanuel Vadot	#address-cells = <1>;
13*c66ec88fSEmmanuel Vadot	#size-cells = <1>;
14*c66ec88fSEmmanuel Vadot	compatible = "atmel,at45db321d", "atmel,at45", "atmel,dataflash";
15*c66ec88fSEmmanuel Vadot	spi-max-frequency = <25000000>;
16*c66ec88fSEmmanuel Vadot	reg = <1>;
17*c66ec88fSEmmanuel Vadot};
18