boards: arm: sam4l_ek: Enable USB device ctrl
Enable SAM4L USBC device controller. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
parent
1c43138333
commit
71b27487f1
2 changed files with 5 additions and 0 deletions
|
@ -83,3 +83,7 @@
|
||||||
|
|
||||||
hs-master-code = <0>;
|
hs-master-code = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zephyr_udc0: &usbc {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
|
@ -13,3 +13,4 @@ supported:
|
||||||
- i2c
|
- i2c
|
||||||
- spi
|
- spi
|
||||||
- usart
|
- usart
|
||||||
|
- usb_device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue