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
/
r8a779x-u-boot.dtsi
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Device Tree Source extras for U-Boot on RCar Gen3
4
*
5
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
6
*/
7
8
/ {
9
soc {
10
u-boot,dm-pre-reloc;
11
};
12
};
13
14
&cpg {
15
u-boot,dm-pre-reloc;
16
};
17
18
&extal_clk {
19
u-boot,dm-pre-reloc;
20
};
21
22
&prr {
23
u-boot,dm-pre-reloc;
24
};