Chris Packham | 4db944a | 2019-04-11 22:22:53 +1200 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| 2 | |
| 3 | &uart0 { |
| 4 | u-boot,dm-pre-reloc; |
| 5 | }; |
| 6 | |
| 7 | &nand_controller { |
Pali Rohár | 204b870 | 2022-07-27 14:47:35 +0200 | [diff] [blame] | 8 | compatible="marvell,armada370-nand-controller"; |
Chris Packham | 4db944a | 2019-04-11 22:22:53 +1200 | [diff] [blame] | 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 | }; |