fix(boards): Tweaks for Ferris rev0.2 for Zephyr.

* Enable missing clock and set up USB pinctrl.
This commit is contained in:
Peter Johanson 2024-02-17 21:32:24 -08:00 committed by Pete Johanson
parent 604af2ebd3
commit fda6a5f185

View file

@ -112,6 +112,9 @@
&usb { &usb {
status = "okay"; status = "okay";
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
pinctrl-names = "default";
cdc_acm_uart: cdc_acm_uart { cdc_acm_uart: cdc_acm_uart {
compatible = "zephyr,cdc-acm-uart"; compatible = "zephyr,cdc-acm-uart";
}; };
@ -121,6 +124,10 @@
status = "okay"; status = "okay";
}; };
&clk_hsi48 {
status = "okay";
};
&pll { &pll {
prediv = <1>; prediv = <1>;
mul = <6>; mul = <6>;