Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/Documentation/devicetree/bindings/mtd/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  samsung-s3c2410.txt   Sprache: Text

 
* Samsung S3C2410 and compatible NAND flash controller

Required properties:
- compatible : The possible values are:
 "samsung,s3c2410-nand"
 "samsung,s3c2412-nand"
 "samsung,s3c2440-nand"
- reg : register's location and length.
- #address-cells, #size-cells : see nand-controller.yaml
- clocks : phandle to the nand controller clock
- clock-names : must contain "nand"

Optional child nodes:
Child nodes representing the available nand chips.

Optional child properties:
- nand-ecc-mode : see nand-controller.yaml
- nand-on-flash-bbt : see nand-controller.yaml

Each child device node may optionally contain a 'partitions' sub-node,
which further contains sub-nodes describing the flash partition mapping.
See mtd.yaml for more detail.

Example:

nand-controller@4e000000 {
 compatible = "samsung,s3c2440-nand";
 reg = <0x4e000000 0x40>;

 #address-cells = <1>;
        #size-cells = <0>;

 clocks = <&clocks HCLK_NAND>;
 clock-names = "nand";

 nand {
  nand-ecc-mode = "soft";
  nand-on-flash-bbt;

  partitions {
   compatible = "fixed-partitions";
   #address-cells = <1>;
   #size-cells = <1>;

   partition@0 {
    label = "u-boot";
    reg = <0 0x040000>;
   };

   partition@40000 {
    label = "kernel";
    reg = <0x040000 0x500000>;
   };
  };
 };
};

Messung V0.5
C=95 H=94 G=94

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.