Ashok Reddy Soma | 8bcf982 | 2022-11-16 07:11:53 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Xilinx Versal QSPI single DTS | ||||
4 | * | ||||
5 | * Copyright (C) 2018-2019 Xilinx, Inc. | ||||
6 | */ | ||||
7 | |||||
8 | #include "versal-mini-qspi.dtsi" | ||||
9 | |||||
10 | / { | ||||
11 | model = "Xilinx Versal MINI QSPI SINGLE"; | ||||
12 | }; | ||||
13 | |||||
14 | &flash0 { | ||||
15 | spi-rx-bus-width = <4>; | ||||
16 | }; |