mxc-nand.txt 401 B

12345678910111213141516171819
  1. * Freescale's mxc_nand
  2. Required properties:
  3. - compatible: "fsl,imxXX-nand"
  4. - reg: address range of the nfc block
  5. - interrupts: irq to be used
  6. - nand-bus-width: see nand.txt
  7. - nand-ecc-mode: see nand.txt
  8. - nand-on-flash-bbt: see nand.txt
  9. Example:
  10. nand@d8000000 {
  11. compatible = "fsl,imx27-nand";
  12. reg = <0xd8000000 0x1000>;
  13. interrupts = <29>;
  14. nand-bus-width = <8>;
  15. nand-ecc-mode = "hw";
  16. };