Commit 45748a7a authored by Guillaume Gautier's avatar Guillaume Gautier Committed by Martí Bolívar
Browse files

dts: arm: st: l4: add can2 driver to stm32l496 dtsi



Add CAN2 driver to STM32L496 dtsi.

Signed-off-by: default avatarGuillaume Gautier <guillaume.gautier-ext@st.com>
parent ca1646b9
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -46,6 +46,17 @@
			};
		};

		can2: can@40006800 {
			compatible = "st,stm32-can";
			reg = <0x40006800 0x400>;
			interrupts = <86 0>, <87 0>, <88 0>, <89 0>;
			interrupt-names = "TX", "RX0", "RX1", "SCE";
			clocks = <&rcc STM32_CLOCK_BUS_APB1 0x04000000>; //RCC_APB1ENR1_CAN2EN
			status = "disabled";
			sjw = <1>;
			sample-point = <875>;
		};

		aes: aes@50060000 {
			compatible = "st,stm32-aes";
			reg = <0x50060000 0x400>;