blob: dc20643bfa37b0725dc777a31ee383e1123f8cbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
&nand_controller {
compatible="marvell,armada370-nand-controller";
status = "okay";
label = "pxa3xx_nand-0";
nand-rb = <0>;
marvell,nand-keep-config;
nand-on-flash-bbt;
nand-ecc-strength = <4>;
nand-ecc-step-size = <512>;
};
#include "mvebu-u-boot.dtsi"
|