Used as external monitors for the Raspberry Pi via HDMI or DSI. Sample Device Tree Node
The 1024x600 resolution is the "WSVGA" standard, frequently chosen for its 17:10 aspect ratio.
&i2c1 gt9271: touchscreen@5d compatible = "goodix,gt9271"; reg = <0x5d>; interrupt-parent = <&gpio1>; interrupts = <18 2>; reset-gpios = <&gpio1 17 1>; irq-gpios = <&gpio1 18 0>; touchscreen-size-x = <1024>; touchscreen-size-y = <600>; ; ;