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
/
imx6qdl-u-boot.dtsi
1
// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
4
*/
5
6
/ {
7
aliases {
8
usb0 = &usbotg;
9
video0 = &ipu1;
10
};
11
12
soc {
13
u-boot,dm-spl;
14
u-boot,dm-pre-reloc;
15
16
aips-bus@2000000 {
17
u-boot,dm-spl;
18
spba-bus@2000000 {
19
u-boot,dm-spl;
20
};
21
};
22
23
aips-bus@2100000 {
24
u-boot,dm-spl;
25
};
26
};
27
};
28
29
&gpio1 {
30
u-boot,dm-spl;
31
};
32
33
&iomuxc {
34
u-boot,dm-spl;
35
};
36
37
&ipu1 {
38
u-boot,dm-pre-reloc;
39
};