blob: 2400fad18a9c529bd81167d22a81c29a9d6bba34 [file] [log] [blame]
Ley Foon Tand89a1192019-11-27 15:55:30 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot additions
4 *
Dinesh Maniyam4b650ce2022-05-31 16:05:56 +08005 * Copyright (C) 2019-2022 Intel Corporation <www.intel.com>
Ley Foon Tand89a1192019-11-27 15:55:30 +08006 */
7
8#include "socfpga_agilex-u-boot.dtsi"
9
10/{
11 aliases {
12 spi0 = &qspi;
13 i2c0 = &i2c1;
Dinesh Maniyam4b650ce2022-05-31 16:05:56 +080014 freeze_br0 = &freeze_controller;
15 };
16
17 soc {
18 freeze_controller: freeze_controller@f9000450 {
19 compatible = "altr,freeze-bridge-controller";
20 reg = <0xf9000450 0x00000010>;
21 status = "disabled";
22 };
Ley Foon Tand89a1192019-11-27 15:55:30 +080023 };
24
25 memory {
26 /* 8GB */
27 reg = <0 0x00000000 0 0x80000000>,
28 <2 0x80000000 1 0x80000000>;
29 };
30};
31
32&flash0 {
33 compatible = "jedec,spi-nor";
34 spi-tx-bus-width = <4>;
35 spi-rx-bus-width = <4>;
36 u-boot,dm-pre-reloc;
37};
38
39&i2c1 {
40 status = "okay";
41};
42
43&mmc {
44 drvsel = <3>;
45 smplsel = <0>;
46 u-boot,dm-pre-reloc;
47};
48
Ley Foon Tan5db49e62020-03-31 08:45:25 +080049&qspi {
50 status = "okay";
51};
Chee Hong Ang346431c2020-08-06 12:15:33 +080052
53&watchdog0 {
54 u-boot,dm-pre-reloc;
55};