Commit ba915c12 authored by Vladimir Barinov's avatar Vladimir Barinov Committed by Simon Horman

arm64: dts: ulcb-kf: enable CAN0/1

This supports CAN0/1 on ULCB Kingfisher board
Signed-off-by: default avatarVladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent c6c816e2
...@@ -16,6 +16,18 @@ aliases { ...@@ -16,6 +16,18 @@ aliases {
}; };
}; };
&can0 {
pinctrl-0 = <&can0_pins>;
pinctrl-names = "default";
status = "okay";
};
&can1 {
pinctrl-0 = <&can1_pins>;
pinctrl-names = "default";
status = "okay";
};
&hscif0 { &hscif0 {
pinctrl-0 = <&hscif0_pins>; pinctrl-0 = <&hscif0_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
...@@ -25,6 +37,16 @@ &hscif0 { ...@@ -25,6 +37,16 @@ &hscif0 {
}; };
&pfc { &pfc {
can0_pins: can0 {
groups = "can0_data_a";
function = "can0";
};
can1_pins: can1 {
groups = "can1_data";
function = "can1";
};
hscif0_pins: hscif0 { hscif0_pins: hscif0 {
groups = "hscif0_data", "hscif0_ctrl"; groups = "hscif0_data", "hscif0_ctrl";
function = "hscif0"; function = "hscif0";
......
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