Skip to content
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

boards: lilygo: tdongle_s3: initial support #87493

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stefan-golinschi
Copy link

This adds support for Lilygo T Dongle S3 Board.

This adds support for Lilygo T Dongle S3 Board.

Signed-off-by: Stefan Golinschi <[email protected]>
pinmux = <UART0_TX_GPIO43>;
output-high;
};
group2 {
Copy link
Collaborator

Choose a reason for hiding this comment

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

newline gap between nodes

pinmux = <SPIM2_SCLK_GPIO5>,
<SPIM2_CSEL_GPIO4>,
<SPIM2_MOSI_GPIO3>;

Copy link
Collaborator

Choose a reason for hiding this comment

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

empty newline to go

label = "BOOT Button";
zephyr,code = <INPUT_KEY_0>;
};
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.

status goes above node, and needs spaces around =


buttons {
compatible = "gpio-keys";
button0: button_0 {
Copy link
Collaborator

Choose a reason for hiding this comment

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

newline

max-bus-freq = <52000000>;
bus-width = <4>;
status = "okay";
mmc {
Copy link
Collaborator

Choose a reason for hiding this comment

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

newline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants