Skip to content

Commit

Permalink
Fixes for Zephyr 3.5 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Feb 18, 2024
1 parent 73d83b8 commit 5563157
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config/boards/arm/le_chiffre_stm32/le_chiffre_stm32.dts
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@
&i2c1 {
pinctrl-0 = <&i2c1_scl_pb6 &i2c1_sda_pb7>;
pinctrl-names = "default";
status = "okay";
// status = "okay";
clock-frequency = <I2C_BITRATE_FAST>;

oled: ssd1306@3c {
status = "disabled";
compatible = "solomon,ssd1306fb";
reg = <0x3c>;
label = "DISPLAY";
Expand All @@ -122,6 +123,10 @@

&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 @@ -132,6 +137,10 @@
status = "okay";
};

&clk_hsi48 {
status = "okay";
};

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

0 comments on commit 5563157

Please sign in to comment.