Chia-Wei Wang | 1c7ed53 | 2024-09-10 17:39:16 +0800 | [diff] [blame] | 1 | // 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 | }; |