mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 06:39:05 +00:00

Move the common parts for the Renesas Draak board to draak.dtsi, to avoid future duplication of board descriptions. Change a reference in a comment from "r8a77995" to "R-Car D3(e)", to prepare for the advent of "R-Car D3e". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://lore.kernel.org/r/32618abb48004793f2e030d29b3a038edc05f136.1628766192.git.geert+renesas@glider.be
17 lines
356 B
Plaintext
17 lines
356 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree Source for the Draak board with R-Car D3
|
|
*
|
|
* Copyright (C) 2016-2018 Renesas Electronics Corp.
|
|
* Copyright (C) 2017 Glider bvba
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "r8a77995.dtsi"
|
|
#include "draak.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas Draak board based on r8a77995";
|
|
compatible = "renesas,draak", "renesas,r8a77995";
|
|
};
|