| // SPDX-License-Identifier: GPL-2.0 |
| * dts file for Xilinx Versal Mini QSPI Configuration |
| * (C) Copyright 2018-2019, Xilinx, Inc. |
| * Siva Durga Prasad Paladugu <siva.durga.prasad.paladugu@amd.com> |
| * Michal Simek <michal.simek@amd.com> |
| compatible = "xlnx,versal"; |
| model = "Xilinx Versal MINI QSPI"; |
| compatible = "fixed-clock"; |
| clock-frequency = <150000000>; |
| compatible = "simple-bus"; |
| compatible = "xlnx,versal-qspi-1.0"; |
| clock-names = "ref_clk", "pclk"; |
| reg = <0x0 0xf1030000 0x0 0x1000>; |
| clocks = <&clk150 &clk150>; |
| compatible = "n25q512a", "micron,m25p80", |
| spi-max-frequency = <20000000>; |
| stdout-path = "serial0:115200"; |
| reg = <0x0 0xfffc0000 0x0 0x40000>; |