samples: drivers: CAN: Remove legacy MCP2515 overlay
DFRobot CAN bus or link_board_can shields can now be used. Signed-off-by: Nick Ward <nix.ward@gmail.com>
This commit is contained in:
parent
025901df4f
commit
ef7a814179
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2019 Karsten Koenig
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
|
||||||
*/
|
|
||||||
|
|
||||||
&spi1 {
|
|
||||||
status = "okay";
|
|
||||||
cs-gpios = <&gpioa 4 0>;
|
|
||||||
mcp2515@0 {
|
|
||||||
compatible = "microchip,mcp2515";
|
|
||||||
spi-max-frequency = <1000000>;
|
|
||||||
int-gpios = <&gpioa 0 GPIO_INT_ACTIVE_LOW>;
|
|
||||||
status = "okay";
|
|
||||||
label = "CAN_1";
|
|
||||||
reg = <0>;
|
|
||||||
osc-freq = <8000000>;
|
|
||||||
bus-speed = <125000>;
|
|
||||||
sjw = <1>;
|
|
||||||
prop-seg = <2>;
|
|
||||||
phase-seg1 = <7>;
|
|
||||||
phase-seg2 = <6>;
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
};
|
|
||||||
};
|
|
Loading…
Add table
Add a link
Reference in a new issue