| * Samsung S3C2410 and compatible NAND flash controller |
| - compatible : The possible values are: |
| - 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" |
| 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. |
| nand-controller@4e000000 { |
| compatible = "samsung,s3c2440-nand"; |
| clocks = <&clocks HCLK_NAND>; |
| compatible = "fixed-partitions"; |
| reg = <0x040000 0x500000>; |