Gaurav Jain | 119c700 | 2022-06-23 16:31:35 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
2 | /* | ||||
3 | * Copyright 2022 NXP | ||||
4 | */ | ||||
5 | |||||
6 | &{/soc} { | ||||
7 | u-boot,dm-spl; | ||||
8 | u-boot,dm-pre-reloc; | ||||
9 | }; | ||||
10 | |||||
11 | &crypto { | ||||
12 | u-boot,dm-spl; | ||||
13 | }; | ||||
14 | |||||
15 | &sec_jr0 { | ||||
16 | u-boot,dm-spl; | ||||
17 | }; | ||||
18 | |||||
19 | &sec_jr1 { | ||||
20 | u-boot,dm-spl; | ||||
21 | }; | ||||
22 | |||||
23 | &sec_jr2 { | ||||
24 | u-boot,dm-spl; | ||||
25 | }; | ||||
26 | |||||
27 | &sec_jr3 { | ||||
28 | u-boot,dm-spl; | ||||
29 | }; |