stm32mp133.dtsi 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * Copyright (C) STMicroelectronics 2021 - All Rights Reserved
  4. * Author: Alexandre Torgue <[email protected]> for STMicroelectronics.
  5. */
  6. #include "stm32mp131.dtsi"
  7. / {
  8. soc {
  9. m_can1: can@4400e000 {
  10. compatible = "bosch,m_can";
  11. reg = <0x4400e000 0x400>, <0x44011000 0x1400>;
  12. reg-names = "m_can", "message_ram";
  13. interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>,
  14. <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
  15. interrupt-names = "int0", "int1";
  16. clocks = <&scmi_clk CK_SCMI_HSE>, <&rcc FDCAN_K>;
  17. clock-names = "hclk", "cclk";
  18. bosch,mram-cfg = <0x0 0 0 32 0 0 2 2>;
  19. status = "disabled";
  20. };
  21. m_can2: can@4400f000 {
  22. compatible = "bosch,m_can";
  23. reg = <0x4400f000 0x400>, <0x44011000 0x2800>;
  24. reg-names = "m_can", "message_ram";
  25. interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>,
  26. <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
  27. interrupt-names = "int0", "int1";
  28. clocks = <&scmi_clk CK_SCMI_HSE>, <&rcc FDCAN_K>;
  29. clock-names = "hclk", "cclk";
  30. bosch,mram-cfg = <0x1400 0 0 32 0 0 2 2>;
  31. status = "disabled";
  32. };
  33. };
  34. };