Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dts/arm/st/l4/stm32l432.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
reg = <0x40006400 0x400>;
interrupts = <19 0>, <20 0>, <21 0>, <22 0>;
interrupt-names = "TX", "RX0", "RX1", "SCE";
clocks = <&rcc STM32_CLOCK(APB1, 25)>; //RCC_APB1ENR1_CAN1EN
clocks = <&rcc STM32_CLOCK(APB1, 25)>;
status = "disabled";
};

Expand Down
2 changes: 1 addition & 1 deletion dts/arm/st/l4/stm32l451.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
reg = <0x40006400 0x400>;
interrupts = <19 0>, <20 0>, <21 0>, <22 0>;
interrupt-names = "TX", "RX0", "RX1", "SCE";
clocks = <&rcc STM32_CLOCK(APB1, 25)>; //RCC_APB1ENR1_CAN1EN
clocks = <&rcc STM32_CLOCK(APB1, 25)>;
status = "disabled";
};

Expand Down
2 changes: 1 addition & 1 deletion dts/arm/st/l4/stm32l471.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
reg = <0x40006400 0x400>;
interrupts = <19 0>, <20 0>, <21 0>, <22 0>;
interrupt-names = "TX", "RX0", "RX1", "SCE";
clocks = <&rcc STM32_CLOCK(APB1, 25)>; //RCC_APB1ENR1_CAN1EN
clocks = <&rcc STM32_CLOCK(APB1, 25)>;
status = "disabled";
};

Expand Down
2 changes: 1 addition & 1 deletion dts/arm/st/l4/stm32l4p5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
reg = <0x40006400 0x400>;
interrupts = <19 0>, <20 0>, <21 0>, <22 0>;
interrupt-names = "TX", "RX0", "RX1", "SCE";
clocks = <&rcc STM32_CLOCK(APB1, 25)>; //RCC_APB1ENR1_CAN1EN
clocks = <&rcc STM32_CLOCK(APB1, 25)>;
status = "disabled";
};

Expand Down