blob: 1f2e6377afc3177baea15dd893370914126aaad2 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2019 Marvell International Ltd.
4 *
5 * Device tree for the CN9132-DB board.
6 */
7
8#include "cn9132-db.dtsi"
9
10/ {
11 model = "Marvell Armada CN9132-DB setup A";
12};
13
14/* Setup A has SPI1 flash as a boot device, while setup B uses NAND flash.
15 * Since CP0 SPI1 and CP0 NAND are sharing some pins, they cannot be activated
16 * simultaneously. When SPI controller is enabled, NAND should be disabled.
17 */
18
19&cp0_spi1 {
20 status = "okay";
21};
22