Brooklyn/arch/arm64/boot/dts/marvell/cn9130-db.dts

23 lines
495 B
Plaintext
Raw Normal View History

2021-05-27 00:09:36 +05:00
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (C) 2019 Marvell International Ltd.
*
* Device tree for the CN9130-DB board.
*/
2021-10-02 21:09:28 +05:00
#include "cn9130-db.dtsi"
2021-05-27 00:09:36 +05:00
/ {
2021-10-02 21:09:28 +05:00
model = "Marvell Armada CN9130-DB setup A";
2021-05-27 00:09:36 +05:00
};
2021-10-02 21:09:28 +05:00
/* Setup A has SPI1 flash as a boot device, while setup B uses NAND flash.
* Since CP0 SPI1 and CP0 NAND are sharing some pins, they cannot be activated
* simultaneously. When SPI controller is enabled, NAND should be disabled.
*/
2021-05-27 00:09:36 +05:00
&cp0_spi1 {
status = "okay";
};