Ashok Reddy Soma | 0ecc45a | 2023-06-14 06:13:49 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Xilinx Versal NET QSPI single DTS | ||||
4 | * | ||||
5 | * (C) Copyright 2023, Advanced Micro Devices, Inc. | ||||
6 | */ | ||||
7 | |||||
8 | #include "versal-net-mini-qspi.dtsi" | ||||
9 | |||||
10 | / { | ||||
11 | model = "Xilinx Versal NET MINI QSPI SINGLE"; | ||||
12 | }; | ||||
13 | |||||
14 | &flash0 { | ||||
15 | spi-rx-bus-width = <4>; | ||||
16 | }; |