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:
parent
0f7cd6128e
commit
aed0fbf774
79 changed files with 1 additions and 163 deletions
|
@ -141,8 +141,6 @@
|
|||
pinctrl-names = "default";
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>,
|
||||
<&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
|
|
@ -206,9 +206,6 @@ zephyr_udc0: &usbhs {
|
|||
pinctrl-0 = <&can0_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
|
|
@ -331,9 +331,6 @@ zephyr_udc0: &usbhs {
|
|||
pinctrl-0 = <&can1_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
|
|
@ -162,9 +162,6 @@
|
|||
pinctrl-0 = <&can0_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
@ -174,9 +171,6 @@
|
|||
pinctrl-0 = <&can1_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
|
|
@ -94,7 +94,6 @@
|
|||
status = "disabled";
|
||||
pinctrl-0 = <&twai_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
|
|
@ -112,7 +112,6 @@
|
|||
&twai {
|
||||
pinctrl-0 = <&twai_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&timer0 {
|
||||
|
|
|
@ -112,7 +112,6 @@
|
|||
&twai {
|
||||
pinctrl-0 = <&twai_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&timer0 {
|
||||
|
|
|
@ -142,7 +142,6 @@
|
|||
&twai {
|
||||
pinctrl-0 = <&twai_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&timer0 {
|
||||
|
|
|
@ -207,7 +207,6 @@
|
|||
|
||||
&can_node1 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
input-src = "RXDC";
|
||||
pinctrl-0 = <&can_tx_p1_12_node1 &can_rx_p1_13_node1>;
|
||||
pinctrl-names = "default";
|
||||
|
|
|
@ -94,7 +94,6 @@
|
|||
status = "disabled";
|
||||
pinctrl-0 = <&twai_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
|
|
@ -85,7 +85,6 @@
|
|||
&twai {
|
||||
pinctrl-0 = <&twai_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&timer0 {
|
||||
|
|
|
@ -93,7 +93,6 @@
|
|||
status = "disabled";
|
||||
pinctrl-0 = <&twai_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
|
|
@ -190,7 +190,6 @@
|
|||
can_loopback0: can_loopback0 {
|
||||
status = "okay";
|
||||
compatible = "zephyr,can-loopback";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
can0: can {
|
||||
|
@ -200,7 +199,6 @@
|
|||
* name, e.g.: sudo ip link property add dev vcan0 altname zcan0
|
||||
*/
|
||||
host-interface = "zcan0";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
rtc: rtc {
|
||||
|
|
|
@ -111,8 +111,6 @@
|
|||
};
|
||||
|
||||
&canfd0 {
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
pinctrl-0 = <&canfd0_default>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
|
|
|
@ -286,7 +286,6 @@ zephyr_udc0: &usbotg {
|
|||
status = "okay";
|
||||
pinctrl-0 = <&flexcan0_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&edma0 {
|
||||
|
|
|
@ -151,8 +151,6 @@
|
|||
|
||||
&can0 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
pinctrl-0 = <&pinmux_can0>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -147,8 +147,6 @@
|
|||
|
||||
&can0 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
pinctrl-0 = <&pinmux_can0>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -126,8 +126,6 @@
|
|||
};
|
||||
|
||||
&can0 {
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
pinctrl-0 = <&pinmux_mcan_can0>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
|
|
|
@ -168,7 +168,6 @@ arduino_serial: &lpuart2 {
|
|||
|
||||
&flexcan1 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
pinctrl-0 = <&pinmux_flexcan1>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -242,8 +242,6 @@ zephyr_udc0: &usb1 {
|
|||
|
||||
&flexcan3 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
pinctrl-0 = <&pinmux_flexcan3>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -109,7 +109,6 @@
|
|||
status = "okay";
|
||||
pinctrl-0 = <&pinmux_flexcan1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
@ -119,7 +118,6 @@
|
|||
status = "disabled";
|
||||
pinctrl-0 = <&pinmux_flexcan2>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
@ -129,8 +127,6 @@
|
|||
status = "disabled";
|
||||
pinctrl-0 = <&pinmux_flexcan3>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
|
|
@ -310,7 +310,6 @@ zephyr_udc0: &usb1 {
|
|||
|
||||
&flexcan2 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
pinctrl-0 = <&pinmux_flexcan2>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -45,8 +45,6 @@
|
|||
|
||||
&flexcan3 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
|
|
@ -74,8 +74,6 @@ zephyr_mipi_dsi: &mipi_dsi {
|
|||
|
||||
&flexcan3 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
|
|
@ -358,8 +358,6 @@
|
|||
pinctrl-0 = <&flexcan0_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy0>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -367,40 +365,30 @@
|
|||
pinctrl-0 = <&flexcan1_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy1>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
||||
&flexcan2 {
|
||||
pinctrl-0 = <&flexcan2_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy2>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
||||
&flexcan3 {
|
||||
pinctrl-0 = <&flexcan3_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy3>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
||||
&flexcan4 {
|
||||
pinctrl-0 = <&flexcan4_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy4>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
||||
&flexcan5 {
|
||||
pinctrl-0 = <&flexcan5_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy5>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
||||
&lpi2c0 {
|
||||
|
|
|
@ -281,7 +281,6 @@ zephyr_udc0: &usbotg {
|
|||
status = "okay";
|
||||
pinctrl-0 = <&flexcan0_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
phys = <&transceiver0>;
|
||||
};
|
||||
|
||||
|
@ -289,7 +288,6 @@ zephyr_udc0: &usbotg {
|
|||
status = "okay";
|
||||
pinctrl-0 = <&flexcan1_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
phys = <&transceiver1>;
|
||||
};
|
||||
|
||||
|
|
|
@ -34,14 +34,10 @@
|
|||
&can0 {
|
||||
pinctrl-0 = <&can0_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&can1 {
|
||||
pinctrl-0 = <&can1_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
|
|
|
@ -293,7 +293,6 @@
|
|||
|
||||
&flexcan0 {
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
pinctrl-0 = <&flexcan0_default>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
|
|
|
@ -179,8 +179,6 @@
|
|||
pinctrl-0 = <&flexcan0_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy0>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -188,7 +186,5 @@
|
|||
pinctrl-0 = <&flexcan1_default>;
|
||||
pinctrl-names = "default";
|
||||
phys = <&can_phy1>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -175,8 +175,6 @@
|
|||
status = "okay";
|
||||
pinctrl-0 = <&pinmux_flexcan1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
@ -186,8 +184,6 @@
|
|||
status = "okay";
|
||||
pinctrl-0 = <&pinmux_flexcan2>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
@ -197,8 +193,6 @@
|
|||
status = "okay";
|
||||
pinctrl-0 = <&pinmux_flexcan3>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
};
|
||||
|
|
|
@ -100,7 +100,6 @@ uext_spi: &spi2 {};
|
|||
status = "okay";
|
||||
pinctrl-0 = <&twai_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <1000000>;
|
||||
|
|
|
@ -166,7 +166,6 @@ zephyr_udc0: &usb {
|
|||
&can1 {
|
||||
pinctrl-0 = <&can_rx_remap1_pb8 &can_tx_remap1_pb9>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
phys = <&transceiver0>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -87,7 +87,6 @@
|
|||
&can1 {
|
||||
pinctrl-0 = <&can1_rx_pb8 &can1_tx_pb9>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
|
||||
can-transceiver {
|
||||
|
|
|
@ -126,14 +126,12 @@ zephyr_udc0: &usbotg_fs {
|
|||
&can1 {
|
||||
pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&can2 {
|
||||
pinctrl-0 = <&can2_rx_pb12 &can2_tx_pb13>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -125,14 +125,12 @@ zephyr_udc0: &usbotg_fs {
|
|||
&can1 {
|
||||
pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&can2 {
|
||||
pinctrl-0 = <&can2_rx_pb12 &can2_tx_pb13>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -66,11 +66,6 @@ zephyr_udc0: &usb1 {
|
|||
current-speed = < 115200 >;
|
||||
};
|
||||
|
||||
&flexcan1 {
|
||||
status = "okay";
|
||||
bus-speed = < 125000 >;
|
||||
};
|
||||
|
||||
&edma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -98,11 +93,7 @@ zephyr_udc0: &usb1 {
|
|||
&flexcan1 {
|
||||
pinctrl-0 = <&pinmux_flexcan1>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&flexcan1 {
|
||||
pinctrl-0 = <&pinmux_flexcan1>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&flexcan2 {
|
||||
|
|
|
@ -61,7 +61,6 @@
|
|||
device-id = <0x8406>;
|
||||
interrupts = <11 IRQ_TYPE_LOWEST_LEVEL_LOW 3>;
|
||||
interrupt-parent = <&intc>;
|
||||
bus-speed = <125000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <1000000>;
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
pinctrl-0 = <&can0_data_a_tx_default &can0_data_a_rx_default>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <5000000>;
|
||||
|
|
|
@ -75,7 +75,6 @@
|
|||
pinctrl-0 = <&can0_data_a_tx_default &can0_data_a_rx_default>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&scif1 {
|
||||
|
|
|
@ -177,7 +177,6 @@ zephyr_udc0: &usb {
|
|||
&can1 {
|
||||
pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
phys = <&transceiver0>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -83,7 +83,6 @@
|
|||
status = "okay";
|
||||
pinctrl-0 = <&twai_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&wifi {
|
||||
|
|
|
@ -91,7 +91,6 @@
|
|||
&twai {
|
||||
pinctrl-0 = <&twai_default>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&timer0 {
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
status = "okay";
|
||||
reg = <0x0>;
|
||||
osc-freq = <16000000>;
|
||||
bus-speed = <125000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <1000000>;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
status = "okay";
|
||||
reg = <0x0>;
|
||||
osc-freq = <16000000>;
|
||||
bus-speed = <125000>;
|
||||
|
||||
can-transceiver {
|
||||
min-bitrate = <60000>;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
status = "okay";
|
||||
reg = <0x0>;
|
||||
osc-freq = <16000000>;
|
||||
bus-speed = <125000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <1000000>;
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
reg = <0x0>;
|
||||
osc-freq = <40000000>;
|
||||
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
reset-gpios = <&arduino_header 14 GPIO_ACTIVE_HIGH>; /* D8 */
|
||||
int-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
|
||||
bosch,mram-cfg = <0x0 15 15 7 7 0 10 10>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
|
||||
can-transceiver {
|
||||
|
|
|
@ -116,7 +116,6 @@
|
|||
&can1 {
|
||||
pinctrl-0 = <&can_rx_pa11 &can_tx_pa12>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -94,7 +94,6 @@
|
|||
&can1 {
|
||||
pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -147,14 +147,12 @@
|
|||
/* CAUTION: PB8 and PB9 may conflict with same pins of I2C1 */
|
||||
pinctrl-0 = <&can1_rx_pb8 &can1_tx_pb9>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&can2 {
|
||||
pinctrl-0 = <&can2_rx_pb12 &can2_tx_pb13>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -180,7 +180,6 @@ zephyr_udc0: &usbotg_fs {
|
|||
&can1 {
|
||||
pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -123,7 +123,6 @@
|
|||
&can1 {
|
||||
pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -166,7 +166,6 @@ zephyr_udc0: &usbotg_fs {
|
|||
&can1 {
|
||||
pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -165,7 +165,6 @@ zephyr_udc0: &usbotg_fs {
|
|||
&can1 {
|
||||
pinctrl-0 = <&can1_rx_pd0 &can1_tx_pd1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -183,8 +183,6 @@ zephyr_udc0: &usb {
|
|||
<&rcc STM32_SRC_PLL_Q FDCAN_SEL(1)>;
|
||||
pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -193,8 +191,6 @@ zephyr_udc0: &usb {
|
|||
<&rcc STM32_SRC_PLL_Q FDCAN_SEL(1)>;
|
||||
pinctrl-0 = <&fdcan2_rx_pb0 &fdcan2_tx_pb1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -223,8 +223,6 @@ stm32_lp_tick_source: &lptim1 {
|
|||
<&rcc STM32_SRC_HSE FDCAN_SEL(0)>;
|
||||
pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -172,8 +172,6 @@ zephyr_udc0: &usbotg_fs {
|
|||
pinctrl-names = "default";
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>,
|
||||
<&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -149,8 +149,6 @@ zephyr_udc0: &usbotg_fs {
|
|||
&fdcan1 {
|
||||
pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -99,7 +99,6 @@
|
|||
&can1 {
|
||||
pinctrl-0 = <&can1_rx_pa11 &can1_tx_pa12>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -118,7 +118,6 @@
|
|||
&can1 {
|
||||
pinctrl-0 = <&can1_rx_pa11 &can1_tx_pa12>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -102,7 +102,6 @@
|
|||
&can1 {
|
||||
pinctrl-0 = <&can1_rx_pa11 &can1_tx_pa12>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -183,8 +183,6 @@ zephyr_udc0: &usbotg_fs {
|
|||
<&rcc STM32_SRC_PLL1_Q FDCAN1_SEL(1)>;
|
||||
pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -175,8 +175,6 @@
|
|||
<&rcc STM32_SRC_PLL1_Q FDCAN1_SEL(1)>;
|
||||
pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -118,7 +118,6 @@
|
|||
&can1 {
|
||||
pinctrl-0 = <&can_rx_pb8 &can_tx_pb9>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -185,7 +185,6 @@ zephyr_udc0: &usb {
|
|||
pinctrl-0 = <&can_rx_pd0 &can_tx_pd1>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
|
|
|
@ -129,13 +129,11 @@ zephyr_udc0: &usbotg_fs {
|
|||
&can1 {
|
||||
pinctrl-0 = <&can1_rx_pb8 &can1_tx_pb9>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&can2 {
|
||||
pinctrl-0 = <&can2_rx_pb5 &can2_tx_pb13>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -247,8 +247,6 @@
|
|||
<&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>;
|
||||
pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -216,8 +216,6 @@
|
|||
clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>,
|
||||
<&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>;
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <8000000>;
|
||||
|
@ -230,8 +228,6 @@
|
|||
clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>,
|
||||
<&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>;
|
||||
status = "okay";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <8000000>;
|
||||
|
@ -245,8 +241,6 @@
|
|||
<&rcc STM32_SRC_PLL2_Q FDCAN_SEL(2)>;
|
||||
/* Solder bridges SB29 and SB30 need to be closed for this to work */
|
||||
status = "disabled";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
|
||||
can-transceiver {
|
||||
max-bitrate = <8000000>;
|
||||
|
|
|
@ -202,8 +202,6 @@
|
|||
status = "okay";
|
||||
pinctrl-0 = <&fdcan1_tx_ph13 &fdcan1_rx_ph14>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
sample-point = <875>;
|
||||
sample-point-data = <875>;
|
||||
|
||||
|
@ -216,8 +214,6 @@
|
|||
status = "okay";
|
||||
pinctrl-0 = <&fdcan2_tx_pb13 &fdcan2_rx_pb5>;
|
||||
pinctrl-names = "default";
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
sample-point = <875>;
|
||||
sample-point-data = <875>;
|
||||
|
||||
|
|
|
@ -156,8 +156,6 @@
|
|||
clocks = <&rcc STM32_CLOCK_BUS_APB1_2 0x00000100>,
|
||||
<&rcc STM32_SRC_PLL1_Q FDCAN_SEL(1)>;
|
||||
phys = <&transceiver0>;
|
||||
bus-speed = <125000>;
|
||||
bus-speed-data = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -156,7 +156,6 @@
|
|||
* reference: RM0008 rev20 page 205
|
||||
*/
|
||||
status = "disabled";
|
||||
bus-speed = <125000>;
|
||||
};
|
||||
|
||||
zephyr_udc0: &usb {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue