u-boot-brain/arch/arm/dts/r8a7790-stout-u-boot.dts
Marek Vasut 27d7f04a47 ARM: rmobile: Enable SCIFA0 early on H2 Stout
The H2 Stout uses SCIFA0 for serial console, make sure it is
available very early on when probing from DT.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2018-04-13 23:41:44 +02:00

15 lines
264 B
Plaintext

/*
* Device Tree Source extras for U-Boot for the Stout board
*
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0
*/
#include "r8a7790-stout.dts"
#include "r8a7790-u-boot.dtsi"
&scifa0 {
u-boot,dm-pre-reloc;
};