diff options
author | Nicolas Ferre <nicolas.ferre@microchip.com> | 2017-10-10 13:09:47 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-10-10 16:26:20 +0300 |
commit | e5f0472f7a10a0a35f8ee07771ba615de4c60aac (patch) | |
tree | 7e6e219177be619431977bb0cfabcfb1e1ab1a90 /arch/arm/boot/dts/at91sam9x25ek.dts | |
parent | a317e514aec085618905d2ac246ef9ca3263b964 (diff) | |
download | linux-e5f0472f7a10a0a35f8ee07771ba615de4c60aac.tar.xz |
ARM: dts: at91: at91sam9x25ek: add CAN1 interface
As the CAN1 interface is not multiplexed with other peripherals on this
board, enable it so that it can be tested more easily.
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x25ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x25ek.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9x25ek.dts b/arch/arm/boot/dts/at91sam9x25ek.dts index 494864836e83..f8360fb23107 100644 --- a/arch/arm/boot/dts/at91sam9x25ek.dts +++ b/arch/arm/boot/dts/at91sam9x25ek.dts @@ -16,6 +16,10 @@ ahb { apb { + can1: can@f8004000 { + status = "okay"; + }; + macb0: ethernet@f802c000 { phy-mode = "rmii"; status = "okay"; |