blob: dc20643bfa37b0725dc777a31ee383e1123f8cbd [file] [log] [blame]
Chris Packham4db944a2019-04-11 22:22:53 +12001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
Chris Packham4db944a2019-04-11 22:22:53 +12003&nand_controller {
Pali Rohár204b8702022-07-27 14:47:35 +02004 compatible="marvell,armada370-nand-controller";
Chris Packham4db944a2019-04-11 22:22:53 +12005 status = "okay";
6 label = "pxa3xx_nand-0";
7 nand-rb = <0>;
8 marvell,nand-keep-config;
9 nand-on-flash-bbt;
10 nand-ecc-strength = <4>;
11 nand-ecc-step-size = <512>;
12};
13
Pali Rohár5d4d1212022-08-03 13:00:51 +020014#include "mvebu-u-boot.dtsi"