-
Notifications
You must be signed in to change notification settings - Fork 702
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boot: zephyr: boards: add support for M5stack CoreS3/CoreS3SE
Add m5stack_cores3/esp32s3/procpu and m5stack_cores3/esp32s3/procpu/se board targets. Adds an overlay to disable devices that cause dependency conflicts. Signed-off-by: TOKITA Hiroshi <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* Copyright (c) 2024 TOKITA Hiroshi <[email protected]> | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&aw9523b { | ||
status = "disabled"; | ||
}; | ||
|
||
&aw9523b_gpio { | ||
status = "disabled"; | ||
}; | ||
|
||
&ft6336_touch { | ||
status = "disabled"; | ||
}; |
17 changes: 17 additions & 0 deletions
17
boot/zephyr/boards/m5stack_cores3_esp32s3_procpu_se.overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
* Copyright (c) 2024 TOKITA Hiroshi <[email protected]> | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
&aw9523b { | ||
status = "disabled"; | ||
}; | ||
|
||
&aw9523b_gpio { | ||
status = "disabled"; | ||
}; | ||
|
||
&ft6336_touch { | ||
status = "disabled"; | ||
}; |