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>;
|
||
|
};
|