mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
30 lines
343 B
Text
30 lines
343 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Copyright (c) 2019 MediaTek Inc.
|
||
|
* Author: Sam Shih <sam.shih@mediatek.com>
|
||
|
*/
|
||
|
|
||
|
&topckgen {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&pericfg {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&apmixedsys {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&timer0 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&uart0 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&snfi {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|