Skip to content

Commit

Permalink
update dts with usb stuffs needed for zephyr 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Hazel committed Mar 5, 2024
1 parent d027ea6 commit 0ae8e88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/boards/arm/chaz/chaz.dts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@

&usb {
status = "okay";
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
pinctrl-names = "default";
cdc_acm_uart: cdc_acm_uart {
compatible = "zephyr,cdc-acm-uart";
label = "CDC_ACM_0";
Expand All @@ -79,6 +81,10 @@
status = "okay";
};

&clk_hsi48 {
status = "okay";
};

&pll {
prediv = <1>;
mul = <6>;
Expand Down

0 comments on commit 0ae8e88

Please sign in to comment.