diff options
author | Fabrizio Castro <[email protected]> | 2019-03-01 11:02:37 +0000 |
---|---|---|
committer | Simon Horman <[email protected]> | 2019-03-18 10:33:20 +0100 |
commit | e64f2c4b3aba6832758afe030ea4a703148546d7 (patch) | |
tree | 0385fb6f6f03abe22ae617980769923ea74d6f86 | |
parent | 12ce412b2cc6aea88c9c93e6303372f72014efc6 (diff) |
arm64: dts: renesas: cat875: Add CAN support
Add CAN support to the CAT875 sub board.
Signed-off-by: Fabrizio Castro <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/cat875.dtsi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/cat875.dtsi b/arch/arm64/boot/dts/renesas/cat875.dtsi index 14db66755a89..aaefc3ae56d5 100644 --- a/arch/arm64/boot/dts/renesas/cat875.dtsi +++ b/arch/arm64/boot/dts/renesas/cat875.dtsi @@ -30,6 +30,18 @@ }; }; +&can0 { + pinctrl-0 = <&can0_pins>; + pinctrl-names = "default"; + status = "okay"; +}; + +&can1 { + pinctrl-0 = <&can1_pins>; + pinctrl-names = "default"; + status = "okay"; +}; + &pciec0 { status = "okay"; }; @@ -41,4 +53,14 @@ function = "avb"; }; }; + + can0_pins: can0 { + groups = "can0_data"; + function = "can0"; + }; + + can1_pins: can1 { + groups = "can1_data"; + function = "can1"; + }; }; |