blob: ddc08a4bcef998d5d7cca142cbef207588720cf4 [file] [log] [blame]
Chia-Wei Wang1c7ed532024-09-10 17:39:16 +08001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2
3/ {
4 cpus {
5 bootph-all;
6 };
7
8 memory@80000000 {
9 bootph-all;
10 };
11
12 soc0: soc@12000000 {
13 bootph-all;
14
15 sdrammc: sdrammc@12c00000 {
16 bootph-all;
17 };
18
19 syscon0: syscon@12c02000 {
20 bootph-all;
21 };
22 };
23
24 soc1: soc@14000000 {
25 bootph-all;
26
27 syscon1: syscon@14c02000 {
28 bootph-all;
29 };
30
31 uart12: serial@14c33b00 {
32 bootph-all;
33 };
34
35 ast_ibex_timer: timer {
36 bootph-all;
37 };
38 };
39
40};