Skip to content

Commit

Permalink
Merge pull request radxa-pkg#314 from RadxaMitchell/main
Browse files Browse the repository at this point in the history
fix: rk3588-spi0-m1-cs0-mcp2515-8mhz.dts
  • Loading branch information
RadxaYuntian authored May 10, 2024
2 parents 89a8731 + e387482 commit 7ae7aad
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
metadata {
title = "Enable MCP2515 with 8MHz external clock on SPI0-M1 over CS0";
compatible = "radxa,rock-5a", "radxa,rock-5c", "radxa,cm5-io";
exclusive = "GPIO4_A2", "GPIO4_A1", "GPIO4_A0", "GPIO4_B2";
description = "Provide support for Microchip MCP2515 SPI CAN controller.
Assumes 8MHz external clock.
Uses Pin 31 (GPIOI0_C7) for INT.";
exclusive = "GPIO4_A2", "GPIO4_A1", "GPIO4_A0", "GPIO4_B2", "GPIO0_C7";
description = "Enable MCP2515 with 8MHz external clock on SPI0-M1 over CS0.
MCP2515 is a SPI CAN controller from Microchip.
On Radxa CM5 IO, the interrupt pin is pin 31.
On Radxa ROCK 5A, the interrupt pin is pin 27.
On Radxa ROCK 5C, the interrupt pin is pin 27.
";
};
};

Expand Down

0 comments on commit 7ae7aad

Please sign in to comment.