repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
arm
/
boot
/
dts
/
imx7d-colibri.dtsi
blob
219a0404a058c64fd1b4d809a015e5d8f1314953
1
// SPDX-License-Identifier: GPL-2.0+ OR MIT
2
/*
3
* Copyright 2016-2020 Toradex
4
*/
5
6
#include "imx7d.dtsi"
7
#include "imx7-colibri.dtsi"
8
9
/ {
10
memory@80000000 {
11
device_type = "memory";
12
reg = <0x80000000 0x20000000>;
13
};
14
};
15
16
&cpu1 {
17
cpu-supply = <®_DCDC2>;
18
};
19
20
&gpmi {
21
status = "okay";
22
};
23
24
&usbotg2 {
25
dr_mode = "host";
26
};