mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-23 07:31:27 +02:00
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
25 lines
268 B
Plaintext
25 lines
268 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree Source extras for U-Boot on RCar Gen3
|
|
*
|
|
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
|
*/
|
|
|
|
/ {
|
|
soc {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&cpg {
|
|
bootph-all;
|
|
};
|
|
|
|
&extal_clk {
|
|
bootph-all;
|
|
};
|
|
|
|
&prr {
|
|
bootph-all;
|
|
};
|