0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Copyright (C) 2020 Marvell International Ltd.
0004 *
0005 * Device tree for the CN9130-DB board (setup "B").
0006 */
0007
0008 #include "cn9130-db.dtsi"
0009
0010 / {
0011 model = "Marvell Armada CN9130-DB setup B";
0012 };
0013
0014 /* Setup B has NAND flash as a boot device, while regular setup uses SPI flash.
0015 * Since CP0 SPI1 and CP0 NAND are sharing some pins, they cannot be activated
0016 * simultaneously. When NAND controller is enabled, SPI1 should be disabled.
0017 */
0018
0019 &cp0_nand_controller {
0020 status = "okay";
0021 };
0022