xref: /linux/scripts/dtc/include-prefixes/arm/broadcom/bcm5301x-nand-cs0-bch8.dtsi (revision cdd5b5a9761fd66d17586e4f4ba6588c70e640ea)
1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2/*
3 * Broadcom BCM470X / BCM5301X Nand chip defaults.
4 *
5 * This should be included if the NAND controller is on chip select 0
6 * and uses 8 bit ECC.
7 *
8 * Copyright (C) 2015 Hauke Mehrtens <hauke@hauke-m.de>
9 */
10
11#include "bcm5301x-nand-cs0.dtsi"
12
13&nandcs {
14	nand-ecc-algo = "bch";
15	nand-ecc-strength = <8>;
16	nand-ecc-step-size = <512>;
17};
18