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
sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
mtd
/
diskonchip.txt
blob
3e13bfdbea5b834afbc494a1eb24daede7cfe951
1
M-Systems and Sandisk DiskOnChip devices
2
3
M-System DiskOnChip G3
4
======================
5
The Sandisk (formerly M-Systems) docg3 is a nand device of 64M to 256MB.
6
7
Required properties:
8
- compatible: should be "m-systems,diskonchip-g3"
9
- reg: register base and size
10
11
Example:
12
docg3: flash@0 {
13
compatible = "m-systems,diskonchip-g3";
14
reg = <0x0 0x2000>;
15
};