Fix Zephyr 4.2.0 configuration issues

- Remove CONFIG_BOARD_EWS from defconfig (auto-generated in new Zephyr)
- Replace deprecated 'bus-speed' with 'bit-rate' properties for FDCAN
- Replace deprecated 'bus-speed-data' with 'bit-rate-data' properties
This commit is contained in:
2025-12-08 11:52:25 +01:00
parent ece99aa5b8
commit 1511b91050
3 changed files with 106 additions and 3 deletions

View File

@@ -64,8 +64,8 @@
&fdcan2 {
pinctrl-0 = <&fdcan2_rx_pb0 &fdcan2_tx_pb1>;
pinctrl-names = "default";
bus-speed = <500000>;
bus-speed-data = <2000000>;
bit-rate = <500000>;
bit-rate-data = <2000000>;
status = "okay";
};