xref: /freebsd-src/sys/contrib/device-tree/src/arm/broadcom/bcm5301x-nand-cs0-bch4.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2016 Luxul Inc.
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot#include "bcm5301x-nand-cs0.dtsi"
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot&nandcs {
9*f126890aSEmmanuel Vadot	nand-ecc-algo = "bch";
10*f126890aSEmmanuel Vadot	nand-ecc-strength = <4>;
11*f126890aSEmmanuel Vadot	nand-ecc-step-size = <512>;
12*f126890aSEmmanuel Vadot};
13