Commit 7a13e182 authored by Mans Rullgard's avatar Mans Rullgard Committed by Maxime Ripard

ARM: dts: sun7i: add pinctrl for CAN in PA bank

This adds pinctrl settings for the CAN controller using pins
PA16 and PA17.
Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 73b67002
......@@ -751,6 +751,12 @@ pio: pinctrl@1c20800 {
#interrupt-cells = <3>;
#gpio-cells = <3>;
/omit-if-no-ref/
can_pa_pins: can-pa-pins {
pins = "PA16", "PA17";
function = "can";
};
can_ph_pins: can-ph-pins {
pins = "PH20", "PH21";
function = "can";
......
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