Skip to content

Commit 4eb7168

Browse files
karaanildanieldegrasse
authored andcommitted
boards: adi: max32690evkit: Add CAN support
This commit enables CAN0 for max32690evkit Signed-off-by: Anıl Kara <anil.kara@analog.com>
1 parent b38a1f4 commit 4eb7168

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

boards/adi/max32690evkit/max32690evkit_max32690_m4.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
zephyr,sram = &sram0;
2424
zephyr,flash = &flash0;
2525
zephyr,display = &st7735;
26+
zephyr,canbus = &can0;
2627
};
2728

2829
leds {
@@ -196,3 +197,9 @@
196197
zephyr_udc0: &usbhs {
197198
status = "okay";
198199
};
200+
201+
&can0 {
202+
status = "okay";
203+
pinctrl-0 = <&can0b_tx_p2_23 &can0b_rx_p2_22>;
204+
pinctrl-names = "default";
205+
};

boards/adi/max32690evkit/max32690evkit_max32690_m4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ supported:
2222
- flash
2323
- usbd
2424
- memc
25+
- can
2526
ram: 1024
2627
flash: 3072

0 commit comments

Comments
 (0)