mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
30 lines
280 B
Text
30 lines
280 B
Text
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
/*
|
||
|
* Copyright 2022 NXP
|
||
|
*/
|
||
|
|
||
|
&{/soc} {
|
||
|
u-boot,dm-spl;
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&crypto {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&sec_jr0 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&sec_jr1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&sec_jr2 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&sec_jr3 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|