arm: stm32f4: Add CAN1 support
Add CAN1 pinmux definitions and DT entries for STM32F4 series. Signed-off-by: Erwin Rol <erwin@erwinrol.com>
This commit is contained in:
parent
0b1ab4ab09
commit
efa44b1885
3 changed files with 52 additions and 0 deletions
|
@ -176,6 +176,24 @@
|
|||
status = "disabled";
|
||||
label= "OTGHS";
|
||||
};
|
||||
|
||||
can1: can@40006400 {
|
||||
compatible = "st,stm32-can";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x40006400 0x400>;
|
||||
interrupts = <19 0>, <20 0>, <21 0>, <22 0>;
|
||||
interrupt-names = "TX", "RX0", "RX1", "SCE";
|
||||
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x02000000>;
|
||||
status = "disabled";
|
||||
label = "CAN_1";
|
||||
bus-speed = <125000>;
|
||||
sjw = <1>;
|
||||
prop-seg = <0>;
|
||||
phase-seg1 = <5>;
|
||||
phase-seg2 = <6>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
otghs_fs_phy: otghs_fs_phy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue