projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARM: dts: synquacer: Add device trees for DeveloperBox
[platform/kernel/u-boot.git]
/
arch
/
arm
/
dts
/
imx7ulp-uboot.dtsi
1
/*
2
* Copyright 2015-2016 Freescale Semiconductor, Inc.
3
*
4
* This program is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License version 2 as
6
* published by the Free Software Foundation.
7
*/
8
9
&soc {
10
u-boot,dm-pre-reloc;
11
};
12
13
&ahbbridge0 {
14
u-boot,dm-pre-reloc;
15
};
16
17
&ahbbridge1 {
18
u-boot,dm-pre-reloc;
19
};
20
21
&iomuxc {
22
u-boot,dm-pre-reloc;
23
};
24
25
&iomuxc1 {
26
u-boot,dm-pre-reloc;
27
};
28
29
&lpuart4 {
30
u-boot,dm-pre-reloc;
31
};
32
33
&lpuart5 {
34
u-boot,dm-pre-reloc;
35
};
36
37
&lpuart6 {
38
u-boot,dm-pre-reloc;
39
};
40
41
&lpuart7 {
42
u-boot,dm-pre-reloc;
43
};