Back to home page

OSCL-LXR

 
 

    


0001 M-Systems and Sandisk DiskOnChip devices
0002 
0003 M-System DiskOnChip G3
0004 ======================
0005 The Sandisk (formerly M-Systems) docg3 is a nand device of 64M to 256MB.
0006 
0007 Required properties:
0008  - compatible: should be "m-systems,diskonchip-g3"
0009  - reg: register base and size
0010 
0011 Example:
0012         docg3: flash@0 {
0013                 compatible = "m-systems,diskonchip-g3";
0014                 reg = <0x0 0x2000>;
0015         };