blob: 3c0d843f35e616322834751355b59534ba024e31 [file] [log] [blame]
Fabien Parentdef2fc02019-03-24 16:46:38 +01001// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright (C) 2019 BayLibre, SAS
4 * Author: Fabien Parent <fparent@baylibre.com>
5 */
6
7&infracfg {
8 u-boot,dm-pre-reloc;
9};
10
11&topckgen_ {
12 u-boot,dm-pre-reloc;
13};
14
15&topckgen_cg {
16 u-boot,dm-pre-reloc;
17};
18
19&apmixedsys {
20 u-boot,dm-pre-reloc;
21};
22
23&uart0 {
24 u-boot,dm-pre-reloc;
25};