ODROID: arm64/dts: overlay: Change CAN chipselect.

Change-Id: I15e2eacd2b6c018b7950dd97ef353d83fb874743
This commit is contained in:
Luke go
2020-08-20 14:14:10 +09:00
committed by Chris
parent 2f9cdc7fbe
commit 65efb21457
2 changed files with 4 additions and 4 deletions

View File

@@ -14,10 +14,10 @@
can0: can@0 {
compatible = "microchip,mcp2515";
gpio-irq = <&gpio GPIOX_3 GPIO_ACTIVE_LOW>;
reg = <0>;
reg = <1>;
spi-max-frequency = <10000000>;
status = "okay";
};
};
};
};
};

View File

@@ -14,10 +14,10 @@
can0: can@0 {
compatible = "microchip,mcp2515";
gpio-irq = <&gpio GPIOX_3 GPIO_ACTIVE_LOW>;
reg = <0>;
reg = <1>;
spi-max-frequency = <10000000>;
status = "okay";
};
};
};
};
};