mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 15:00:40 +00:00

Factor out the parts on the White Hawk CPU board that are also present on the White Hawk Single board, so they can be reused when introducing support for the latter. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://lore.kernel.org/r/50676e7e9ac1c50ab450c030481f60ece4c3947e.1706192990.git.geert+renesas@glider.be
14 lines
351 B
Text
14 lines
351 B
Text
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
/*
|
|
* Device Tree Source for the R-Car V4H White Hawk CPU board
|
|
*
|
|
* Copyright (C) 2022 Renesas Electronics Corp.
|
|
*/
|
|
|
|
#include "r8a779g0.dtsi"
|
|
#include "white-hawk-cpu-common.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas White Hawk CPU board";
|
|
compatible = "renesas,white-hawk-cpu", "renesas,r8a779g0";
|
|
};
|