blob: 90cad85506d0acbeb7b164526ae9545bce545280 [file] [log] [blame]
Chris Packham4db944a2019-04-11 22:22:53 +12001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3&uart0 {
4 u-boot,dm-pre-reloc;
5};
6
7&nand_controller {
8 compatible="marvell,mvebu-pxa3xx-nand";
9 status = "okay";
10 label = "pxa3xx_nand-0";
11 nand-rb = <0>;
12 marvell,nand-keep-config;
13 nand-on-flash-bbt;
14 nand-ecc-strength = <4>;
15 nand-ecc-step-size = <512>;
16};
17
18&spi0 {
19 u-boot,dm-pre-reloc;
20
21 spi-flash@0 {
22 u-boot,dm-pre-reloc;
23 };
24};