summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYegor Yefremov2017-03-17 20:11:55 +0100
committerTony Lindgren2017-03-17 20:11:55 +0100
commita5e743c4ba9cb4a2ded420da9b53b772f7c61b6a (patch)
tree03a203e09549b196e62484d1b8f69db4b34026f0
parentLinux 4.11-rc1 (diff)
downloadkernel-qcow2-linux-a5e743c4ba9cb4a2ded420da9b53b772f7c61b6a.tar.gz
kernel-qcow2-linux-a5e743c4ba9cb4a2ded420da9b53b772f7c61b6a.tar.xz
kernel-qcow2-linux-a5e743c4ba9cb4a2ded420da9b53b772f7c61b6a.zip
ARM: dts: AM35x: Add hecc node
HECC node description for am35x SOCs Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/am3517.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi
index 9fe545dbfa89..00da3f2c4072 100644
--- a/arch/arm/boot/dts/am3517.dtsi
+++ b/arch/arm/boot/dts/am3517.dtsi
@@ -13,6 +13,7 @@
/ {
aliases {
serial3 = &uart4;
+ can = &hecc;
};
ocp@68000000 {
@@ -72,6 +73,17 @@
pinctrl-single,register-width = <16>;
pinctrl-single,function-mask = <0xff1f>;
};
+
+ hecc: can@5c050000 {
+ compatible = "ti,am3517-hecc";
+ status = "disabled";
+ reg = <0x5c050000 0x80>,
+ <0x5c053000 0x180>,
+ <0x5c052000 0x200>;
+ reg-names = "hecc", "hecc-ram", "mbx";
+ interrupts = <24>;
+ clocks = <&hecc_ck>;
+ };
};
};