Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit aee292e5 authored by Robert Nelson's avatar Robert Nelson
Browse files

cape: can0


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 9c6f02ac
No related merge requests found
/*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include "am335x-can0.dtsi"
&ocp {
P9_19_pinmux {
mode = "can";
};
P9_20_pinmux {
mode = "can";
};
};
......@@ -45,6 +45,12 @@ &aes {
status = "okay";
};
/* can0: P9.19, P9.20: disable: i2c2: cape eeprom */
/* can0: peripheral */
#include "am335x-can0.dtsi"
/* can0: pinmux */
/* #include "am335x-bone-can0.dtsi" */
/* can1: P9_24, P9_26 */
#include "am335x-can1.dtsi"
/* #include "am335x-bone-can1.dtsi" */
......
......@@ -43,6 +43,12 @@ &am33xx_pinmux {
/* HDMI: without audio */
/* #include "am335x-boneblack-nxp-hdmi-no-audio.dtsi" */
/* can0: P9.19, P9.20: disable: i2c2: cape eeprom */
/* can0: peripheral */
#include "am335x-can0.dtsi"
/* can0: pinmux */
/* #include "am335x-bone-can0.dtsi" */
/* can1: P9_24, P9_26 */
#include "am335x-can1.dtsi"
/* #include "am335x-bone-can1.dtsi" */
......
/*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
&dcan0 {
pinctrl-names = "default";
pinctrl-0 = <>;
status = "okay";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment