Part Number: AM625
Other Parts Discussed in Thread: PCA9554, PCA9555
Tool/software:
Hell TI Expert
We are porting gt911 touch on AM6254 ALW SDK 9.0.
May you guide device tree setting?
Do we have to define Pin muxing for MCU_GPIO0_10 and MCU_GPIO0_9?
Please kindly guide. Thanks.
We try below, but it does not work.
goodix_ts@5d {
compatible = "goodix,gt9xx";
reg = <0x5d>;
interrupt-parent = <&mcugpio0>;
//interrupts = <17 0x2008>;
//vdd_ana-supply = <&pm8226_l19>;
//vcc_i2c-supply = <&pm8226_lvs1>;
goodix,rst-gpio = <&mcugpio0 10 GPIO_ACTIVE_HIGH>;
goodix,irq-gpio = <&mcugpio0 9 GPIO_ACTIVE_LOW>;
}
Our connection interface:




