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:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user