Skip to content

Commit 6112753

Browse files
Raffael Rostagnomarekmatej
authored andcommitted
pinctrl: esp32c6: Add TWAI support
Add TWAI support to ESP32-C6. Signed-off-by: Raffael Rostagno <[email protected]>
1 parent 469f7ea commit 6112753

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

zephyr/port/pincfgs/esp32c6.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,31 @@ i2c0:
151151
sigi: i2cext0_scl_in
152152
sigo: i2cext0_scl_out
153153
gpio: [[0, 23]]
154+
155+
twai0:
156+
rx:
157+
sigi: twai0_rx
158+
gpio: [[0, 23]]
159+
tx:
160+
sigo: twai0_tx
161+
gpio: [[0, 23]]
162+
clkout:
163+
sigo: twai0_clkout
164+
gpio: [[0, 23]]
165+
bus_off:
166+
sigo: twai0_bus_off_on
167+
gpio: [[0, 23]]
168+
169+
twai1:
170+
rx:
171+
sigi: twai1_rx
172+
gpio: [[0, 23]]
173+
tx:
174+
sigo: twai1_tx
175+
gpio: [[0, 23]]
176+
clkout:
177+
sigo: twai1_clkout
178+
gpio: [[0, 23]]
179+
bus_off:
180+
sigo: twai1_bus_off_on
181+
gpio: [[0, 23]]

0 commit comments

Comments
 (0)