]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sun4i: Add CAN node
authorPatrick Menschel <menschel.p@posteo.de>
Mon, 3 Apr 2017 17:00:11 +0000 (19:00 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 4 Apr 2017 15:41:47 +0000 (17:41 +0200)
The A10 SoC has an on-board CAN controller.
This patch adds the device node.

This patch is adapted from the description in
Documentation/devicetree/bindings/net/can/sun4i_can.txt

Signed-off-by: Patrick Menschel <menschel.p@posteo.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun4i-a10.dtsi

index 7dc4230da0c0f5065d5755a89b9df463cf25c4d3..4182dc59cf113a5e458b9a210891876914b3a486 100644 (file)
@@ -1327,5 +1327,13 @@ ps21: ps2@01c2a400 {
                        clocks = <&apb1_gates 7>;
                        status = "disabled";
                };
+
+               can0: can@01c2bc00 {
+                       compatible = "allwinner,sun4i-a10-can";
+                       reg = <0x01c2bc00 0x400>;
+                       interrupts = <26>;
+                       clocks = <&apb1_gates 4>;
+                       status = "disabled";
+               };
        };
 };