Add documentation for the sandisk docg3 chip. Signed-off-by: Robert Jarzmik <robert.jarzmik@xxxxxxx> Cc: devicetree@xxxxxxxxxxxxxxx --- Documentation/devicetree/bindings/mtd/docg3.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/mtd/docg3.txt diff --git a/Documentation/devicetree/bindings/mtd/docg3.txt b/Documentation/devicetree/bindings/mtd/docg3.txt new file mode 100644 index 0000000..3fcc163 --- /dev/null +++ b/Documentation/devicetree/bindings/mtd/docg3.txt @@ -0,0 +1,14 @@ +Sandisk docg3 device +==================== + +The Sandisk (former MSystems) docg3 is a nand device of 64M to 256MB. + +Required properties: + - compatible: Should be "sandisk,docg3" + - reg: register base and size + +Example: + docg3 { + compatible = "sandisk,docg3"; + reg = <0x0 0x2000>; + }; -- 2.0.0.rc2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html