blob: a8167e5c14a92ff5170f38d2ad705cd1223a989a [file] [log] [blame]
Jit Loon Lim386fca62024-03-12 22:01:03 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot additions
4 *
5 * Copyright (C) 2024 Intel Corporation <www.intel.com>
6 */
7
8#include "socfpga_soc64_fit-u-boot.dtsi"
9
10/{
11 memory {
12 #address-cells = <2>;
13 #size-cells = <2>;
14 bootph-all;
15 };
16};
17
18&clkmgr {
19 bootph-all;
20};
21
22&i2c0 {
23 reset-names = "i2c";
24};
25
26&i2c1 {
27 reset-names = "i2c";
28};
29
30&i2c2 {
31 reset-names = "i2c";
32};
33
34&i2c3 {
35 reset-names = "i2c";
36};
37
38&mmc {
39 resets = <&rst SDMMC_RESET>, <&rst SDMMC_OCP_RESET>;
40};
41
42&porta {
43 bank-name = "porta";
44};
45
46&portb {
47 bank-name = "portb";
48};
49
50&qspi {
51 bootph-all;
52};
53
54&rst {
55 compatible = "altr,rst-mgr";
56 altr,modrst-offset = <0x24>;
57 bootph-all;
58};
59
60&sysmgr {
61 compatible = "altr,sys-mgr", "syscon";
62 bootph-all;
63};
64
65&uart0 {
66 bootph-all;
67};
68
69&watchdog0 {
70 bootph-all;
71};