armbian-build/patch/kernel/archive/spacemit-6.18/overlay/k1-lcd.dts
Sven-Ola Tuecke 7c0d37997c OrangePi-RV2: Add overlay dtbo files
This is for use with fdtoverlays directive in extlinux.conf
to enabled different configs for the Opi rv2 pin headers

Signed-off-by: Sven-Ola Tuecke <sven-ola@gmx.de>
2026-02-19 22:10:34 -05:00

34 lines
489 B
Plaintext

/dts-v1/;
/plugin/;
// For Orange Pi RV2, but may work on other devices. Origin:
// https://github.com/orangepi-xunlong/linux-orangepi/tree/orange-pi-6.6-ky/arch/riscv/boot/dts/ky/overlay
/ {
compatible = "spacemit,k1-x";
fragment@0 {
target = <&dpu_online2_dsi>;
__overlay__ {
status = "okay";
};
};
fragment@1 {
target = <&dsi2>;
__overlay__ {
status = "okay";
};
};
fragment@2 {
target = <&touchscreen>;
__overlay__ {
status = "okay";
};
};
};