blob: ddc08a4bcef998d5d7cca142cbef207588720cf4 (
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
|
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/ {
cpus {
bootph-all;
};
memory@80000000 {
bootph-all;
};
soc0: soc@12000000 {
bootph-all;
sdrammc: sdrammc@12c00000 {
bootph-all;
};
syscon0: syscon@12c02000 {
bootph-all;
};
};
soc1: soc@14000000 {
bootph-all;
syscon1: syscon@14c02000 {
bootph-all;
};
uart12: serial@14c33b00 {
bootph-all;
};
ast_ibex_timer: timer {
bootph-all;
};
};
};
|