diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2018-07-10 13:05:30 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-10 13:05:30 +0200 |
commit | 0adbe832f21ac8478f33aa64627c92fd3225b944 (patch) | |
tree | 5cf638bf0b48aa3dd6675127a7e1fe9c51577b64 /arch/arm/boot/dts/dra76-evm.dts | |
parent | ARM: dts: Add generic interconnect target module node for MCAN (diff) | |
download | linux-0adbe832f21ac8478f33aa64627c92fd3225b944.tar.xz linux-0adbe832f21ac8478f33aa64627c92fd3225b944.zip |
ARM: dts: dra76x: Add MCAN node
Add support for the MCAN peripheral which supports both classic
CAN messages along with the new CAN-FD message.
Add MCAN node to evm and enable it with a maximum datarate of 5 mbps
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra76-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra76-evm.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts index c07f0051844d..0ac533784b11 100644 --- a/arch/arm/boot/dts/dra76-evm.dts +++ b/arch/arm/boot/dts/dra76-evm.dts @@ -436,3 +436,9 @@ phys = <&pcie1_phy>, <&pcie2_phy>; phy-names = "pcie-phy0", "pcie-phy1"; }; + +&m_can0 { + can-transceiver { + max-bitrate = <5000000>; + }; +}; |