diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2014-10-06 08:40:07 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-03 05:34:33 -0500 |
commit | 2667c6adfcf686e8c5a5b56e8c7c65af001df2cb (patch) | |
tree | 0637fdcd70df65f328fb9c5ea813969026de026e | |
parent | 316a88da4c327931958f92c4b2f1ee268215fc1b (diff) |
ARM: at91/dt: at91sam9263: Add CAN device nodes
Add the missing CAN devices node including their pin muxing. The required
clock node already exists.
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/boot/dts/at91sam9263.dtsi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi index 51416c7d0625..653e4395b7cb 100644 --- a/arch/arm/boot/dts/at91sam9263.dtsi +++ b/arch/arm/boot/dts/at91sam9263.dtsi | |||
@@ -677,6 +677,14 @@ | |||
677 | }; | 677 | }; |
678 | }; | 678 | }; |
679 | 679 | ||
680 | can { | ||
681 | pinctrl_can_rx_tx: can_rx_tx { | ||
682 | atmel,pins = | ||
683 | <AT91_PIOA 14 AT91_PERIPH_A AT91_PINCTRL_NONE /* CANRX, conflicts with IRQ0 */ | ||
684 | AT91_PIOA 13 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* CANTX, conflicts with PCK0 */ | ||
685 | }; | ||
686 | }; | ||
687 | |||
680 | pioA: gpio@fffff200 { | 688 | pioA: gpio@fffff200 { |
681 | compatible = "atmel,at91rm9200-gpio"; | 689 | compatible = "atmel,at91rm9200-gpio"; |
682 | reg = <0xfffff200 0x200>; | 690 | reg = <0xfffff200 0x200>; |
@@ -905,6 +913,17 @@ | |||
905 | clock-names = "pwm_clk"; | 913 | clock-names = "pwm_clk"; |
906 | status = "disabled"; | 914 | status = "disabled"; |
907 | }; | 915 | }; |
916 | |||
917 | can: can@fffac000 { | ||
918 | compatible = "atmel,at91sam9263-can"; | ||
919 | reg = <0xfffac000 0x300>; | ||
920 | interrupts = <12 IRQ_TYPE_LEVEL_HIGH 3>; | ||
921 | pinctrl-names = "default"; | ||
922 | pinctrl-0 = <&pinctrl_can_rx_tx>; | ||
923 | clocks = <&can_clk>; | ||
924 | clock-names = "can_clk"; | ||
925 | status = "disabled"; | ||
926 | }; | ||
908 | }; | 927 | }; |
909 | 928 | ||
910 | fb0: fb@0x00700000 { | 929 | fb0: fb@0x00700000 { |