mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 15:14:52 +00:00

Add device tree overlay for the WolfVision PF5 Visualizer display. Since there shall be additional variants of the WolfVision PF5 display in future, move common definitions to a device tree include file. Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net> Link: https://lore.kernel.org/r/20240412-feature-wolfvision-pf5-display-v1-1-f032f32dba1a@wolfvision.net Signed-off-by: Heiko Stuebner <heiko@sntech.de>
18 lines
342 B
Plaintext
18 lines
342 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
|
|
/*
|
|
* Device tree overlay for the WolfVision PF5 Visualizer display.
|
|
*
|
|
* Copyright (C) 2024 WolfVision GmbH.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "rk3568-wolfvision-pf5-display.dtsi"
|
|
|
|
&st7789 {
|
|
compatible = "jasonic,jt240mhqs-hwt-ek-e3",
|
|
"sitronix,st7789v";
|
|
rotation = <270>;
|
|
};
|