diff options
author | Patrick Menschel <menschel.p@posteo.de> | 2017-04-03 20:00:11 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-04-04 18:41:47 +0300 |
commit | adb83474c137b7ea35319e84650188a491ad8ba0 (patch) | |
tree | cd599684dc33b5a566d39472678bf5f1ec3e5e68 /arch/arm/boot/dts/sun4i-a10.dtsi | |
parent | 47a6b0ef3c34521583965cec08766a9628d402e3 (diff) | |
download | linux-adb83474c137b7ea35319e84650188a491ad8ba0.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 7dc4230da0c0..4182dc59cf11 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi @@ -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"; + }; }; }; |