diskonchip.txt 361 B

123456789101112131415
  1. M-Systems and Sandisk DiskOnChip devices
  2. M-System DiskOnChip G3
  3. ======================
  4. The Sandisk (formerly M-Systems) docg3 is a nand device of 64M to 256MB.
  5. Required properties:
  6. - compatible: should be "m-systems,diskonchip-g3"
  7. - reg: register base and size
  8. Example:
  9. docg3: flash@0 {
  10. compatible = "m-systems,diskonchip-g3";
  11. reg = <0x0 0x2000>;
  12. };