blob: 75a29045da380f1f9e8b28f12e109888952537f4 [file] [log] [blame]
Ley Foon Tan2c494e62019-04-03 13:45:02 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot additions
4 *
Dinesh Maniyam5474fb82022-05-31 16:15:17 +08005 * Copyright (C) 2019-2022 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;
Dinesh Maniyam5474fb82022-05-31 16:15:17 +080013 freeze_br0 = &freeze_controller;
14 };
15
16 soc {
17 freeze_controller: freeze_controller@f9000450 {
18 compatible = "altr,freeze-bridge-controller";
19 reg = <0xf9000450 0x00000010>;
20 status = "disabled";
21 };
Ley Foon Tan2c494e62019-04-03 13:45:02 +080022 };
23};
24
Ley Foon Tandd72cbd2019-11-08 10:38:18 +080025&clkmgr {
26 u-boot,dm-pre-reloc;
27};
28
Ley Foon Tan2c494e62019-04-03 13:45:02 +080029&qspi {
30 status = "okay";
31 u-boot,dm-pre-reloc;
32};
33
34&flash0 {
35 compatible = "jedec,spi-nor";
36 spi-max-frequency = <100000000>;
37 spi-tx-bus-width = <4>;
38 spi-rx-bus-width = <4>;
39 u-boot,dm-pre-reloc;
40};
Ley Foon Tandd72cbd2019-11-08 10:38:18 +080041
42&sysmgr {
43 u-boot,dm-pre-reloc;
44};
Marek Vasutcf8c8362019-06-27 01:19:23 +020045
46&watchdog0 {
Chee Hong Ang2473e132020-08-06 12:15:33 +080047 status = "okay";
Marek Vasutcf8c8362019-06-27 01:19:23 +020048 u-boot,dm-pre-reloc;
49};