arm: dts: lx2160aqds: add MDIO slots
[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 &clkmgr {
15         u-boot,dm-pre-reloc;
16 };
17
18 &qspi {
19         status = "okay";
20         u-boot,dm-pre-reloc;
21 };
22
23 &flash0 {
24         compatible = "jedec,spi-nor";
25         spi-max-frequency = <100000000>;
26         spi-tx-bus-width = <4>;
27         spi-rx-bus-width = <4>;
28         u-boot,dm-pre-reloc;
29 };
30
31 &sysmgr {
32         u-boot,dm-pre-reloc;
33 };
34
35 &watchdog0 {
36         u-boot,dm-pre-reloc;
37 };