Skip to content

Commit 4866cfc

Browse files
djiatsaf-stkartben
authored andcommitted
dts: arm: st: l5: update dtsi file with fdcan node
add FDCAN1 node in l5 dtsi file. stm32l5 have same ip with stm32u5. Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
1 parent 67c628d commit 4866cfc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dts/arm/st/l5/stm32l5.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,17 @@
686686
st,adc-oversampler = "OVERSAMPLER_MINIMAL";
687687
};
688688

689+
fdcan1: can@4000a400 {
690+
compatible = "st,stm32-fdcan";
691+
reg = <0x4000a400 0x400>, <0x400ac000 0x350>;
692+
reg-names = "m_can", "message_ram";
693+
clocks = <&rcc STM32_CLOCK(APB1_2, 9)>;
694+
interrupts = <47 0>, <48 0>;
695+
interrupt-names = "int0", "int1";
696+
bosch,mram-cfg = <0x0 28 8 3 3 0 3 3>;
697+
status = "disabled";
698+
};
699+
689700
usb: usb@4000d400 {
690701
compatible = "st,stm32-usb";
691702
reg = <0x4000d400 0x400>;

0 commit comments

Comments
 (0)