summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/th1520-u-boot.dtsi
blob: 45ffccbb847735e42671c5c07ca3136c4f4a2736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2025 Yao Zi <[email protected]>
 */

&{/soc} {
	ddrc: ddrc@fffd000000 {
		compatible = "thead,th1520-ddrc";
		reg = <0xff 0xfd000000 0x0 0x1000000>,
		      <0xff 0xfe000000 0x0 0x1000000>,
		      <0xff 0xff000000 0x0 0x4000>,
		      <0xff 0xff005000 0x0 0x1000>;
		reg-names = "phy-0", "phy-1", "ctrl", "sys";
		bootph-pre-ram;
	};
};

&cpus {
	bootph-pre-ram;
};

&c910_0 {
	bootph-pre-ram;
};

&c910_1 {
	bootph-pre-ram;
};

&c910_2 {
	bootph-pre-ram;
};

&c910_3 {
	bootph-pre-ram;
};

&clint {
	bootph-pre-ram;
};

&uart0 {
	bootph-pre-ram;
};