blob: ef0df7697628d4bf58338f52580e02533d212ce0 [file] [log] [blame]
Ley Foon Tan2f59cf12019-04-03 13:45:02 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot additions
4 *
Dinesh Maniyam9b6cc952022-05-31 16:15:17 +08005 * Copyright (C) 2019-2022 Intel Corporation <www.intel.com>
Ley Foon Tan2f59cf12019-04-03 13:45:02 +08006 */
7
Siew Chin Lim9fe3a012020-12-24 18:21:11 +08008#include "socfpga_stratix10-u-boot.dtsi"
9
Ley Foon Tan2f59cf12019-04-03 13:45:02 +080010/{
11 aliases {
12 spi0 = &qspi;
Dinesh Maniyam9b6cc952022-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 Tan2f59cf12019-04-03 13:45:02 +080022 };
23};
24
Ley Foon Tana217c122019-11-08 10:38:18 +080025&clkmgr {
Simon Glassd3a98cb2023-02-13 08:56:33 -070026 bootph-all;
Ley Foon Tana217c122019-11-08 10:38:18 +080027};
28
Ley Foon Tan2f59cf12019-04-03 13:45:02 +080029&qspi {
30 status = "okay";
Simon Glassd3a98cb2023-02-13 08:56:33 -070031 bootph-all;
Ley Foon Tan2f59cf12019-04-03 13:45:02 +080032};
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>;
Simon Glassd3a98cb2023-02-13 08:56:33 -070039 bootph-all;
Ley Foon Tan2f59cf12019-04-03 13:45:02 +080040};
Ley Foon Tana217c122019-11-08 10:38:18 +080041
42&sysmgr {
Simon Glassd3a98cb2023-02-13 08:56:33 -070043 bootph-all;
Ley Foon Tana217c122019-11-08 10:38:18 +080044};
Marek Vasut8655f672019-06-27 01:19:23 +020045
46&watchdog0 {
Chee Hong Ang346431c2020-08-06 12:15:33 +080047 status = "okay";
Simon Glassd3a98cb2023-02-13 08:56:33 -070048 bootph-all;
Marek Vasut8655f672019-06-27 01:19:23 +020049};