-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
base: main
Are you sure you want to change the base?
boards: lilygo: tdongle_s3: initial support #87493
Conversation
This adds support for Lilygo T Dongle S3 Board. Signed-off-by: Stefan Golinschi <[email protected]>
pinmux = <UART0_TX_GPIO43>; | ||
output-high; | ||
}; | ||
group2 { |
There was a problem hiding this comment.
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>; | ||
|
There was a problem hiding this comment.
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"; |
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newline
This adds support for Lilygo T Dongle S3 Board.