diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-04-26 13:31:39 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-06-01 09:47:21 +0200 |
commit | 63e22517a39046d62b86ebf0f7fe6e0db575f339 (patch) | |
tree | 2e2a7eef8d9ca9b07a0fa7669e285dbe1916d380 /arch/arm/dts | |
parent | 031fa18f70c38fe53a90f6ab4a1a441bf1a78280 (diff) |
ARM: renesas: Add R8A77990 E3 Ebisu board
Add support for the R8A77990 Ebisu board.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/r8a77990-ebisu-u-boot.dts | 10 | ||||
-rw-r--r-- | arch/arm/dts/r8a77990-u-boot.dtsi | 9 |
2 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a77990-ebisu-u-boot.dts b/arch/arm/dts/r8a77990-ebisu-u-boot.dts new file mode 100644 index 0000000000..28bc497046 --- /dev/null +++ b/arch/arm/dts/r8a77990-ebisu-u-boot.dts @@ -0,0 +1,10 @@ +/* + * Device Tree Source extras for U-Boot for the Ebisu board + * + * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> + * + * SPDX-License-Identifier: GPL-2.0 + */ + +#include "r8a77990-ebisu.dts" +#include "r8a77990-u-boot.dtsi" diff --git a/arch/arm/dts/r8a77990-u-boot.dtsi b/arch/arm/dts/r8a77990-u-boot.dtsi new file mode 100644 index 0000000000..30a9f0b8ea --- /dev/null +++ b/arch/arm/dts/r8a77990-u-boot.dtsi @@ -0,0 +1,9 @@ +/* + * Device Tree Source extras for U-Boot on RCar R8A77990 SoC + * + * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> + * + * SPDX-License-Identifier: GPL-2.0 + */ + +#include "r8a779x-u-boot.dtsi" |