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: Patrick Menschel <menschel.p@posteo.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
Patrick Menschel 2017-04-03 19:00:11 +02:00 committed by Maxime Ripard
parent 47a6b0ef3c
commit adb83474c1

View File

@ -1327,5 +1327,13 @@
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";
};
};
};