Ashok Reddy Soma | 7bd0591 | 2023-06-14 06:13:50 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Xilinx Versal NET OSPI single DTS | ||||
4 | * | ||||
5 | * (C) Copyright 2023, Advanced Micro Devices, Inc. | ||||
6 | * | ||||
7 | * Michal Simek <michal.simek@amd.com> | ||||
8 | * Ashok Reddy Soma <ashok.reddy.soma@amd.com> | ||||
9 | */ | ||||
10 | |||||
11 | #include "versal-net-mini-ospi.dtsi" | ||||
12 | |||||
13 | / { | ||||
14 | model = "Xilinx Versal NET MINI OSPI SINGLE"; | ||||
15 | }; | ||||
16 | |||||
17 | &flash0 { | ||||
18 | spi-rx-bus-width = <8>; | ||||
19 | }; |