diff options
author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2019-03-01 14:02:37 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2019-03-18 12:33:20 +0300 |
commit | e64f2c4b3aba6832758afe030ea4a703148546d7 (patch) | |
tree | 0385fb6f6f03abe22ae617980769923ea74d6f86 /arch/arm64/boot/dts/renesas | |
parent | 12ce412b2cc6aea88c9c93e6303372f72014efc6 (diff) | |
download | linux-e64f2c4b3aba6832758afe030ea4a703148546d7.tar.xz |
arm64: dts: renesas: cat875: Add CAN support
Add CAN support to the CAT875 sub board.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm64/boot/dts/renesas')
-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"; + }; }; |