]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - arch/arm/boot/dts/bcm5301x-nand-cs0-bch1.dtsi
ARM: dts: bcm283x: Add VEC node in bcm283x.dtsi
[mirror_ubuntu-zesty-kernel.git] / arch / arm / boot / dts / bcm5301x-nand-cs0-bch1.dtsi
1 /*
2 * Broadcom Northstar NAND.
3 *
4 * Copyright (C) 2016 Rafał Miłecki <rafal.milecki@gmail.com>
5 *
6 * Licensed under the ISC license.
7 */
8
9 #include "bcm5301x-nand-cs0.dtsi"
10
11 &nandcs {
12 nand-ecc-algo = "bch";
13 nand-ecc-strength = <1>;
14 nand-ecc-step-size = <512>;
15 };