14 lines
240 B
Plaintext
14 lines
240 B
Plaintext
|
/*
|
||
|
* Device Tree Source extras for U-Boot on RCar R8A77965 SoC
|
||
|
*
|
||
|
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0
|
||
|
*/
|
||
|
|
||
|
#include "r8a779x-u-boot.dtsi"
|
||
|
|
||
|
&extalr_clk {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|