blob: d10781e36f54e85aaf5edc65a51862f3caf6de90 [file] [log] [blame]
Hauke Mehrtens9faa5962015-05-29 23:39:47 +02001/*
2 * Broadcom BCM470X / BCM5301X Nand chip defaults.
3 *
4 * This should be included if the NAND controller is on chip select 0
5 * and uses 8 bit ECC.
6 *
7 * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de>
8 *
9 * Licensed under the GNU/GPL. See COPYING for details.
10 */
11
12/ {
13 nand@18028000 {
14 nandcs@0 {
15 compatible = "brcm,nandcs";
16 reg = <0>;
17 #address-cells = <1>;
18 #size-cells = <1>;
19
20 nand-ecc-strength = <8>;
21 nand-ecc-step-size = <512>;
22 };
23 };
24};