Skip to content

Commit 71b2748

Browse files
nandojvecfriedt
authored andcommitted
boards: arm: sam4l_ek: Enable USB device ctrl
Enable SAM4L USBC device controller. Signed-off-by: Gerson Fernando Budke <[email protected]>
1 parent 1c43138 commit 71b2748

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/arm/sam4l_ek/sam4l_ek.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@
8383

8484
hs-master-code = <0>;
8585
};
86+
87+
zephyr_udc0: &usbc {
88+
status = "okay";
89+
};

boards/arm/sam4l_ek/sam4l_ek.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ supported:
1313
- i2c
1414
- spi
1515
- usart
16+
- usb_device

0 commit comments

Comments
 (0)