From ebb00efe472884c5e2d2f7c16b134f7732ec79a8 Mon Sep 17 00:00:00 2001 From: a741725193 Date: Mon, 2 Dec 2024 22:07:09 +0800 Subject: [PATCH] studio support --- config/boards/arm/sofle/sofle.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/boards/arm/sofle/sofle.dtsi b/config/boards/arm/sofle/sofle.dtsi index 0c3b611ce..9215d869b 100644 --- a/config/boards/arm/sofle/sofle.dtsi +++ b/config/boards/arm/sofle/sofle.dtsi @@ -200,3 +200,8 @@ pinctrl-1 = <&pwm0_sleep>; pinctrl-names = "default", "sleep"; }; + +zephyr_udc0: &usbd { + compatible = "nordic,nrf-usbd"; + status = "okay"; +}; \ No newline at end of file