Commit adb83474 authored by Patrick Menschel's avatar Patrick Menschel Committed by Maxime Ripard

ARM: dts: sun4i: Add CAN node

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: default avatarPatrick Menschel <menschel.p@posteo.de>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 47a6b0ef
......@@ -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";
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment