Back to home page

OSCL-LXR

 
 

    


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