repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel-doc: fix new warnings in debugfs
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
mtd
/
atmel-dataflash.txt
blob
ef66ddd01da0e46db7aa70f4cafd2a6505284a5b
1
* Atmel Data Flash
2
3
Required properties:
4
- compatible : "atmel,<model>", "atmel,<series>", "atmel,dataflash".
5
6
Example:
7
8
flash@1 {
9
#address-cells = <1>;
10
#size-cells = <1>;
11
compatible = "atmel,at45db321d", "atmel,at45", "atmel,dataflash";
12
spi-max-frequency = <25000000>;
13
reg = <1>;
14
};