]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/gnu/dts/arm/bcm5301x-nand-cs0-bch4.dtsi
Import CK as of commit 5221ae2f3722a78c7fc41e47069ad94983d3bccb.
[FreeBSD/FreeBSD.git] / sys / gnu / dts / arm / bcm5301x-nand-cs0-bch4.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /*
3  * Copyright 2016 Luxul Inc.
4  */
5
6 #include "bcm5301x-nand-cs0.dtsi"
7
8 &nandcs {
9         nand-ecc-algo = "bch";
10         nand-ecc-strength = <4>;
11         nand-ecc-step-size = <512>;
12 };