We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c628d commit 4866cfcCopy full SHA for 4866cfc
dts/arm/st/l5/stm32l5.dtsi
@@ -686,6 +686,17 @@
686
st,adc-oversampler = "OVERSAMPLER_MINIMAL";
687
};
688
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
+
700
usb: usb@4000d400 {
701
compatible = "st,stm32-usb";
702
reg = <0x4000d400 0x400>;
0 commit comments