mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
ARM: dts: microchip: sama7d65: Enable CAN bus
Enable CAN bus for SAMA7D65 curiosity board. Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev> Link: https://lore.kernel.org/r/ab719861de53432bdf19593fa4eee40adf57aed9.1749666053.git.Ryan.Wanner@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
parent
5a4aad596e
commit
198b54b0a6
|
|
@ -40,6 +40,24 @@ reg_5v: regulator-5v {
|
|||
};
|
||||
};
|
||||
|
||||
&can1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_can1_default>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&can2 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_can2_default>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&can3 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_can3_default>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
@ -277,6 +295,24 @@ &main_xtal {
|
|||
};
|
||||
|
||||
&pioa {
|
||||
pinctrl_can1_default: can1-default {
|
||||
pinmux = <PIN_PD10__CANTX1>,
|
||||
<PIN_PD11__CANRX1>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
pinctrl_can2_default: can2-default {
|
||||
pinmux = <PIN_PD12__CANTX2>,
|
||||
<PIN_PD13__CANRX2>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
pinctrl_can3_default: can3-default {
|
||||
pinmux = <PIN_PD14__CANTX3>,
|
||||
<PIN_PD15__CANRX3>;
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
pinctrl_gmac0_default: gmac0-default {
|
||||
pinmux = <PIN_PA26__G0_TX0>,
|
||||
<PIN_PA27__G0_TX1>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user