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>
34 lines
489 B
Plaintext
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";
|
|
};
|
|
};
|
|
};
|