mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
19 lines
216 B
Text
19 lines
216 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (C) 2020 Amit Singh Tomar <amittomer25@gmail.com>
|
||
|
*/
|
||
|
|
||
|
/{
|
||
|
soc {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&uart3 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&cmu {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|