dts: arm: st: rename STM32H7 FDCAN devicetree node labels

Rename the STM32H7 FDCAN node labels to match to naming used in the ST
reference manuals. This also matches the naming used in the STM32H7 FDCAN
clock and pinctrl macros.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2023-08-15 11:24:28 +02:00 committed by Carles Cufí
commit 03f20698ae
5 changed files with 9 additions and 9 deletions

View file

@ -21,7 +21,7 @@
zephyr,flash = &flash0;
zephyr,dtcm = &dtcm;
zephyr,code-partition = &slot0_partition;
zephyr,canbus = &can1;
zephyr,canbus = &fdcan1;
};
leds {
@ -163,7 +163,7 @@ zephyr_udc0: &usbotg_fs {
status = "okay";
};
&can1 {
&fdcan1 {
pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>;
pinctrl-names = "default";
bus-speed = <125000>;

View file

@ -21,7 +21,7 @@
zephyr,flash = &flash0;
zephyr,dtcm = &dtcm;
zephyr,code-partition = &slot0_partition;
zephyr,canbus = &can1;
zephyr,canbus = &fdcan1;
};
leds {
@ -144,7 +144,7 @@ zephyr_udc0: &usbotg_fs {
status = "okay";
};
&can1 {
&fdcan1 {
pinctrl-0 = <&fdcan1_rx_pd0 &fdcan1_tx_pd1>;
pinctrl-names = "default";
bus-speed = <125000>;

View file

@ -20,7 +20,7 @@
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,display = &ltdc;
zephyr,canbus = &can1;
zephyr,canbus = &fdcan1;
zephyr,keyboard-scan = &kscan_input;
};
@ -149,7 +149,7 @@
};
/* Connect solder bridges SB3, SB4 and SB5 to use CAN connector (CN21) */
&can1 {
&fdcan1 {
pinctrl-0 = <&fdcan1_rx_pa11 &fdcan1_tx_pa12>;
pinctrl-names = "default";
phys = <&transceiver0>;

View file

@ -465,7 +465,7 @@
status = "disabled";
};
can1: can@4000a000 {
fdcan1: can@4000a000 {
compatible = "st,stm32h7-fdcan";
reg = <0x4000a000 0x400>, <0x4000ac00 0x350>;
reg-names = "m_can", "message_ram";
@ -480,7 +480,7 @@
status = "disabled";
};
can2: can@4000a400 {
fdcan2: can@4000a400 {
compatible = "st,stm32h7-fdcan";
reg = <0x4000a400 0x400>, <0x4000ac00 0x6a0>;
reg-names = "m_can", "message_ram";

View file

@ -117,7 +117,7 @@
status = "disabled";
};
can3: can@4000d400 {
fdcan3: can@4000d400 {
compatible = "st,stm32h7-fdcan";
reg = <0x4000d400 0x400>, <0x4000ac00 0x9f0>;
reg-names = "m_can", "message_ram";