blob: 61df425f14b1de36dfb28a81e755f8ce1fc0cd2d [file] [log] [blame]
Ley Foon Tan2c494e62019-04-03 13:45:02 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot additions
4 *
Siew Chin Limc87496a2020-12-24 18:21:11 +08005 * Copyright (C) 2019-2020 Intel Corporation <www.intel.com>
Ley Foon Tan2c494e62019-04-03 13:45:02 +08006 */
7
Siew Chin Limc87496a2020-12-24 18:21:11 +08008#include "socfpga_stratix10-u-boot.dtsi"
9
Ley Foon Tan2c494e62019-04-03 13:45:02 +080010/{
11 aliases {
12 spi0 = &qspi;
13 };
14};
15
Ley Foon Tandd72cbd2019-11-08 10:38:18 +080016&clkmgr {
17 u-boot,dm-pre-reloc;
18};
19
Ley Foon Tan2c494e62019-04-03 13:45:02 +080020&qspi {
21 status = "okay";
22 u-boot,dm-pre-reloc;
23};
24
25&flash0 {
26 compatible = "jedec,spi-nor";
27 spi-max-frequency = <100000000>;
28 spi-tx-bus-width = <4>;
29 spi-rx-bus-width = <4>;
30 u-boot,dm-pre-reloc;
31};
Ley Foon Tandd72cbd2019-11-08 10:38:18 +080032
33&sysmgr {
34 u-boot,dm-pre-reloc;
35};
Marek Vasutcf8c8362019-06-27 01:19:23 +020036
37&watchdog0 {
Chee Hong Ang2473e132020-08-06 12:15:33 +080038 status = "okay";
Marek Vasutcf8c8362019-06-27 01:19:23 +020039 u-boot,dm-pre-reloc;
40};