dts: arm: stm32f4: add CAN_2 controller

Add the CAN controller device tree node for CAN_2 of the STM32F4 SoC
series.

Signed-off-by: Ivo Clarysse <ivo@bcdevices.com>
This commit is contained in:
Ivo Clarysse 2020-01-25 06:59:38 -08:00 committed by Anas Nashif
commit 0c8a99582e
2 changed files with 32 additions and 0 deletions

View file

@ -193,6 +193,23 @@
phase-seg2 = <6>;
};
can2: can@40006800 {
compatible = "st,stm32-can";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x40006800 0x400>;
interrupts = <63 0>, <64 0>, <65 0>, <66 0>;
interrupt-names = "TX", "RX0", "RX1", "SCE";
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x06000000>;
status = "disabled";
label = "CAN_2";
bus-speed = <125000>;
sjw = <1>;
prop-seg = <0>;
phase-seg1 = <5>;
phase-seg2 = <6>;
};
};
otghs_fs_phy: otghs_fs_phy {