drivers: can: remove initial bus-speed/bus-speed-data properties

Remove all CAN controller "bus-speed" and "bus-speed-data"
properties. These all use the default bitrates set via Kconfig.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2024-04-24 11:14:17 +02:00 committed by Alberto Escolar
commit aed0fbf774
79 changed files with 1 additions and 163 deletions

View file

@ -141,8 +141,6 @@
pinctrl-names = "default"; pinctrl-names = "default";
clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>, clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>,
<&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>; <&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
}; };
&flash0 { &flash0 {

View file

@ -206,9 +206,6 @@ zephyr_udc0: &usbhs {
pinctrl-0 = <&can0_default>; pinctrl-0 = <&can0_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;
}; };

View file

@ -331,9 +331,6 @@ zephyr_udc0: &usbhs {
pinctrl-0 = <&can1_default>; pinctrl-0 = <&can1_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;
}; };

View file

@ -162,9 +162,6 @@
pinctrl-0 = <&can0_default>; pinctrl-0 = <&can0_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;
}; };
@ -174,9 +171,6 @@
pinctrl-0 = <&can1_default>; pinctrl-0 = <&can1_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;
}; };

View file

@ -94,7 +94,6 @@
status = "disabled"; status = "disabled";
pinctrl-0 = <&twai_default>; pinctrl-0 = <&twai_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
}; };
&flash0 { &flash0 {

View file

@ -112,7 +112,6 @@
&twai { &twai {
pinctrl-0 = <&twai_default>; pinctrl-0 = <&twai_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
}; };
&timer0 { &timer0 {

View file

@ -112,7 +112,6 @@
&twai { &twai {
pinctrl-0 = <&twai_default>; pinctrl-0 = <&twai_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
}; };
&timer0 { &timer0 {

View file

@ -142,7 +142,6 @@
&twai { &twai {
pinctrl-0 = <&twai_default>; pinctrl-0 = <&twai_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
}; };
&timer0 { &timer0 {

View file

@ -207,7 +207,6 @@
&can_node1 { &can_node1 {
status = "okay"; status = "okay";
bus-speed = <125000>;
input-src = "RXDC"; input-src = "RXDC";
pinctrl-0 = <&can_tx_p1_12_node1 &can_rx_p1_13_node1>; pinctrl-0 = <&can_tx_p1_12_node1 &can_rx_p1_13_node1>;
pinctrl-names = "default"; pinctrl-names = "default";

View file

@ -94,7 +94,6 @@
status = "disabled"; status = "disabled";
pinctrl-0 = <&twai_default>; pinctrl-0 = <&twai_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
}; };
&flash0 { &flash0 {

View file

@ -85,7 +85,6 @@
&twai { &twai {
pinctrl-0 = <&twai_default>; pinctrl-0 = <&twai_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
}; };
&timer0 { &timer0 {

View file

@ -93,7 +93,6 @@
status = "disabled"; status = "disabled";
pinctrl-0 = <&twai_default>; pinctrl-0 = <&twai_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
}; };
&flash0 { &flash0 {

View file

@ -190,7 +190,6 @@
can_loopback0: can_loopback0 { can_loopback0: can_loopback0 {
status = "okay"; status = "okay";
compatible = "zephyr,can-loopback"; compatible = "zephyr,can-loopback";
bus-speed = <125000>;
}; };
can0: can { can0: can {
@ -200,7 +199,6 @@
* name, e.g.: sudo ip link property add dev vcan0 altname zcan0 * name, e.g.: sudo ip link property add dev vcan0 altname zcan0
*/ */
host-interface = "zcan0"; host-interface = "zcan0";
bus-speed = <125000>;
}; };
rtc: rtc { rtc: rtc {

View file

@ -111,8 +111,6 @@
}; };
&canfd0 { &canfd0 {
bus-speed = <125000>;
bus-speed-data = <1000000>;
pinctrl-0 = <&canfd0_default>; pinctrl-0 = <&canfd0_default>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";

View file

@ -286,7 +286,6 @@ zephyr_udc0: &usbotg {
status = "okay"; status = "okay";
pinctrl-0 = <&flexcan0_default>; pinctrl-0 = <&flexcan0_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
}; };
&edma0 { &edma0 {

View file

@ -151,8 +151,6 @@
&can0 { &can0 {
status = "okay"; status = "okay";
bus-speed = <125000>;
bus-speed-data = <1000000>;
pinctrl-0 = <&pinmux_can0>; pinctrl-0 = <&pinmux_can0>;
pinctrl-names = "default"; pinctrl-names = "default";

View file

@ -147,8 +147,6 @@
&can0 { &can0 {
status = "okay"; status = "okay";
bus-speed = <125000>;
bus-speed-data = <1000000>;
pinctrl-0 = <&pinmux_can0>; pinctrl-0 = <&pinmux_can0>;
pinctrl-names = "default"; pinctrl-names = "default";

View file

@ -126,8 +126,6 @@
}; };
&can0 { &can0 {
bus-speed = <125000>;
bus-speed-data = <1000000>;
pinctrl-0 = <&pinmux_mcan_can0>; pinctrl-0 = <&pinmux_mcan_can0>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";

View file

@ -168,7 +168,6 @@ arduino_serial: &lpuart2 {
&flexcan1 { &flexcan1 {
status = "okay"; status = "okay";
bus-speed = <125000>;
pinctrl-0 = <&pinmux_flexcan1>; pinctrl-0 = <&pinmux_flexcan1>;
pinctrl-names = "default"; pinctrl-names = "default";

View file

@ -242,8 +242,6 @@ zephyr_udc0: &usb1 {
&flexcan3 { &flexcan3 {
status = "okay"; status = "okay";
bus-speed = <125000>;
bus-speed-data = <1000000>;
pinctrl-0 = <&pinmux_flexcan3>; pinctrl-0 = <&pinmux_flexcan3>;
pinctrl-names = "default"; pinctrl-names = "default";

View file

@ -109,7 +109,6 @@
status = "okay"; status = "okay";
pinctrl-0 = <&pinmux_flexcan1>; pinctrl-0 = <&pinmux_flexcan1>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;
}; };
@ -119,7 +118,6 @@
status = "disabled"; status = "disabled";
pinctrl-0 = <&pinmux_flexcan2>; pinctrl-0 = <&pinmux_flexcan2>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;
}; };
@ -129,8 +127,6 @@
status = "disabled"; status = "disabled";
pinctrl-0 = <&pinmux_flexcan3>; pinctrl-0 = <&pinmux_flexcan3>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;
}; };

View file

@ -310,7 +310,6 @@ zephyr_udc0: &usb1 {
&flexcan2 { &flexcan2 {
status = "okay"; status = "okay";
bus-speed = <125000>;
pinctrl-0 = <&pinmux_flexcan2>; pinctrl-0 = <&pinmux_flexcan2>;
pinctrl-names = "default"; pinctrl-names = "default";

View file

@ -45,8 +45,6 @@
&flexcan3 { &flexcan3 {
status = "okay"; status = "okay";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;
}; };

View file

@ -74,8 +74,6 @@ zephyr_mipi_dsi: &mipi_dsi {
&flexcan3 { &flexcan3 {
status = "okay"; status = "okay";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;
}; };

View file

@ -358,8 +358,6 @@
pinctrl-0 = <&flexcan0_default>; pinctrl-0 = <&flexcan0_default>;
pinctrl-names = "default"; pinctrl-names = "default";
phys = <&can_phy0>; phys = <&can_phy0>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };
@ -367,40 +365,30 @@
pinctrl-0 = <&flexcan1_default>; pinctrl-0 = <&flexcan1_default>;
pinctrl-names = "default"; pinctrl-names = "default";
phys = <&can_phy1>; phys = <&can_phy1>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
}; };
&flexcan2 { &flexcan2 {
pinctrl-0 = <&flexcan2_default>; pinctrl-0 = <&flexcan2_default>;
pinctrl-names = "default"; pinctrl-names = "default";
phys = <&can_phy2>; phys = <&can_phy2>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
}; };
&flexcan3 { &flexcan3 {
pinctrl-0 = <&flexcan3_default>; pinctrl-0 = <&flexcan3_default>;
pinctrl-names = "default"; pinctrl-names = "default";
phys = <&can_phy3>; phys = <&can_phy3>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
}; };
&flexcan4 { &flexcan4 {
pinctrl-0 = <&flexcan4_default>; pinctrl-0 = <&flexcan4_default>;
pinctrl-names = "default"; pinctrl-names = "default";
phys = <&can_phy4>; phys = <&can_phy4>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
}; };
&flexcan5 { &flexcan5 {
pinctrl-0 = <&flexcan5_default>; pinctrl-0 = <&flexcan5_default>;
pinctrl-names = "default"; pinctrl-names = "default";
phys = <&can_phy5>; phys = <&can_phy5>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
}; };
&lpi2c0 { &lpi2c0 {

View file

@ -281,7 +281,6 @@ zephyr_udc0: &usbotg {
status = "okay"; status = "okay";
pinctrl-0 = <&flexcan0_default>; pinctrl-0 = <&flexcan0_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
phys = <&transceiver0>; phys = <&transceiver0>;
}; };
@ -289,7 +288,6 @@ zephyr_udc0: &usbotg {
status = "okay"; status = "okay";
pinctrl-0 = <&flexcan1_default>; pinctrl-0 = <&flexcan1_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
phys = <&transceiver1>; phys = <&transceiver1>;
}; };

View file

@ -34,14 +34,10 @@
&can0 { &can0 {
pinctrl-0 = <&can0_default>; pinctrl-0 = <&can0_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };
&can1 { &can1 {
pinctrl-0 = <&can1_default>; pinctrl-0 = <&can1_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
}; };

View file

@ -293,7 +293,6 @@
&flexcan0 { &flexcan0 {
status = "okay"; status = "okay";
bus-speed = <125000>;
pinctrl-0 = <&flexcan0_default>; pinctrl-0 = <&flexcan0_default>;
pinctrl-names = "default"; pinctrl-names = "default";

View file

@ -179,8 +179,6 @@
pinctrl-0 = <&flexcan0_default>; pinctrl-0 = <&flexcan0_default>;
pinctrl-names = "default"; pinctrl-names = "default";
phys = <&can_phy0>; phys = <&can_phy0>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };
@ -188,7 +186,5 @@
pinctrl-0 = <&flexcan1_default>; pinctrl-0 = <&flexcan1_default>;
pinctrl-names = "default"; pinctrl-names = "default";
phys = <&can_phy1>; phys = <&can_phy1>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };

View file

@ -175,8 +175,6 @@
status = "okay"; status = "okay";
pinctrl-0 = <&pinmux_flexcan1>; pinctrl-0 = <&pinmux_flexcan1>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;
}; };
@ -186,8 +184,6 @@
status = "okay"; status = "okay";
pinctrl-0 = <&pinmux_flexcan2>; pinctrl-0 = <&pinmux_flexcan2>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;
}; };
@ -197,8 +193,6 @@
status = "okay"; status = "okay";
pinctrl-0 = <&pinmux_flexcan3>; pinctrl-0 = <&pinmux_flexcan3>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;
}; };

View file

@ -100,7 +100,6 @@ uext_spi: &spi2 {};
status = "okay"; status = "okay";
pinctrl-0 = <&twai_default>; pinctrl-0 = <&twai_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
can-transceiver { can-transceiver {
max-bitrate = <1000000>; max-bitrate = <1000000>;

View file

@ -166,7 +166,6 @@ zephyr_udc0: &usb {
&can1 { &can1 {
pinctrl-0 = <&can_rx_remap1_pb8 &can_tx_remap1_pb9>; pinctrl-0 = <&can_rx_remap1_pb8 &can_tx_remap1_pb9>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
phys = <&transceiver0>; phys = <&transceiver0>;
status = "okay"; status = "okay";
}; };

View file

@ -87,7 +87,6 @@
&can1 { &can1 {
pinctrl-0 = <&can1_rx_pb8 &can1_tx_pb9>; pinctrl-0 = <&can1_rx_pb8 &can1_tx_pb9>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
can-transceiver { can-transceiver {

View file

@ -126,14 +126,12 @@ zephyr_udc0: &usbotg_fs {
&can1 { &can1 {
pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>; pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "disabled"; status = "disabled";
}; };
&can2 { &can2 {
pinctrl-0 = <&can2_rx_pb12 &can2_tx_pb13>; pinctrl-0 = <&can2_rx_pb12 &can2_tx_pb13>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -125,14 +125,12 @@ zephyr_udc0: &usbotg_fs {
&can1 { &can1 {
pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>; pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "disabled"; status = "disabled";
}; };
&can2 { &can2 {
pinctrl-0 = <&can2_rx_pb12 &can2_tx_pb13>; pinctrl-0 = <&can2_rx_pb12 &can2_tx_pb13>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -66,11 +66,6 @@ zephyr_udc0: &usb1 {
current-speed = < 115200 >; current-speed = < 115200 >;
}; };
&flexcan1 {
status = "okay";
bus-speed = < 125000 >;
};
&edma0 { &edma0 {
status = "okay"; status = "okay";
}; };
@ -98,11 +93,7 @@ zephyr_udc0: &usb1 {
&flexcan1 { &flexcan1 {
pinctrl-0 = <&pinmux_flexcan1>; pinctrl-0 = <&pinmux_flexcan1>;
pinctrl-names = "default"; pinctrl-names = "default";
}; status = "okay";
&flexcan1 {
pinctrl-0 = <&pinmux_flexcan1>;
pinctrl-names = "default";
}; };
&flexcan2 { &flexcan2 {

View file

@ -61,7 +61,6 @@
device-id = <0x8406>; device-id = <0x8406>;
interrupts = <11 IRQ_TYPE_LOWEST_LEVEL_LOW 3>; interrupts = <11 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
bus-speed = <125000>;
can-transceiver { can-transceiver {
max-bitrate = <1000000>; max-bitrate = <1000000>;

View file

@ -63,7 +63,6 @@
pinctrl-0 = <&can0_data_a_tx_default &can0_data_a_rx_default>; pinctrl-0 = <&can0_data_a_tx_default &can0_data_a_rx_default>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
bus-speed = <125000>;
can-transceiver { can-transceiver {
max-bitrate = <5000000>; max-bitrate = <5000000>;

View file

@ -75,7 +75,6 @@
pinctrl-0 = <&can0_data_a_tx_default &can0_data_a_rx_default>; pinctrl-0 = <&can0_data_a_tx_default &can0_data_a_rx_default>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
bus-speed = <125000>;
}; };
&scif1 { &scif1 {

View file

@ -177,7 +177,6 @@ zephyr_udc0: &usb {
&can1 { &can1 {
pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>; pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
phys = <&transceiver0>; phys = <&transceiver0>;
status = "okay"; status = "okay";
}; };

View file

@ -83,7 +83,6 @@
status = "okay"; status = "okay";
pinctrl-0 = <&twai_default>; pinctrl-0 = <&twai_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
}; };
&wifi { &wifi {

View file

@ -91,7 +91,6 @@
&twai { &twai {
pinctrl-0 = <&twai_default>; pinctrl-0 = <&twai_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
}; };
&timer0 { &timer0 {

View file

@ -15,7 +15,6 @@
status = "okay"; status = "okay";
reg = <0x0>; reg = <0x0>;
osc-freq = <16000000>; osc-freq = <16000000>;
bus-speed = <125000>;
can-transceiver { can-transceiver {
max-bitrate = <1000000>; max-bitrate = <1000000>;

View file

@ -15,7 +15,6 @@
status = "okay"; status = "okay";
reg = <0x0>; reg = <0x0>;
osc-freq = <16000000>; osc-freq = <16000000>;
bus-speed = <125000>;
can-transceiver { can-transceiver {
min-bitrate = <60000>; min-bitrate = <60000>;

View file

@ -15,7 +15,6 @@
status = "okay"; status = "okay";
reg = <0x0>; reg = <0x0>;
osc-freq = <16000000>; osc-freq = <16000000>;
bus-speed = <125000>;
can-transceiver { can-transceiver {
max-bitrate = <1000000>; max-bitrate = <1000000>;

View file

@ -10,8 +10,6 @@
reg = <0x0>; reg = <0x0>;
osc-freq = <40000000>; osc-freq = <40000000>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
}; };
}; };

View file

@ -28,8 +28,6 @@
reset-gpios = <&arduino_header 14 GPIO_ACTIVE_HIGH>; /* D8 */ reset-gpios = <&arduino_header 14 GPIO_ACTIVE_HIGH>; /* D8 */
int-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */ int-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
bosch,mram-cfg = <0x0 15 15 7 7 0 10 10>; bosch,mram-cfg = <0x0 15 15 7 7 0 10 10>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
can-transceiver { can-transceiver {

View file

@ -116,7 +116,6 @@
&can1 { &can1 {
pinctrl-0 = <&can_rx_pa11 &can_tx_pa12>; pinctrl-0 = <&can_rx_pa11 &can_tx_pa12>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -94,7 +94,6 @@
&can1 { &can1 {
pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>; pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -147,14 +147,12 @@
/* CAUTION: PB8 and PB9 may conflict with same pins of I2C1 */ /* CAUTION: PB8 and PB9 may conflict with same pins of I2C1 */
pinctrl-0 = <&can1_rx_pb8 &can1_tx_pb9>; pinctrl-0 = <&can1_rx_pb8 &can1_tx_pb9>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };
&can2 { &can2 {
pinctrl-0 = <&can2_rx_pb12 &can2_tx_pb13>; pinctrl-0 = <&can2_rx_pb12 &can2_tx_pb13>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -180,7 +180,6 @@ zephyr_udc0: &usbotg_fs {
&can1 { &can1 {
pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>; pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -123,7 +123,6 @@
&can1 { &can1 {
pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>; pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -166,7 +166,6 @@ zephyr_udc0: &usbotg_fs {
&can1 { &can1 {
pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>; pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -165,7 +165,6 @@ zephyr_udc0: &usbotg_fs {
&can1 { &can1 {
pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>; pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -183,8 +183,6 @@ zephyr_udc0: &usb {
<&rcc STM32_SRC_PLL_Q FDCAN_SEL(1)>; <&rcc STM32_SRC_PLL_Q FDCAN_SEL(1)>;
pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>; pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };
@ -193,8 +191,6 @@ zephyr_udc0: &usb {
<&rcc STM32_SRC_PLL_Q FDCAN_SEL(1)>; <&rcc STM32_SRC_PLL_Q FDCAN_SEL(1)>;
pinctrl-0 = <&fdcan2_rx_pb0 &fdcan2_tx_pb1>; pinctrl-0 = <&fdcan2_rx_pb0 &fdcan2_tx_pb1>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };

View file

@ -223,8 +223,6 @@ stm32_lp_tick_source: &lptim1 {
<&rcc STM32_SRC_HSE FDCAN_SEL(0)>; <&rcc STM32_SRC_HSE FDCAN_SEL(0)>;
pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>; pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };

View file

@ -172,8 +172,6 @@ zephyr_udc0: &usbotg_fs {
pinctrl-names = "default"; pinctrl-names = "default";
clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>, clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>,
<&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>; <&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };

View file

@ -149,8 +149,6 @@ zephyr_udc0: &usbotg_fs {
&fdcan1 { &fdcan1 {
pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>; pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };

View file

@ -99,7 +99,6 @@
&can1 { &can1 {
pinctrl-0 = <&can1_rx_pa11 &can1_tx_pa12>; pinctrl-0 = <&can1_rx_pa11 &can1_tx_pa12>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -118,7 +118,6 @@
&can1 { &can1 {
pinctrl-0 = <&can1_rx_pa11 &can1_tx_pa12>; pinctrl-0 = <&can1_rx_pa11 &can1_tx_pa12>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -102,7 +102,6 @@
&can1 { &can1 {
pinctrl-0 = <&can1_rx_pa11 &can1_tx_pa12>; pinctrl-0 = <&can1_rx_pa11 &can1_tx_pa12>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -183,8 +183,6 @@ zephyr_udc0: &usbotg_fs {
<&rcc STM32_SRC_PLL1_Q FDCAN1_SEL(1)>; <&rcc STM32_SRC_PLL1_Q FDCAN1_SEL(1)>;
pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>; pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };

View file

@ -175,8 +175,6 @@
<&rcc STM32_SRC_PLL1_Q FDCAN1_SEL(1)>; <&rcc STM32_SRC_PLL1_Q FDCAN1_SEL(1)>;
pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>; pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };

View file

@ -118,7 +118,6 @@
&can1 { &can1 {
pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>; pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -185,7 +185,6 @@ zephyr_udc0: &usb {
pinctrl-0 = <&can_rx_pd0 &can_tx_pd1>; pinctrl-0 = <&can_rx_pd0 &can_tx_pd1>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
bus-speed = <125000>;
}; };
&flash0 { &flash0 {

View file

@ -129,13 +129,11 @@ zephyr_udc0: &usbotg_fs {
&can1 { &can1 {
pinctrl-0 = <&can1_rx_pb8 &can1_tx_pb9>; pinctrl-0 = <&can1_rx_pb8 &can1_tx_pb9>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "disabled"; status = "disabled";
}; };
&can2 { &can2 {
pinctrl-0 = <&can2_rx_pb5 &can2_tx_pb13>; pinctrl-0 = <&can2_rx_pb5 &can2_tx_pb13>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
status = "okay"; status = "okay";
}; };

View file

@ -247,8 +247,6 @@
<&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>; <&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>;
pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>; pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };

View file

@ -216,8 +216,6 @@
clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>, clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>,
<&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>; <&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>;
status = "okay"; status = "okay";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <8000000>; max-bitrate = <8000000>;
@ -230,8 +228,6 @@
clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>, clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>,
<&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>; <&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>;
status = "okay"; status = "okay";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <8000000>; max-bitrate = <8000000>;
@ -245,8 +241,6 @@
<&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>; <&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>;
/* Solder bridges SB29 and SB30 need to be closed for this to work */ /* Solder bridges SB29 and SB30 need to be closed for this to work */
status = "disabled"; status = "disabled";
bus-speed = <125000>;
bus-speed-data = <1000000>;
can-transceiver { can-transceiver {
max-bitrate = <8000000>; max-bitrate = <8000000>;

View file

@ -202,8 +202,6 @@
status = "okay"; status = "okay";
pinctrl-0 = <&fdcan1_tx_ph13 &fdcan1_rx_ph14>; pinctrl-0 = <&fdcan1_tx_ph13 &fdcan1_rx_ph14>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
sample-point = <875>; sample-point = <875>;
sample-point-data = <875>; sample-point-data = <875>;
@ -216,8 +214,6 @@
status = "okay"; status = "okay";
pinctrl-0 = <&fdcan2_tx_pb13 &fdcan2_rx_pb5>; pinctrl-0 = <&fdcan2_tx_pb13 &fdcan2_rx_pb5>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
bus-speed-data = <1000000>;
sample-point = <875>; sample-point = <875>;
sample-point-data = <875>; sample-point-data = <875>;

View file

@ -156,8 +156,6 @@
clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>, clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>,
<&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>; <&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>;
phys = <&transceiver0>; phys = <&transceiver0>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
}; };

View file

@ -156,7 +156,6 @@
* reference: RM0008 rev20 page 205 * reference: RM0008 rev20 page 205
*/ */
status = "disabled"; status = "disabled";
bus-speed = <125000>;
}; };
zephyr_udc0: &usb { zephyr_udc0: &usb {

View file

@ -488,7 +488,6 @@ controller and sets the bus speed:
&can0 { &can0 {
status = "okay"; status = "okay";
bus-speed = <125000>;
}; };
The ``&can0 { ... };`` syntax adds/overrides properties on the node with label The ``&can0 { ... };`` syntax adds/overrides properties on the node with label

View file

@ -19,8 +19,6 @@ description: |
reg = <0x0>; reg = <0x0>;
osc-freq = <40000000>; osc-freq = <40000000>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
}; };
}; };

View file

@ -15,8 +15,6 @@ description: |
interrupt-names = "common"; interrupt-names = "common";
clocks = <&ccm IMX_CCM_CAN_CLK 0x84 6>; clocks = <&ccm IMX_CCM_CAN_CLK 0x84 6>;
clk-source = <2>; clk-source = <2>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
pinctrl-0 = <&pinmux_flexcan3>; pinctrl-0 = <&pinmux_flexcan3>;
pinctrl-names = "default"; pinctrl-names = "default";

View file

@ -13,7 +13,6 @@ description: |
interrupt-names = "warning", "error", "wake-up", "mb-0-15"; interrupt-names = "warning", "error", "wake-up", "mb-0-15";
clocks = <&scg KINETIS_SCG_BUS_CLK>; clocks = <&scg KINETIS_SCG_BUS_CLK>;
clk-source = <1>; clk-source = <1>;
bus-speed = <125000>;
pinctrl-0 = <&pinmux_flexcan0>; pinctrl-0 = <&pinmux_flexcan0>;
pinctrl-names = "default"; pinctrl-names = "default";

View file

@ -16,8 +16,6 @@ description: |
reset-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>; reset-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
int-gpios = <&gpio0 3 GPIO_ACTIVE_LOW>; int-gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
bosch,mram-cfg = <0x0 15 15 5 5 0 10 10>; bosch,mram-cfg = <0x0 15 15 5 5 0 10 10>;
bus-speed = <125000>;
bus-speed-data = <1000000>;
status = "okay"; status = "okay";
can-transceiver { can-transceiver {

View file

@ -9,7 +9,6 @@
status = "okay"; status = "okay";
pinctrl-0 = <&twai_default>; pinctrl-0 = <&twai_default>;
pinctrl-names = "default"; pinctrl-names = "default";
bus-speed = <125000>;
can-transceiver { can-transceiver {
max-bitrate = <1000000>; max-bitrate = <1000000>;

View file

@ -8,7 +8,5 @@
fake_can: fake_can { fake_can: fake_can {
compatible = "zephyr,fake-can"; compatible = "zephyr,fake-can";
status = "okay"; status = "okay";
bus-speed = <125000>;
bus-speed-data = <1000000>;
}; };
}; };

View file

@ -528,7 +528,6 @@
test_can0: can@55553333 { test_can0: can@55553333 {
compatible = "vnd,can-controller"; compatible = "vnd,can-controller";
reg = < 0x55553333 0x1000 >; reg = < 0x55553333 0x1000 >;
bus-speed = <125000>;
status = "okay"; status = "okay";
phys = <&test_transceiver0>; phys = <&test_transceiver0>;
}; };
@ -536,7 +535,6 @@
test_can1: can@55554444 { test_can1: can@55554444 {
compatible = "vnd,can-controller"; compatible = "vnd,can-controller";
reg = < 0x55554444 0x1000 >; reg = < 0x55554444 0x1000 >;
bus-speed = <125000>;
status = "okay"; status = "okay";
can-transceiver { can-transceiver {
@ -548,7 +546,6 @@
test_can2: can@55555555 { test_can2: can@55555555 {
compatible = "vnd,can-controller"; compatible = "vnd,can-controller";
reg = < 0x55555555 0x1000 >; reg = < 0x55555555 0x1000 >;
bus-speed = <125000>;
status = "okay"; status = "okay";
can-transceiver { can-transceiver {
@ -559,7 +556,6 @@
test_can3: can@55557777 { test_can3: can@55557777 {
compatible = "vnd,can-controller"; compatible = "vnd,can-controller";
reg = < 0x55556666 0x1000 >; reg = < 0x55556666 0x1000 >;
bus-speed = <125000>;
status = "okay"; status = "okay";
phys = <&test_transceiver1>; phys = <&test_transceiver1>;
}; };