Commit a5e743c4 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Tony Lindgren

ARM: dts: AM35x: Add hecc node

HECC node description for am35x SOCs
Signed-off-by: default avatarAnton Glukhov <anton.a.glukhov@gmail.com>
Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c1ae3cfa
......@@ -13,6 +13,7 @@
/ {
aliases {
serial3 = &uart4;
can = &hecc;
};
ocp@68000000 {
......@@ -72,6 +73,17 @@ omap3_pmx_core2: pinmux@480025d8 {
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>;
};
};
};
......
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