Commit 805a5263 authored by Fabrizio Castro's avatar Fabrizio Castro Committed by Simon Horman

ARM: dts: iwg22d-sodimm: Add can0 support to carrier board

This patch enables CAN0 interface exposed through connector J15 on the
carrier board.
Signed-off-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: default avatarBiju Das <biju.das@bp.renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 85d31226
...@@ -59,6 +59,13 @@ phy3: ethernet-phy@3 { ...@@ -59,6 +59,13 @@ phy3: ethernet-phy@3 {
}; };
}; };
&can0 {
pinctrl-0 = <&can0_pins>;
pinctrl-names = "default";
status = "okay";
};
&hscif1 { &hscif1 {
pinctrl-0 = <&hscif1_pins>; pinctrl-0 = <&hscif1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
...@@ -85,6 +92,11 @@ avb_pins: avb { ...@@ -85,6 +92,11 @@ avb_pins: avb {
function = "avb"; function = "avb";
}; };
can0_pins: can0 {
groups = "can0_data";
function = "can0";
};
hscif1_pins: hscif1 { hscif1_pins: hscif1 {
groups = "hscif1_data", "hscif1_ctrl"; groups = "hscif1_data", "hscif1_ctrl";
function = "hscif1"; function = "hscif1";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment