brintos

brintos / linux-shallow public Read only

0
0
Text · 361 B · 3e13bfd Raw
16 lines · plain
1M-Systems and Sandisk DiskOnChip devices2 3M-System DiskOnChip G34======================5The Sandisk (formerly M-Systems) docg3 is a nand device of 64M to 256MB.6 7Required properties:8 - compatible: should be "m-systems,diskonchip-g3"9 - reg: register base and size10 11Example:12	docg3: flash@0 {13		compatible = "m-systems,diskonchip-g3";14		reg = <0x0 0x2000>;15	};16