Files
RaspberryAndroidMod/android13/device/brcm/rpi4-kernelsu-patch0.8.0/overlays/.rpi-ft5406.dtbo.dts.tmp

29 lines
848 B
Plaintext

# 1 "/home/rdkartono/raspberry-vanilla/kernelsu-5.15-07062024/common/arch/arm64/boot/dts/overlays/rpi-ft5406-overlay.dts"
# 1 "<built-in>" 1
# 1 "/home/rdkartono/raspberry-vanilla/kernelsu-5.15-07062024/common/arch/arm64/boot/dts/overlays/rpi-ft5406-overlay.dts" 2
/dts-v1/;
/plugin/;
/ {
compatible = "brcm,bcm2835";
fragment@0 {
target-path = "/soc/firmware";
__overlay__ {
ts: touchscreen {
compatible = "raspberrypi,firmware-ts";
touchscreen-size-x = <800>;
touchscreen-size-y = <480>;
};
};
};
__overrides__ {
touchscreen-size-x = <&ts>,"touchscreen-size-x:0";
touchscreen-size-y = <&ts>,"touchscreen-size-y:0";
touchscreen-inverted-x = <&ts>,"touchscreen-inverted-x?";
touchscreen-inverted-y = <&ts>,"touchscreen-inverted-y?";
touchscreen-swapped-x-y = <&ts>,"touchscreen-swapped-x-y?";
};
};