|
497 | 497 | status = "disabled"; |
498 | 498 | }; |
499 | 499 |
|
| 500 | + fdcan1: can@4000a000 { |
| 501 | + compatible = "st,stm32-fdcan"; |
| 502 | + reg = <0x4000a000 0x400>, <0x4000ac00 0x350>; |
| 503 | + reg-names = "m_can", "message_ram"; |
| 504 | + /* common clock FDCAN 1 & 2 */ |
| 505 | + clocks = <&rcc STM32_CLOCK(APB1_2, 8)>, |
| 506 | + <&rcc STM32_SRC_HSE FDCAN_SEL(0)>; |
| 507 | + interrupts = <152 0>, <153 0>; |
| 508 | + interrupt-names = "int0", "int1"; |
| 509 | + bosch,mram-cfg = <0x0 28 8 3 3 0 3 3>; |
| 510 | + status = "disabled"; |
| 511 | + }; |
| 512 | + |
| 513 | + fdcan2: can@4000a400 { |
| 514 | + compatible = "st,stm32-fdcan"; |
| 515 | + reg = <0x4000a400 0x400>, <0x4000ac00 0x6a0>; |
| 516 | + reg-names = "m_can", "message_ram"; |
| 517 | + /* common clock FDCAN 1 & 2 */ |
| 518 | + clocks = <&rcc STM32_CLOCK(APB1_2, 8)>, |
| 519 | + <&rcc STM32_SRC_HSE FDCAN_SEL(0)>; |
| 520 | + interrupts = <154 0>, <155 0>; |
| 521 | + interrupt-names = "int0", "int1"; |
| 522 | + bosch,mram-cfg = <0x350 28 8 3 3 0 3 3>; |
| 523 | + status = "disabled"; |
| 524 | + }; |
| 525 | + |
500 | 526 | xspi1: spi@52005000 { |
501 | 527 | compatible = "st,stm32-xspi"; |
502 | 528 | reg = <0x52005000 0x1000>, <0x90000000 DT_SIZE_M(256)>; |
|
0 commit comments