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>
18 lines
310 B
Plaintext
18 lines
310 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 = <&uart8>;
|
|
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|