Merge tag 'v5.15.57' into rpi-5.15.y
[platform/kernel/linux-rpi.git] / arch / arm / boot / dts / overlays / rpi-ft5406-overlay.dts
1 /dts-v1/;
2 /plugin/;
3
4 / {
5         compatible = "brcm,bcm2835";
6
7         fragment@0 {
8                 target-path = "/soc/firmware";
9                 __overlay__ {
10                         ts: touchscreen {
11                                 compatible = "raspberrypi,firmware-ts";
12                                 touchscreen-size-x = <800>;
13                                 touchscreen-size-y = <480>;
14                         };
15                 };
16         };
17
18         __overrides__ {
19                 touchscreen-size-x = <&ts>,"touchscreen-size-x:0";
20                 touchscreen-size-y = <&ts>,"touchscreen-size-y:0";
21                 touchscreen-inverted-x = <&ts>,"touchscreen-inverted-x?";
22                 touchscreen-inverted-y = <&ts>,"touchscreen-inverted-y?";
23                 touchscreen-swapped-x-y = <&ts>,"touchscreen-swapped-x-y?";
24         };
25 };