Skip to content

boards: stm32n6570_dk: Add touch screen support #90279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2025

Conversation

erwango
Copy link
Member

@erwango erwango commented May 21, 2025

Configure touch screen on stm32n6570_dk.


pinctrl-0 = <&i2c2_scl_pd14 &i2c2_sda_pd4>;
pinctrl-names = "default";
status = "okay";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer the usual layout: first the properties then the subnode?

&i2c2 {
	status = "okay";
	pinctrl-0 = <&i2c2_scl_pd14 &i2c2_sda_pd4>;
	pinctrl-names = "default";
	clocks = <&rcc STM32_CLOCK(APB1, 22)>,
		 <&rcc STM32_SRC_CKPER I2C2_SEL(1)>;
	clock-frequency = <I2C_BITRATE_FAST>;

	gt911: gt911@5d {
		compatible = "goodix,gt911";
		reg = <0x5d>;
		reset-gpios = <&gpioe 4 GPIO_ACTIVE_LOW>;
	};
};

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Configure touch screen on stm32n6570_dk.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
Copy link

@erwango erwango assigned etienne-lms and unassigned erwango May 23, 2025
@kartben kartben merged commit 2e25820 into zephyrproject-rtos:main May 23, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: STM32 ST Micro STM32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants