Skip to content

Instantly share code, notes, and snippets.

@chenhn123
Created January 11, 2024 08:07
Show Gist options
  • Save chenhn123/6fe696fdccb009d6b91affb221062d12 to your computer and use it in GitHub Desktop.
Save chenhn123/6fe696fdccb009d6b91affb221062d12 to your computer and use it in GitHub Desktop.
weida dts sample
&i2c0 {
touchscreen@2c {
compatible = "hid-over-i2c";
reg = <0x2c>;
pinctrl-names = "default";
pinctrl-0 = <&touchscreen_pins>;
interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;
post-power-on-delay-ms = <200>;
hid-descr-addr = <0x0020>;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment