arm: dts: Stratix10: Add QSPI node
[oweals/u-boot.git] / arch / arm / dts / socfpga_stratix10_socdk-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * U-Boot additions
4  *
5  * Copyright (C) 2019 Intel Corporation <www.intel.com>
6  */
7
8 /{
9         aliases {
10                 spi0 = &qspi;
11         };
12 };
13
14 &qspi {
15         status = "okay";
16         u-boot,dm-pre-reloc;
17 };
18
19 &flash0 {
20         compatible = "jedec,spi-nor";
21         spi-max-frequency = <100000000>;
22         spi-tx-bus-width = <4>;
23         spi-rx-bus-width = <4>;
24         u-boot,dm-pre-reloc;
25 };