Skip to content

Commit 95773ed

Browse files
soburinordicjm
authored andcommitted
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]>
1 parent bc4478c commit 95773ed

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2024 TOKITA Hiroshi <[email protected]>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&aw9523b {
8+
status = "disabled";
9+
};
10+
11+
&aw9523b_gpio {
12+
status = "disabled";
13+
};
14+
15+
&ft6336_touch {
16+
status = "disabled";
17+
};
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2024 TOKITA Hiroshi <[email protected]>
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&aw9523b {
8+
status = "disabled";
9+
};
10+
11+
&aw9523b_gpio {
12+
status = "disabled";
13+
};
14+
15+
&ft6336_touch {
16+
status = "disabled";
17+
};

0 commit comments

Comments
 (0)