File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 444444 label = "SPI_6";
445445 };
446446
447+ can {
448+ compatible = "bosch,m-can-base";
449+ #address-cells = <1>;
450+ #size-cells = <1>;
451+ std-filter-elements = <28>;
452+ ext-filter-elements = <8>;
453+ rx-fifo0-elements = <3>;
454+ rx-fifo1-elements = <3>;
455+ rx-buffer-elements = <0>;
456+ tx-buffer-elements = <3>;
457+
458+ can1: can@4000a000 {
459+ compatible = "st,stm32-fdcan";
460+ #address-cells = <1>;
461+ #size-cells = <0>;
462+ reg = <0x4000a000 0x400>, <0x4000ac00 0xd48>;
463+ reg-names = "m_can", "message_ram";
464+ interrupts = <19 0>, <21 0>, <63 0>;
465+ interrupt-names = "LINE_0", "LINE_1", "CALIB";
466+ clocks = <&rcc STM32_CLOCK_BUS_APB1 0x02000000>;
467+ status = "disabled";
468+ label = "CAN_1";
469+ };
470+ };
471+
447472 timers1: timers@40010000 {
448473 compatible = "st,stm32-timers";
449474 reg = <0x40010000 0x400>;
You can’t perform that action at this time.
0 commit comments