Mark Kettenis | 6034c91 | 2022-01-10 20:58:43 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
2 | |||||
3 | &serial0 { | ||||
4 | u-boot,dm-pre-reloc; | ||||
5 | }; | ||||
6 | |||||
7 | &pmgr { | ||||
8 | u-boot,dm-pre-reloc; | ||||
9 | }; | ||||
10 | |||||
11 | &ps_sio_busif { | ||||
12 | u-boot,dm-pre-reloc; | ||||
13 | }; | ||||
14 | |||||
15 | &ps_sio { | ||||
16 | u-boot,dm-pre-reloc; | ||||
17 | }; | ||||
18 | |||||
19 | &ps_uart_p { | ||||
20 | u-boot,dm-pre-reloc; | ||||
21 | }; | ||||
22 | |||||
23 | &ps_uart0 { | ||||
24 | u-boot,dm-pre-reloc; | ||||
25 | }; |