mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

The White Hawk CPU board can be used standalone, without connecting it to the White Hawk BreakOut board. Add a DTS file for supporting this use case. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://lore.kernel.org/r/95ac53e7f2bc42402eb411ad7f64a66864a3de01.1706192990.git.geert+renesas@glider.be
14 lines
291 B
Plaintext
14 lines
291 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
/*
|
|
* Device Tree Source for the standalone R-Car V4H White Hawk CPU board
|
|
*
|
|
* Copyright (C) 2023 Glider bv
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "r8a779g0-white-hawk-cpu.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas White Hawk CPU board based on r8a779g0";
|
|
};
|